|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sciplore.rest.NumberType
public class NumberType
Java class for numberType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="numberType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>short"> <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Constructor Summary | |
---|---|
NumberType()
|
Method Summary | |
---|---|
java.lang.String |
getHref()
Gets the value of the href property. |
short |
getValue()
Gets the value of the value property. |
void |
setHref(java.lang.String value)
Sets the value of the href property. |
void |
setValue(short value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumberType()
Method Detail |
---|
public short getValue()
public void setValue(short value)
public java.lang.String getHref()
String
public void setHref(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 |