Class IntegerPropertyType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.GetPropertiesBasePropertyType
org.oasis_open.docs.ws_calendar.ns.soap.IntegerPropertyType
- Direct Known Subclasses:
MaxAttendeesPerInstanceType
,MaxInstancesType
,MaxResourceSizeType
Base type for integer properties returned in GetPropertiesResponse.
Java class for IntegerPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntegerPropertyType"> <complexContent> <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}GetPropertiesBasePropertyType"> <sequence> <element name="integer" type="{http://www.w3.org/2001/XMLSchema}integer"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the integer property.void
setInteger
(BigInteger value) Sets the value of the integer property.
-
Field Details
-
integer
-
-
Constructor Details
-
IntegerPropertyType
public IntegerPropertyType()
-
-
Method Details
-
getInteger
Gets the value of the integer property.- Returns:
- possible object is
BigInteger
-
setInteger
Sets the value of the integer property.- Parameters:
value
- allowed object isBigInteger
-