public class ClassCompositionType extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected ClassCollectionType |
collection |
protected ClassType |
featureClass |
protected ClassOperatorType |
operator |
Constructor and Description |
---|
ClassCompositionType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected ClassOperatorType operator
protected ClassCollectionType collection
protected ClassType featureClass
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
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a