Package info.psidev.cvmapping
Class CvMapping.CvReferenceList
- java.lang.Object
- 
- info.psidev.cvmapping.CvMapping.CvReferenceList
 
- 
- Enclosing class:
- CvMapping
 
 public static class CvMapping.CvReferenceList extends Object Java-Klasse für anonymous complex type. Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}CvReference" maxOccurs="unbounded"/> </sequence> <attribute name="cvSourceVersion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected List<CvReference>cvReferenceprotected StringcvSourceVersion
 - 
Constructor SummaryConstructors Constructor Description CvReferenceList()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CvReference>getCvReference()Description of a CV or ontology resource.Gets the value of the cvReference property.StringgetCvSourceVersion()Ruft den Wert der cvSourceVersion-Eigenschaft ab.voidsetCvSourceVersion(String value)Legt den Wert der cvSourceVersion-Eigenschaft fest.
 
- 
- 
- 
Field Detail- 
cvReferenceprotected List<CvReference> cvReference 
 - 
cvSourceVersionprotected String cvSourceVersion 
 
- 
 - 
Constructor Detail- 
CvReferenceListpublic CvReferenceList() 
 
- 
 - 
Method Detail- 
getCvReferencepublic List<CvReference> getCvReference() Description of a CV or ontology resource.Gets the value of the cvReference property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the cvReference property.For example, to add a new item, do as follows: getCvReference().add(newItem);Objects of the following type(s) are allowed in the list CvReference
 - 
getCvSourceVersionpublic String getCvSourceVersion() Ruft den Wert der cvSourceVersion-Eigenschaft ab.- Returns:
- possible object is
     String
 
 - 
setCvSourceVersionpublic void setCvSourceVersion(String value) Legt den Wert der cvSourceVersion-Eigenschaft fest.- Parameters:
- value- allowed object is- String
 
 
- 
 
-