public class PropertyType extends EntityType
Java class for PropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyType"> <complexContent> <extension base="{http://www.omwg.org/TR/d7/ontology/alignment}EntityType"> <sequence> <element name="propertyComposition" type="{http://www.omwg.org/TR/d7/ontology/alignment}PropertyCompositionType" minOccurs="0"/> <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 PropertyCompositionType |
propertyComposition |
protected List<String> |
typeCondition |
protected List<ValueConditionType> |
valueCondition |
about, label, pipe, transf
Constructor and Description |
---|
PropertyType() |
Modifier and Type | Method and Description |
---|---|
List<DomainRestrictionType> |
getDomainRestriction()
Gets the value of the domainRestriction property.
|
PropertyCompositionType |
getPropertyComposition()
Gets the value of the propertyComposition property.
|
List<String> |
getTypeCondition()
Gets the value of the typeCondition property.
|
List<ValueConditionType> |
getValueCondition()
Gets the value of the valueCondition property.
|
void |
setPropertyComposition(PropertyCompositionType value)
Sets the value of the propertyComposition property.
|
protected PropertyCompositionType propertyComposition
protected List<DomainRestrictionType> domainRestriction
protected List<ValueConditionType> valueCondition
public PropertyCompositionType getPropertyComposition()
PropertyCompositionType
public void setPropertyComposition(PropertyCompositionType value)
value
- allowed object is
PropertyCompositionType
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