|
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.ClassCompositionType
public class ClassCompositionType
Java class for ClassCompositionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassCompositionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="operator" type="{http://www.omwg.org/TR/d7/ontology/alignment}ClassOperatorType"/> <choice> <element name="collection" type="{http://www.omwg.org/TR/d7/ontology/alignment}ClassCollectionType"/> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}FeatureClass"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected ClassCollectionType |
collection
|
protected ClassType |
featureClass
|
protected ClassOperatorType |
operator
|
Constructor Summary | |
---|---|
ClassCompositionType()
|
Method Summary | |
---|---|
ClassCollectionType |
getCollection()
Gets the value of the collection property. |
ClassType |
getFeatureClass()
Gets the value of the featureClass property. |
ClassOperatorType |
getOperator()
Gets the value of the operator property. |
void |
setCollection(ClassCollectionType value)
Sets the value of the collection property. |
void |
setFeatureClass(ClassType value)
Sets the value of the featureClass property. |
void |
setOperator(ClassOperatorType value)
Sets the value of the operator property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ClassOperatorType operator
protected ClassCollectionType collection
protected ClassType featureClass
Constructor Detail |
---|
public ClassCompositionType()
Method Detail |
---|
public ClassOperatorType getOperator()
ClassOperatorType
public void setOperator(ClassOperatorType value)
value
- allowed object is
ClassOperatorType
public ClassCollectionType getCollection()
ClassCollectionType
public void setCollection(ClassCollectionType value)
value
- allowed object is
ClassCollectionType
public ClassType getFeatureClass()
ClassType
public void setFeatureClass(ClassType value)
value
- allowed object is
ClassType
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |