Class ModuleInfoCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ModuleInfoCT
-
public class ModuleInfoCT extends Object
Information about a moduleJava class for ModuleInfo_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModuleInfo_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_Documentation"/> <element name="Vendor" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Company_CT"/> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Classification"/> <element name="RemoteKeys" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}RemoteKey" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="AbstractModelOfEquipment" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}XHTML_Doc_CT" minOccurs="0"/> <element name="FunctionalDescription" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}XHTML_Doc_CT" minOccurs="0"/> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}File_Image" maxOccurs="unbounded" minOccurs="0"/> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}File_CAD" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ModuleInfoCT.RemoteKeys
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected XHTMLDocCT
abstractModelOfEquipment
protected ClassificationCT
classification
protected List<LocalizedStringCT>
comment
protected List<DocumentationCT>
documentation
protected List<FileCAD>
fileCAD
protected List<FileImage>
fileImage
protected XHTMLDocCT
functionalDescription
protected List<LocalizedStringCT>
label
protected ModuleInfoCT.RemoteKeys
remoteKeys
protected CompanyCT
vendor
-
Constructor Summary
Constructors Constructor Description ModuleInfoCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XHTMLDocCT
getAbstractModelOfEquipment()
Gets the value of the abstractModelOfEquipment property.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<FileCAD>
getFileCAD()
Gets the value of the fileCAD property.List<FileImage>
getFileImage()
Gets the value of the fileImage property.XHTMLDocCT
getFunctionalDescription()
Gets the value of the functionalDescription property.List<LocalizedStringCT>
getLabel()
Gets the value of the label property.ModuleInfoCT.RemoteKeys
getRemoteKeys()
Gets the value of the remoteKeys property.CompanyCT
getVendor()
Gets the value of the vendor property.void
setAbstractModelOfEquipment(XHTMLDocCT value)
Sets the value of the abstractModelOfEquipment property.void
setClassification(ClassificationCT value)
Sets the value of the classification property.void
setFunctionalDescription(XHTMLDocCT value)
Sets the value of the functionalDescription property.void
setRemoteKeys(ModuleInfoCT.RemoteKeys value)
Sets the value of the remoteKeys property.void
setVendor(CompanyCT value)
Sets the value of the vendor property.
-
-
-
Field Detail
-
label
protected List<LocalizedStringCT> label
-
comment
protected List<LocalizedStringCT> comment
-
documentation
protected List<DocumentationCT> documentation
-
vendor
protected CompanyCT vendor
-
classification
protected ClassificationCT classification
-
remoteKeys
protected ModuleInfoCT.RemoteKeys remoteKeys
-
abstractModelOfEquipment
protected XHTMLDocCT abstractModelOfEquipment
-
functionalDescription
protected XHTMLDocCT functionalDescription
-
-
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
-
getVendor
public CompanyCT getVendor()
Gets the value of the vendor property.- Returns:
- possible object is
CompanyCT
-
setVendor
public void setVendor(CompanyCT value)
Sets the value of the vendor property.- Parameters:
value
- allowed object isCompanyCT
-
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
-
getRemoteKeys
public ModuleInfoCT.RemoteKeys getRemoteKeys()
Gets the value of the remoteKeys property.- Returns:
- possible object is
ModuleInfoCT.RemoteKeys
-
setRemoteKeys
public void setRemoteKeys(ModuleInfoCT.RemoteKeys value)
Sets the value of the remoteKeys property.- Parameters:
value
- allowed object isModuleInfoCT.RemoteKeys
-
getAbstractModelOfEquipment
public XHTMLDocCT getAbstractModelOfEquipment()
Gets the value of the abstractModelOfEquipment property.- Returns:
- possible object is
XHTMLDocCT
-
setAbstractModelOfEquipment
public void setAbstractModelOfEquipment(XHTMLDocCT value)
Sets the value of the abstractModelOfEquipment property.- Parameters:
value
- allowed object isXHTMLDocCT
-
getFunctionalDescription
public XHTMLDocCT getFunctionalDescription()
Gets the value of the functionalDescription property.- Returns:
- possible object is
XHTMLDocCT
-
setFunctionalDescription
public void setFunctionalDescription(XHTMLDocCT value)
Sets the value of the functionalDescription property.- Parameters:
value
- allowed object isXHTMLDocCT
-
getFileImage
public List<FileImage> getFileImage()
Gets the value of the fileImage 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 fileImage property.For example, to add a new item, do as follows:
getFileImage().add(newItem);
Objects of the following type(s) are allowed in the list
FileImage
-
getFileCAD
public List<FileCAD> getFileCAD()
Gets the value of the fileCAD 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 fileCAD property.For example, to add a new item, do as follows:
getFileCAD().add(newItem);
Objects of the following type(s) are allowed in the list
FileCAD
-
-