public class PropertyCompositionType extends Object
Java class for PropertyCompositionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyCompositionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="operator" type="{http://www.omwg.org/TR/d7/ontology/alignment}PropertyOperatorType"/> <choice> <element name="collection" type="{http://www.omwg.org/TR/d7/ontology/alignment}PropertyCollectionType"/> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}Property"/> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}Relation"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected PropertyCollectionType |
collection |
protected PropertyOperatorType |
operator |
protected PropertyType |
property |
protected RelationType |
relation |
Constructor and Description |
---|
PropertyCompositionType() |
Modifier and Type | Method and Description |
---|---|
PropertyCollectionType |
getCollection()
Gets the value of the collection property.
|
PropertyOperatorType |
getOperator()
Gets the value of the operator property.
|
PropertyType |
getProperty()
Gets the value of the property property.
|
RelationType |
getRelation()
Gets the value of the relation property.
|
void |
setCollection(PropertyCollectionType value)
Sets the value of the collection property.
|
void |
setOperator(PropertyOperatorType value)
Sets the value of the operator property.
|
void |
setProperty(PropertyType value)
Sets the value of the property property.
|
void |
setRelation(RelationType value)
Sets the value of the relation property.
|
protected PropertyOperatorType operator
protected PropertyCollectionType collection
protected PropertyType property
protected RelationType relation
public PropertyOperatorType getOperator()
PropertyOperatorType
public void setOperator(PropertyOperatorType value)
value
- allowed object is
PropertyOperatorType
public PropertyCollectionType getCollection()
PropertyCollectionType
public void setCollection(PropertyCollectionType value)
value
- allowed object is
PropertyCollectionType
public PropertyType getProperty()
PropertyType
public void setProperty(PropertyType value)
value
- allowed object is
PropertyType
public RelationType getRelation()
RelationType
public void setRelation(RelationType value)
value
- allowed object is
RelationType
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a