Class Profile.ProfileInfo
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.Profile.ProfileInfo
-
- Enclosing class:
- Profile
public static class Profile.ProfileInfo extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_Documentation" minOccurs="0"/> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Classification"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ClassificationCT
classification
protected List<LocalizedStringCT>
comment
protected List<DocumentationCT>
documentation
protected List<LocalizedStringCT>
label
-
Constructor Summary
Constructors Constructor Description ProfileInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassificationCT
getClassification()
Gets the value of the classification property.List<LocalizedStringCT>
getComment()
Gets the value of the comment property.List<DocumentationCT>
getDocumentation()
Gets the value of the documentation property.List<LocalizedStringCT>
getLabel()
Gets the value of the label property.void
setClassification(ClassificationCT value)
Sets the value of the classification property.
-
-
-
Field Detail
-
label
protected List<LocalizedStringCT> label
-
comment
protected List<LocalizedStringCT> comment
-
documentation
protected List<DocumentationCT> documentation
-
classification
protected ClassificationCT classification
-
-
Method Detail
-
getLabel
public List<LocalizedStringCT> getLabel()
Gets the value of the label 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 label property.For example, to add a new item, do as follows:
getLabel().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedStringCT
-
getComment
public List<LocalizedStringCT> getComment()
Gets the value of the comment 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 comment property.For example, to add a new item, do as follows:
getComment().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedStringCT
-
getDocumentation
public List<DocumentationCT> getDocumentation()
Gets the value of the documentation 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 documentation property.For example, to add a new item, do as follows:
getDocumentation().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentationCT
-
getClassification
public ClassificationCT getClassification()
Gets the value of the classification property.- Returns:
- possible object is
ClassificationCT
-
setClassification
public void setClassification(ClassificationCT value)
Sets the value of the classification property.- Parameters:
value
- allowed object isClassificationCT
-
-