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 Summary
Fields Modifier and Type Field Description protected List<CvReference>
cvReference
protected String
cvSourceVersion
-
Constructor Summary
Constructors Constructor Description CvReferenceList()
-
Method Summary
All 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.String
getCvSourceVersion()
Ruft den Wert der cvSourceVersion-Eigenschaft ab.void
setCvSourceVersion(String value)
Legt den Wert der cvSourceVersion-Eigenschaft fest.
-
-
-
Field Detail
-
cvReference
protected List<CvReference> cvReference
-
cvSourceVersion
protected String cvSourceVersion
-
-
Constructor Detail
-
CvReferenceList
public CvReferenceList()
-
-
Method Detail
-
getCvReference
public 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
set
method 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
-
getCvSourceVersion
public String getCvSourceVersion()
Ruft den Wert der cvSourceVersion-Eigenschaft ab.- Returns:
- possible object is
String
-
setCvSourceVersion
public void setCvSourceVersion(String value)
Legt den Wert der cvSourceVersion-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
-