Class ResourceInstanceCT


  • public class ResourceInstanceCT
    extends Object
    Resource Instance description type CT

    Java class for ResourceInstance_CT complex type.

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

     <complexType name="ResourceInstance_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 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="ridId" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="ridGid" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="ridURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ResourceInstanceCT

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

      • 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
      • getRidId

        public String getRidId()
        Gets the value of the ridId property.
        Returns:
        possible object is String
      • setRidId

        public void setRidId​(String value)
        Sets the value of the ridId property.
        Parameters:
        value - allowed object is String
      • getRidGid

        public String getRidGid()
        Gets the value of the ridGid property.
        Returns:
        possible object is String
      • setRidGid

        public void setRidGid​(String value)
        Sets the value of the ridGid property.
        Parameters:
        value - allowed object is String
      • getRidURL

        public String getRidURL()
        Gets the value of the ridURL property.
        Returns:
        possible object is String
      • setRidURL

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