|
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.PropertyCompositionType
public class PropertyCompositionType
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>
Field Summary | |
---|---|
protected PropertyCollectionType |
collection
|
protected PropertyOperatorType |
operator
|
protected PropertyType |
property
|
protected RelationType |
relation
|
Constructor Summary | |
---|---|
PropertyCompositionType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PropertyOperatorType operator
protected PropertyCollectionType collection
protected PropertyType property
protected RelationType relation
Constructor Detail |
---|
public PropertyCompositionType()
Method Detail |
---|
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
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |