Class CapabilityMappingCT.ParameterValueRestriction
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.CapabilityMappingCT.ParameterValueRestriction
-
- Enclosing class:
- CapabilityMappingCT
public static class CapabilityMappingCT.ParameterValueRestriction 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="ParameterValues" maxOccurs="unbounded"> <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> </element> </sequence> <attribute name="idRef" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="gidRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCapabilityMappingCT.ParameterValueRestriction.ParameterValuesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected StringgidRefprotected StringidRefprotected Stringnameprotected List<CapabilityMappingCT.ParameterValueRestriction.ParameterValues>parameterValues
-
Constructor Summary
Constructors Constructor Description ParameterValueRestriction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGidRef()Gets the value of the gidRef property.StringgetIdRef()Gets the value of the idRef property.StringgetName()Gets the value of the name property.List<CapabilityMappingCT.ParameterValueRestriction.ParameterValues>getParameterValues()Gets the value of the parameterValues property.voidsetGidRef(String value)Sets the value of the gidRef property.voidsetIdRef(String value)Sets the value of the idRef property.voidsetName(String value)Sets the value of the name property.
-
-
-
Field Detail
-
parameterValues
protected List<CapabilityMappingCT.ParameterValueRestriction.ParameterValues> parameterValues
-
idRef
protected String idRef
-
gidRef
protected String gidRef
-
name
protected String name
-
-
Method Detail
-
getParameterValues
public List<CapabilityMappingCT.ParameterValueRestriction.ParameterValues> getParameterValues()
Gets the value of the parameterValues 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
setmethod for the parameterValues property.For example, to add a new item, do as follows:
getParameterValues().add(newItem);Objects of the following type(s) are allowed in the list
CapabilityMappingCT.ParameterValueRestriction.ParameterValues
-
getIdRef
public String getIdRef()
Gets the value of the idRef property.- Returns:
- possible object is
String
-
setIdRef
public void setIdRef(String value)
Sets the value of the idRef property.- Parameters:
value- allowed object isString
-
getGidRef
public String getGidRef()
Gets the value of the gidRef property.- Returns:
- possible object is
String
-
setGidRef
public void setGidRef(String value)
Sets the value of the gidRef property.- Parameters:
value- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
-