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
public class BaseRequestType extends Object
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>
-
-
Constructor Summary
Constructors Constructor Description BaseRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHref()Gets the value of the href property.intgetId()Gets the value of the id property.voidsetHref(String value)Sets the value of the href property.voidsetId(Integer value)Sets the value of the id property.
-
-
-
Method Detail
-
getHref
public String getHref()
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
public void setHref(String value)
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
-
-