|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.sippresence.pojo.pidf.uacaps.Rangetype
public class Rangetype
Java class for rangetype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rangetype">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="minvalue" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="maxvalue" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.math.BigInteger |
maxvalue
|
protected java.math.BigInteger |
minvalue
|
| Constructor Summary | |
|---|---|
Rangetype()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getMaxvalue()
Gets the value of the maxvalue property. |
java.math.BigInteger |
getMinvalue()
Gets the value of the minvalue property. |
void |
setMaxvalue(java.math.BigInteger value)
Sets the value of the maxvalue property. |
void |
setMinvalue(java.math.BigInteger value)
Sets the value of the minvalue property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.math.BigInteger minvalue
protected java.math.BigInteger maxvalue
| Constructor Detail |
|---|
public Rangetype()
| Method Detail |
|---|
public java.math.BigInteger getMinvalue()
BigIntegerpublic void setMinvalue(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxvalue()
BigIntegerpublic void setMaxvalue(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||