Class ExecCapaCT.Mappings

  • Enclosing class:
    ExecCapaCT

    public static class ExecCapaCT.Mappings
    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="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>
     
    • Constructor Detail

      • Mappings

        public Mappings()
    • Method Detail

      • getCapabilityMapping

        public List<CapabilityMappingCT> getCapabilityMapping()
        Gets the value of the capabilityMapping 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 capabilityMapping property.

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

            getCapabilityMapping().add(newItem);
         

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

      • getExecCapaMapping

        public List<ExecCapaMappingCT> getExecCapaMapping()
        Gets the value of the execCapaMapping 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 execCapaMapping property.

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

            getExecCapaMapping().add(newItem);
         

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