Class ModuleInfoCT


  • public class ModuleInfoCT
    extends Object
    Information about a module

    Java 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>
     
    • Constructor Detail

      • ModuleInfoCT

        public ModuleInfoCT()
    • 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 is CompanyCT
      • setClassification

        public void setClassification​(ClassificationCT value)
        Sets the value of the classification property.
        Parameters:
        value - allowed object is ClassificationCT
      • 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 is XHTMLDocCT
      • 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 is XHTMLDocCT
      • 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