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

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

public class Lowerthantype
extends java.lang.Object

Java class for lowerthantype complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="lowerthantype">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="maxvalue" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger maxvalue
           
 
Constructor Summary
Lowerthantype()
           
 
Method Summary
 java.math.BigInteger getMaxvalue()
          Gets the value of the maxvalue property.
 void setMaxvalue(java.math.BigInteger value)
          Sets the value of the maxvalue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxvalue

protected java.math.BigInteger maxvalue
Constructor Detail

Lowerthantype

public Lowerthantype()
Method Detail

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.