Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.io.oml.internal.model.generated.oml
Class PropertyType

java.lang.Object
  extended by eu.esdihumboldt.hale.io.oml.internal.model.generated.oml.EntityType
      extended by eu.esdihumboldt.hale.io.oml.internal.model.generated.oml.PropertyType

public class PropertyType
extends EntityType

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

propertyComposition

protected PropertyCompositionType propertyComposition

domainRestriction

protected List<DomainRestrictionType> domainRestriction

typeCondition

protected List<String> typeCondition

valueCondition

protected List<ValueConditionType> valueCondition
Constructor Detail

PropertyType

public PropertyType()
Method Detail

getPropertyComposition

public PropertyCompositionType getPropertyComposition()
Gets the value of the propertyComposition property.

Returns:
possible object is PropertyCompositionType

setPropertyComposition

public void setPropertyComposition(PropertyCompositionType value)
Sets the value of the propertyComposition property.

Parameters:
value - allowed object is PropertyCompositionType

getDomainRestriction

public List<DomainRestrictionType> getDomainRestriction()
Gets the value of the domainRestriction property.

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


getTypeCondition

public List<String> getTypeCondition()
Gets the value of the typeCondition property.

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


getValueCondition

public List<ValueConditionType> getValueCondition()
Gets the value of the valueCondition property.

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

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d