|
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.EntityType
eu.esdihumboldt.hale.io.oml.internal.model.generated.oml.ClassType
public class ClassType
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>
Field Summary | |
---|---|
protected List<ClassConditionType> |
attributeOccurenceCondition
|
protected List<ClassConditionType> |
attributeTypeCondition
|
protected List<ClassConditionType> |
attributeValueCondition
|
protected ClassCompositionType |
classComposition
|
Fields inherited from class eu.esdihumboldt.hale.io.oml.internal.model.generated.oml.EntityType |
---|
about, label, pipe, transf |
Constructor Summary | |
---|---|
ClassType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class eu.esdihumboldt.hale.io.oml.internal.model.generated.oml.EntityType |
---|
getAbout, getLabel, getPipe, getTransf, setAbout, setPipe, setTransf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ClassCompositionType classComposition
protected List<ClassConditionType> attributeValueCondition
protected List<ClassConditionType> attributeTypeCondition
protected List<ClassConditionType> attributeOccurenceCondition
Constructor Detail |
---|
public ClassType()
Method Detail |
---|
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
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |