Class BaseRequestType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
- Direct Known Subclasses:
AddItemType,CalendarQueryOrMultigetBaseType,DeleteItemType,FetchItemType,FreebusyReportType,GetPropertiesType,MultiOpType,UpdateItemType
Requests have this as the base type.
Java class for BaseRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
href
-
id
-
-
Constructor Details
-
BaseRequestType
public BaseRequestType()
-
-
Method Details
-
getHref
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
Sets the value of the href property.- Parameters:
value- allowed object isString
-
getId
public int getId()Gets the value of the id property.- Returns:
- possible object is
Integer
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isInteger
-