|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttbox.PropertyType
public class PropertyType
Java class for PropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="domain" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="range" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
domain
|
protected java.lang.String |
name
|
protected java.lang.String |
range
|
Constructor Summary | |
---|---|
PropertyType()
|
Method Summary | |
---|---|
java.lang.String |
getDomain()
Gets the value of the domain property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getRange()
Gets the value of the range property. |
void |
setDomain(java.lang.String value)
Sets the value of the domain property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setRange(java.lang.String value)
Sets the value of the range property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String domain
protected java.lang.String name
protected java.lang.String range
Constructor Detail |
---|
public PropertyType()
Method Detail |
---|
public java.lang.String getDomain()
String
public void setDomain(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRange()
String
public void setRange(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |