|
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.PropertyType
public class PropertyType
Java class for PropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyType"> <complexContent> <extension base="{http://www.omwg.org/TR/d7/ontology/alignment}EntityType"> <sequence> <element name="propertyComposition" type="{http://www.omwg.org/TR/d7/ontology/alignment}PropertyCompositionType" minOccurs="0"/> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}domainRestriction" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}typeCondition" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}valueCondition" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<DomainRestrictionType> |
domainRestriction
|
protected PropertyCompositionType |
propertyComposition
|
protected List<String> |
typeCondition
|
protected List<ValueConditionType> |
valueCondition
|
Fields inherited from class eu.esdihumboldt.hale.io.oml.internal.model.generated.oml.EntityType |
---|
about, label, pipe, transf |
Constructor Summary | |
---|---|
PropertyType()
|
Method Summary | |
---|---|
List<DomainRestrictionType> |
getDomainRestriction()
Gets the value of the domainRestriction property. |
PropertyCompositionType |
getPropertyComposition()
Gets the value of the propertyComposition property. |
List<String> |
getTypeCondition()
Gets the value of the typeCondition property. |
List<ValueConditionType> |
getValueCondition()
Gets the value of the valueCondition property. |
void |
setPropertyComposition(PropertyCompositionType value)
Sets the value of the propertyComposition 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 PropertyCompositionType propertyComposition
protected List<DomainRestrictionType> domainRestriction
protected List<String> typeCondition
protected List<ValueConditionType> valueCondition
Constructor Detail |
---|
public PropertyType()
Method Detail |
---|
public PropertyCompositionType getPropertyComposition()
PropertyCompositionType
public void setPropertyComposition(PropertyCompositionType value)
value
- allowed object is
PropertyCompositionType
public List<DomainRestrictionType> getDomainRestriction()
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 domainRestriction property.
For example, to add a new item, do as follows:
getDomainRestriction().add(newItem);
Objects of the following type(s) are allowed in the list
DomainRestrictionType
public List<String> getTypeCondition()
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 typeCondition property.
For example, to add a new item, do as follows:
getTypeCondition().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<ValueConditionType> getValueCondition()
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 valueCondition property.
For example, to add a new item, do as follows:
getValueCondition().add(newItem);
Objects of the following type(s) are allowed in the list
ValueConditionType
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |