Class ResourceCT


  • public class ResourceCT
    extends Object
    Resource description type CT

    Java class for Resource_CT complex type.

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

     <complexType name="Resource_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}CapabilityRef" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourceInstance" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Extension" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExtensionData_CT" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="rdId" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="rdGid" 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

      • ResourceCT

        public ResourceCT()
    • Method Detail

      • getCapabilityRef

        public List<CapabilityRefCT> getCapabilityRef()
        Gets the value of the capabilityRef 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 capabilityRef property.

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

            getCapabilityRef().add(newItem);
         

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

      • getResourceInstance

        public List<ResourceInstanceCT> getResourceInstance()
        Gets the value of the resourceInstance 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 resourceInstance property.

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

            getResourceInstance().add(newItem);
         

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

      • 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