|
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.DomainRestrictionType
public class DomainRestrictionType
Java class for domainRestrictionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="domainRestrictionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}Class"/> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}Property"/> </choice> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected ClassType |
clazz
|
protected PropertyType |
property
|
Constructor Summary | |
---|---|
DomainRestrictionType()
|
Method Summary | |
---|---|
ClassType |
getClazz()
Gets the value of the clazz property. |
PropertyType |
getProperty()
Gets the value of the property property. |
void |
setClazz(ClassType value)
Sets the value of the clazz property. |
void |
setProperty(PropertyType value)
Sets the value of the property property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ClassType clazz
protected PropertyType property
Constructor Detail |
---|
public DomainRestrictionType()
Method Detail |
---|
public ClassType getClazz()
ClassType
public void setClazz(ClassType value)
value
- allowed object is
ClassType
public PropertyType getProperty()
PropertyType
public void setProperty(PropertyType value)
value
- allowed object is
PropertyType
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |