Class ConnectionMethodCtrlAndCommCT

  • Direct Known Subclasses:
    GUIDefinitionCT

    public class ConnectionMethodCtrlAndCommCT
    extends Object
    Connection method for control and communication with the device CT

    Java class for ConnectionMethodCtrlAndComm_CT complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ConnectionMethodCtrlAndComm_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="LinkToDescriptionFile" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExternalFileResourceLink_CT" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Extensions" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExtensionData_CT" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ConnectionMethodCtrlAndCommCT

        public ConnectionMethodCtrlAndCommCT()
    • 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

      • getLinkToDescriptionFile

        public List<ExternalFileResourceLinkCT> getLinkToDescriptionFile()
        Gets the value of the linkToDescriptionFile 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 linkToDescriptionFile property.

        For example, to add a new item, do as follows:

            getLinkToDescriptionFile().add(newItem);
         

        Objects of the following type(s) are allowed in the list ExternalFileResourceLinkCT

      • setExtensions

        public void setExtensions​(ExtensionDataCT value)
        Sets the value of the extensions property.
        Parameters:
        value - allowed object is ExtensionDataCT
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String