Class ExecCapa


  • public class ExecCapa
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_Documentation" minOccurs="0"/>
             <element name="ParentExecCapas" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="ExecCapaRef" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapaRef_CT" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Mappings" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="CapabilityMapping" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}CapabilityMapping_CT" maxOccurs="unbounded" minOccurs="0"/>
                       <element name="ExecCapaMapping" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapaMapping_CT" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_InputOutputPortSetARD"/>
             <element name="ConnectionMethods" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ConnectionMethodCtrlAndCommRef" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <attribute name="gid" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="reqOpt" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ReqOpt_ST" />
           <attribute name="category" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapaCategory_ST" />
           <attribute name="class" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapaClass_ST" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ExecCapa

        public ExecCapa()
    • Method Detail

      • getLabel

        public List<LocalizedStringCT> getLabel()
        Gets the value of the label 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 label property.

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

            getLabel().add(newItem);
         

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

      • getComment

        public List<LocalizedStringCT> getComment()
        Gets the value of the comment 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 comment property.

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

            getComment().add(newItem);
         

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

      • getDocumentation

        public List<DocumentationCT> getDocumentation()
        Gets the value of the documentation 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 documentation property.

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

            getDocumentation().add(newItem);
         

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

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

        public String getGid()
        Gets the value of the gid property.
        Returns:
        possible object is String
      • setGid

        public void setGid​(String value)
        Sets the value of the gid 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
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description 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
      • setClazz

        public void setClazz​(ExecCapaClassST value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is ExecCapaClassST