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

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

public class Higherthantype
extends java.lang.Object

Java class for higherthantype complex type.

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

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


Field Summary
protected  java.math.BigInteger minvalue
           
 
Constructor Summary
Higherthantype()
           
 
Method Summary
 java.math.BigInteger getMinvalue()
          Gets the value of the minvalue 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
Constructor Detail

Higherthantype

public Higherthantype()
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


Copyright © 2011. All Rights Reserved.