|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttbox.TrapeziumType
public class TrapeziumType
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 |
---|
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 Detail |
---|
public TrapeziumType()
Method Detail |
---|
public java.lang.Double getMaxVal()
Double
public void setMaxVal(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getMeaning()
String
public void setMeaning(java.lang.String value)
value
- allowed object is
String
public java.lang.Double getMinVal()
Double
public void setMinVal(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Double getXA()
Double
public void setXA(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getXB()
Double
public void setXB(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getXC()
Double
public void setXC(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getXD()
Double
public void setXD(java.lang.Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |