tbox
Class PropertyType

java.lang.Object
  extended by tbox.PropertyType

public class PropertyType
extends java.lang.Object

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

domain

protected java.lang.String domain

name

protected java.lang.String name

range

protected java.lang.String range
Constructor Detail

PropertyType

public PropertyType()
Method Detail

getDomain

public java.lang.String getDomain()
Gets the value of the domain property.

Returns:
possible object is String

setDomain

public void setDomain(java.lang.String value)
Sets the value of the domain property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getRange

public java.lang.String getRange()
Gets the value of the range property.

Returns:
possible object is String

setRange

public void setRange(java.lang.String value)
Sets the value of the range property.

Parameters:
value - allowed object is String