public class RelationType extends EntityType
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>
Modifier and Type | Field and Description |
---|---|
protected DomainRestrictionType |
domainRestriction |
protected RangeRestrictionType |
rangeRestriction |
protected RelationCompositionType |
relationComposition |
about, label, pipe, transf
Constructor and Description |
---|
RelationType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected RelationCompositionType relationComposition
protected DomainRestrictionType domainRestriction
protected RangeRestrictionType rangeRestriction
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
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a