Class CapabilityRefCT


  • public class CapabilityRefCT
    extends Object
    Capability reference data CT

    Java class for CapabilityRef_CT complex type.

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

     <complexType name="CapabilityRef_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="idRef" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="gidRef" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="capabilityClassName" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • idRef

        protected String idRef
      • gidRef

        protected String gidRef
      • capabilityClassName

        protected String capabilityClassName
    • Constructor Detail

      • CapabilityRefCT

        public CapabilityRefCT()
    • Method Detail

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

        public String getGidRef()
        Gets the value of the gidRef property.
        Returns:
        possible object is String
      • setGidRef

        public void setGidRef​(String value)
        Sets the value of the gidRef property.
        Parameters:
        value - allowed object is String
      • getCapabilityClassName

        public String getCapabilityClassName()
        Gets the value of the capabilityClassName property.
        Returns:
        possible object is String
      • setCapabilityClassName

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