Class ExecCapaMappingCT


  • public class ExecCapaMappingCT
    extends ExecCapaRefCT
    Definition of Executable Capability mapping

    Java class for ExecCapaMapping_CT complex type.

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

     <complexType name="ExecCapaMapping_CT">
       <complexContent>
         <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapaRef_CT">
           <attribute name="mappingType" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="IMPLEMENTS"/>
                 <enumeration value="IMPLEMENTED_BY"/>
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • mappingType

        protected String mappingType
    • Constructor Detail

      • ExecCapaMappingCT

        public ExecCapaMappingCT()
    • Method Detail

      • getMappingType

        public String getMappingType()
        Gets the value of the mappingType property.
        Returns:
        possible object is String
      • setMappingType

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