org.mobicents.slee.sippresence.pojo.pidf.uacaps
Class Rangetype

java.lang.Object
  extended by org.mobicents.slee.sippresence.pojo.pidf.uacaps.Rangetype

public class Rangetype
extends java.lang.Object

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

minvalue

protected java.math.BigInteger minvalue

maxvalue

protected java.math.BigInteger maxvalue
Constructor Detail

Rangetype

public Rangetype()
Method Detail

getMinvalue

public java.math.BigInteger getMinvalue()
Gets the value of the minvalue property.

Returns:
possible object is BigInteger

setMinvalue

public void setMinvalue(java.math.BigInteger value)
Sets the value of the minvalue property.

Parameters:
value - allowed object is BigInteger

getMaxvalue

public java.math.BigInteger getMaxvalue()
Gets the value of the maxvalue property.

Returns:
possible object is BigInteger

setMaxvalue

public void setMaxvalue(java.math.BigInteger value)
Sets the value of the maxvalue property.

Parameters:
value - allowed object is BigInteger


Copyright © 2011. All Rights Reserved.