public class OnAttributeType extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected String |
about |
protected PropertyType |
property |
protected RelationType |
relation |
Constructor and Description |
---|
OnAttributeType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected PropertyType property
protected RelationType relation
protected String about
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
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a