Class ExecCapaMappingCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ExecCapaRefCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ExecCapaMappingCT
-
public class ExecCapaMappingCT extends ExecCapaRefCT
Definition of Executable Capability mappingJava 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 Summary
Fields Modifier and Type Field Description protected StringmappingType-
Fields inherited from class fi.tut.mei.resdescapi.rdapi.model.rd.ExecCapaRefCT
gidRef, idRef, name, reqOpt
-
-
Constructor Summary
Constructors Constructor Description ExecCapaMappingCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMappingType()Gets the value of the mappingType property.voidsetMappingType(String value)Sets the value of the mappingType property.
-
-
-
Field Detail
-
mappingType
protected String mappingType
-
-