|
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.RelationType
public class RelationType
Java class for RelationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelationType"> <complexContent> <extension base="{http://www.omwg.org/TR/d7/ontology/alignment}EntityType"> <sequence> <element name="relationComposition" type="{http://www.omwg.org/TR/d7/ontology/alignment}RelationCompositionType" minOccurs="0"/> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}domainRestriction"/> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}rangeRestriction"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected DomainRestrictionType |
domainRestriction
|
protected RangeRestrictionType |
rangeRestriction
|
protected RelationCompositionType |
relationComposition
|
Fields inherited from class eu.esdihumboldt.hale.io.oml.internal.model.generated.oml.EntityType |
---|
about, label, pipe, transf |
Constructor Summary | |
---|---|
RelationType()
|
Method Summary | |
---|---|
DomainRestrictionType |
getDomainRestriction()
Gets the value of the domainRestriction property. |
RangeRestrictionType |
getRangeRestriction()
Gets the value of the rangeRestriction property. |
RelationCompositionType |
getRelationComposition()
Gets the value of the relationComposition property. |
void |
setDomainRestriction(DomainRestrictionType value)
Sets the value of the domainRestriction property. |
void |
setRangeRestriction(RangeRestrictionType value)
Sets the value of the rangeRestriction property. |
void |
setRelationComposition(RelationCompositionType value)
Sets the value of the relationComposition 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 RelationCompositionType relationComposition
protected DomainRestrictionType domainRestriction
protected RangeRestrictionType rangeRestriction
Constructor Detail |
---|
public RelationType()
Method Detail |
---|
public RelationCompositionType getRelationComposition()
RelationCompositionType
public void setRelationComposition(RelationCompositionType value)
value
- allowed object is
RelationCompositionType
public DomainRestrictionType getDomainRestriction()
DomainRestrictionType
public void setDomainRestriction(DomainRestrictionType value)
value
- allowed object is
DomainRestrictionType
public RangeRestrictionType getRangeRestriction()
RangeRestrictionType
public void setRangeRestriction(RangeRestrictionType value)
value
- allowed object is
RangeRestrictionType
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |