tbox
Class TrapeziumType

java.lang.Object
  extended by tbox.TrapeziumType

public class TrapeziumType
extends java.lang.Object

Java class for TrapeziumType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrapeziumType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="maxVal" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="meaning" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="minVal" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="x_a" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="x_b" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="x_c" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="x_d" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Double maxVal
           
protected  java.lang.String meaning
           
protected  java.lang.Double minVal
           
protected  java.lang.String name
           
protected  java.lang.Double xa
           
protected  java.lang.Double xb
           
protected  java.lang.Double xc
           
protected  java.lang.Double xd
           
 
Constructor Summary
TrapeziumType()
           
 
Method Summary
 java.lang.Double getMaxVal()
          Gets the value of the maxVal property.
 java.lang.String getMeaning()
          Gets the value of the meaning property.
 java.lang.Double getMinVal()
          Gets the value of the minVal property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Double getXA()
          Gets the value of the xa property.
 java.lang.Double getXB()
          Gets the value of the xb property.
 java.lang.Double getXC()
          Gets the value of the xc property.
 java.lang.Double getXD()
          Gets the value of the xd property.
 void setMaxVal(java.lang.Double value)
          Sets the value of the maxVal property.
 void setMeaning(java.lang.String value)
          Sets the value of the meaning property.
 void setMinVal(java.lang.Double value)
          Sets the value of the minVal property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setXA(java.lang.Double value)
          Sets the value of the xa property.
 void setXB(java.lang.Double value)
          Sets the value of the xb property.
 void setXC(java.lang.Double value)
          Sets the value of the xc property.
 void setXD(java.lang.Double value)
          Sets the value of the xd property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxVal

protected java.lang.Double maxVal

meaning

protected java.lang.String meaning

minVal

protected java.lang.Double minVal

name

protected java.lang.String name

xa

protected java.lang.Double xa

xb

protected java.lang.Double xb

xc

protected java.lang.Double xc

xd

protected java.lang.Double xd
Constructor Detail

TrapeziumType

public TrapeziumType()
Method Detail

getMaxVal

public java.lang.Double getMaxVal()
Gets the value of the maxVal property.

Returns:
possible object is Double

setMaxVal

public void setMaxVal(java.lang.Double value)
Sets the value of the maxVal property.

Parameters:
value - allowed object is Double

getMeaning

public java.lang.String getMeaning()
Gets the value of the meaning property.

Returns:
possible object is String

setMeaning

public void setMeaning(java.lang.String value)
Sets the value of the meaning property.

Parameters:
value - allowed object is String

getMinVal

public java.lang.Double getMinVal()
Gets the value of the minVal property.

Returns:
possible object is Double

setMinVal

public void setMinVal(java.lang.Double value)
Sets the value of the minVal property.

Parameters:
value - allowed object is Double

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

getXA

public java.lang.Double getXA()
Gets the value of the xa property.

Returns:
possible object is Double

setXA

public void setXA(java.lang.Double value)
Sets the value of the xa property.

Parameters:
value - allowed object is Double

getXB

public java.lang.Double getXB()
Gets the value of the xb property.

Returns:
possible object is Double

setXB

public void setXB(java.lang.Double value)
Sets the value of the xb property.

Parameters:
value - allowed object is Double

getXC

public java.lang.Double getXC()
Gets the value of the xc property.

Returns:
possible object is Double

setXC

public void setXC(java.lang.Double value)
Sets the value of the xc property.

Parameters:
value - allowed object is Double

getXD

public java.lang.Double getXD()
Gets the value of the xd property.

Returns:
possible object is Double

setXD

public void setXD(java.lang.Double value)
Sets the value of the xd property.

Parameters:
value - allowed object is Double