Class ExecCapaRefCT

  • Direct Known Subclasses:
    ExecCapaMappingCT

    public class ExecCapaRefCT
    extends Object
    Definition of Executable Capability Reference

    Java class for ExecCapaRef_CT complex type.

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

     <complexType name="ExecCapaRef_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="idRef" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="gidRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="reqOpt" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ReqOpt_ST" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ExecCapaRefCT

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

        public ReqOptST getReqOpt()
        Gets the value of the reqOpt property.
        Returns:
        possible object is ReqOptST
      • setReqOpt

        public void setReqOpt​(ReqOptST value)
        Sets the value of the reqOpt property.
        Parameters:
        value - allowed object is ReqOptST