public class PropertyQualifierType extends EntityType
Java class for PropertyQualifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyQualifierType"> <complexContent> <extension base="{http://www.omwg.org/TR/d7/ontology/alignment}EntityType"> <sequence> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}domainRestriction" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}typeCondition" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}valueCondition" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<DomainRestrictionType> |
domainRestriction |
protected List<String> |
typeCondition |
protected List<ValueConditionType> |
valueCondition |
about, label, pipe, transf
Constructor and Description |
---|
PropertyQualifierType() |
Modifier and Type | Method and Description |
---|---|
List<DomainRestrictionType> |
getDomainRestriction()
Gets the value of the domainRestriction property.
|
List<String> |
getTypeCondition()
Gets the value of the typeCondition property.
|
List<ValueConditionType> |
getValueCondition()
Gets the value of the valueCondition property.
|
protected List<DomainRestrictionType> domainRestriction
protected List<ValueConditionType> valueCondition
public List<DomainRestrictionType> getDomainRestriction()
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 domainRestriction property.
For example, to add a new item, do as follows:
getDomainRestriction().add(newItem);
Objects of the following type(s) are allowed in the list
DomainRestrictionType
public List<String> getTypeCondition()
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 typeCondition property.
For example, to add a new item, do as follows:
getTypeCondition().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<ValueConditionType> getValueCondition()
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 valueCondition property.
For example, to add a new item, do as follows:
getValueCondition().add(newItem);
Objects of the following type(s) are allowed in the list
ValueConditionType
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a