Class ResourceWithConnectionCT


  • public class ResourceWithConnectionCT
    extends Object
    Resource description with physical Connections

    Java class for ResourceWithConnection_CT complex type.

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

     <complexType name="ResourceWithConnection_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Connection" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Resource" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourceWithConnection_CT"/>
                     </sequence>
                     <attribute name="fromIF" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
                     <attribute name="toIF" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Extension" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExtensionData_CT" maxOccurs="unbounded" 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="rdId" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="rdGid" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="rdURL" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="ardIdRef" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="ardGidRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="ardProfileIdRef" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="ardURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ResourceWithConnectionCT

        public ResourceWithConnectionCT()
    • Method Detail

      • getConnection

        public List<ResourceWithConnectionCT.Connection> getConnection()
        Gets the value of the connection 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 connection property.

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

            getConnection().add(newItem);
         

        Objects of the following type(s) are allowed in the list ResourceWithConnectionCT.Connection

      • getExtension

        public List<ExtensionDataCT> getExtension()
        Gets the value of the extension 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 extension property.

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

            getExtension().add(newItem);
         

        Objects of the following type(s) are allowed in the list 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
      • getRdId

        public String getRdId()
        Gets the value of the rdId property.
        Returns:
        possible object is String
      • setRdId

        public void setRdId​(String value)
        Sets the value of the rdId property.
        Parameters:
        value - allowed object is String
      • getRdGid

        public String getRdGid()
        Gets the value of the rdGid property.
        Returns:
        possible object is String
      • setRdGid

        public void setRdGid​(String value)
        Sets the value of the rdGid property.
        Parameters:
        value - allowed object is String
      • getRdURL

        public String getRdURL()
        Gets the value of the rdURL property.
        Returns:
        possible object is String
      • setRdURL

        public void setRdURL​(String value)
        Sets the value of the rdURL property.
        Parameters:
        value - allowed object is String
      • getArdIdRef

        public String getArdIdRef()
        Gets the value of the ardIdRef property.
        Returns:
        possible object is String
      • setArdIdRef

        public void setArdIdRef​(String value)
        Sets the value of the ardIdRef property.
        Parameters:
        value - allowed object is String
      • getArdGidRef

        public String getArdGidRef()
        Gets the value of the ardGidRef property.
        Returns:
        possible object is String
      • setArdGidRef

        public void setArdGidRef​(String value)
        Sets the value of the ardGidRef property.
        Parameters:
        value - allowed object is String
      • getArdProfileIdRef

        public String getArdProfileIdRef()
        Gets the value of the ardProfileIdRef property.
        Returns:
        possible object is String
      • setArdProfileIdRef

        public void setArdProfileIdRef​(String value)
        Sets the value of the ardProfileIdRef property.
        Parameters:
        value - allowed object is String
      • getArdURL

        public String getArdURL()
        Gets the value of the ardURL property.
        Returns:
        possible object is String
      • setArdURL

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