|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.legstar.test.coxb.binnatus.LsFullwords
public class LsFullwords
Java class for LsFullwords complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LsFullwords"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LsP9X9Min" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="LsP9X9Low" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="LsP9X9High" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="LsP9X9Max" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected long |
lsP9X9High
|
protected long |
lsP9X9Low
|
protected long |
lsP9X9Max
|
protected long |
lsP9X9Min
|
Constructor Summary | |
---|---|
LsFullwords()
|
Method Summary | |
---|---|
long |
getLsP9X9High()
Gets the value of the lsP9X9High property. |
long |
getLsP9X9Low()
Gets the value of the lsP9X9Low property. |
long |
getLsP9X9Max()
Gets the value of the lsP9X9Max property. |
long |
getLsP9X9Min()
Gets the value of the lsP9X9Min property. |
void |
setLsP9X9High(long value)
Sets the value of the lsP9X9High property. |
void |
setLsP9X9Low(long value)
Sets the value of the lsP9X9Low property. |
void |
setLsP9X9Max(long value)
Sets the value of the lsP9X9Max property. |
void |
setLsP9X9Min(long value)
Sets the value of the lsP9X9Min property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long lsP9X9Min
protected long lsP9X9Low
protected long lsP9X9High
protected long lsP9X9Max
Constructor Detail |
---|
public LsFullwords()
Method Detail |
---|
public long getLsP9X9Min()
public void setLsP9X9Min(long value)
public long getLsP9X9Low()
public void setLsP9X9Low(long value)
public long getLsP9X9High()
public void setLsP9X9High(long value)
public long getLsP9X9Max()
public void setLsP9X9Max(long value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |