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