Class CapabilityMappingCT.ParameterValueRestriction.ParameterValues
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.CapabilityMappingCT.ParameterValueRestriction.ParameterValues
-
- Enclosing class:
- CapabilityMappingCT.ParameterValueRestriction
public static class CapabilityMappingCT.ParameterValueRestriction.ParameterValues extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>token"> <attribute name="constrain" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="IS_ONE_OF"/> <enumeration value="IS_NOT_ANY"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ParameterValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConstrain()
Gets the value of the constrain property.String
getValue()
Gets the value of the value property.void
setConstrain(String value)
Sets the value of the constrain property.void
setValue(String value)
Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getConstrain
public String getConstrain()
Gets the value of the constrain property.- Returns:
- possible object is
String
-
-