public class ClassType extends EntityType
Java class for ClassType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassType"> <complexContent> <extension base="{http://www.omwg.org/TR/d7/ontology/alignment}EntityType"> <sequence> <element name="classComposition" type="{http://www.omwg.org/TR/d7/ontology/alignment}ClassCompositionType" minOccurs="0"/> <element name="attributeValueCondition" type="{http://www.omwg.org/TR/d7/ontology/alignment}ClassConditionType" maxOccurs="unbounded" minOccurs="0"/> <element name="attributeTypeCondition" type="{http://www.omwg.org/TR/d7/ontology/alignment}ClassConditionType" maxOccurs="unbounded" minOccurs="0"/> <element name="attributeOccurenceCondition" type="{http://www.omwg.org/TR/d7/ontology/alignment}ClassConditionType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ClassConditionType> |
attributeOccurenceCondition |
protected List<ClassConditionType> |
attributeTypeCondition |
protected List<ClassConditionType> |
attributeValueCondition |
protected ClassCompositionType |
classComposition |
about, label, pipe, transf
Constructor and Description |
---|
ClassType() |
Modifier and Type | Method and Description |
---|---|
List<ClassConditionType> |
getAttributeOccurenceCondition()
Gets the value of the attributeOccurenceCondition property.
|
List<ClassConditionType> |
getAttributeTypeCondition()
Gets the value of the attributeTypeCondition property.
|
List<ClassConditionType> |
getAttributeValueCondition()
Gets the value of the attributeValueCondition property.
|
ClassCompositionType |
getClassComposition()
Gets the value of the classComposition property.
|
void |
setClassComposition(ClassCompositionType value)
Sets the value of the classComposition property.
|
protected ClassCompositionType classComposition
protected List<ClassConditionType> attributeValueCondition
protected List<ClassConditionType> attributeTypeCondition
protected List<ClassConditionType> attributeOccurenceCondition
public ClassCompositionType getClassComposition()
ClassCompositionType
public void setClassComposition(ClassCompositionType value)
value
- allowed object is
ClassCompositionType
public List<ClassConditionType> getAttributeValueCondition()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the attributeValueCondition property.
For example, to add a new item, do as follows:
getAttributeValueCondition().add(newItem);
Objects of the following type(s) are allowed in the list
ClassConditionType
public List<ClassConditionType> getAttributeTypeCondition()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the attributeTypeCondition property.
For example, to add a new item, do as follows:
getAttributeTypeCondition().add(newItem);
Objects of the following type(s) are allowed in the list
ClassConditionType
public List<ClassConditionType> getAttributeOccurenceCondition()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the attributeOccurenceCondition property.
For example, to add a new item, do as follows:
getAttributeOccurenceCondition().add(newItem);
Objects of the following type(s) are allowed in the list
ClassConditionType
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a