|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.oml.internal.model.generated.oml.RelationCompositionType
public class RelationCompositionType
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>
Field Summary | |
---|---|
protected ClassCollectionType |
collection
|
protected RelationOperatorType |
operator
|
protected RelationType |
relation
|
Constructor Summary | |
---|---|
RelationCompositionType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RelationOperatorType operator
protected ClassCollectionType collection
protected RelationType relation
Constructor Detail |
---|
public RelationCompositionType()
Method Detail |
---|
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
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |