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