Class ExecCapabilitiesCT.ExecCapas

  • Enclosing class:
    ExecCapabilitiesCT

    public static class ExecCapabilitiesCT.ExecCapas
    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>
             <element name="ExecCapa" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapa_CT" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ExecCapaRef" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapaRef_ST" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ExecCapas

        public ExecCapas()
    • Method Detail

      • getExecCapa

        public List<ExecCapaCT> getExecCapa()
        Gets the value of the execCapa 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 execCapa property.

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

            getExecCapa().add(newItem);
         

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

      • getExecCapaRef

        public List<String> getExecCapaRef()
        Gets the value of the execCapaRef 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 execCapaRef property.

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

            getExecCapaRef().add(newItem);
         

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