Class ResourceCT.TestProcedures
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ResourceCT.TestProcedures
-
- Enclosing class:
- ResourceCT
public static class ResourceCT.TestProcedures 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"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<LocalizedStringCT>
comment
protected List<DocumentationCT>
documentation
protected List<LocalizedStringCT>
label
-
Constructor Summary
Constructors Constructor Description TestProcedures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Field Detail
-
label
protected List<LocalizedStringCT> label
-
comment
protected List<LocalizedStringCT> comment
-
documentation
protected List<DocumentationCT> documentation
-
-
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
-
-