Class CombinationHierarchyRefCT


  • public class CombinationHierarchyRefCT
    extends Object
    Reference to a hierarchy of resource combination CT

    Java class for CombinationHierarchyRef_CT complex type.

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

     <complexType name="CombinationHierarchyRef_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"/>
           </sequence>
           <attribute name="idRef" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CombinationHierarchyRefCT

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

      • getIdRef

        public String getIdRef()
        Gets the value of the idRef property.
        Returns:
        possible object is String
      • setIdRef

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