|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.emc.cdp.services.rest.model.Application
public class Application
Java class for Application complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Application">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serviceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="requestorId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="applyTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="handleTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
applyTime
|
protected XMLGregorianCalendar |
handleTime
|
protected String |
id
|
protected String |
notes
|
protected String |
requestorId
|
protected String |
serviceId
|
protected String |
state
|
| Constructor Summary | |
|---|---|
Application()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getApplyTime()
Gets the value of the applyTime property. |
XMLGregorianCalendar |
getHandleTime()
Gets the value of the handleTime property. |
String |
getId()
Gets the value of the id property. |
String |
getNotes()
Gets the value of the notes property. |
String |
getRequestorId()
Gets the value of the requestorId property. |
String |
getServiceId()
Gets the value of the serviceId property. |
String |
getState()
Gets the value of the state property. |
void |
setApplyTime(XMLGregorianCalendar value)
Sets the value of the applyTime property. |
void |
setHandleTime(XMLGregorianCalendar value)
Sets the value of the handleTime property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setNotes(String value)
Sets the value of the notes property. |
void |
setRequestorId(String value)
Sets the value of the requestorId property. |
void |
setServiceId(String value)
Sets the value of the serviceId property. |
void |
setState(String value)
Sets the value of the state property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String serviceId
protected String requestorId
protected String state
protected XMLGregorianCalendar applyTime
protected XMLGregorianCalendar handleTime
protected String notes
| Constructor Detail |
|---|
public Application()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getServiceId()
Stringpublic void setServiceId(String value)
value - allowed object is
Stringpublic String getRequestorId()
Stringpublic void setRequestorId(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getApplyTime()
XMLGregorianCalendarpublic void setApplyTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getHandleTime()
XMLGregorianCalendarpublic void setHandleTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||