com.emc.cdp.services.rest.model
Class Application

java.lang.Object
  extended by com.emc.cdp.services.rest.model.Application

public class Application
extends Object

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

id

protected String id

serviceId

protected String serviceId

requestorId

protected String requestorId

state

protected String state

applyTime

protected XMLGregorianCalendar applyTime

handleTime

protected XMLGregorianCalendar handleTime

notes

protected String notes
Constructor Detail

Application

public Application()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getServiceId

public String getServiceId()
Gets the value of the serviceId property.

Returns:
possible object is String

setServiceId

public void setServiceId(String value)
Sets the value of the serviceId property.

Parameters:
value - allowed object is String

getRequestorId

public String getRequestorId()
Gets the value of the requestorId property.

Returns:
possible object is String

setRequestorId

public void setRequestorId(String value)
Sets the value of the requestorId property.

Parameters:
value - allowed object is String

getState

public String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

getApplyTime

public XMLGregorianCalendar getApplyTime()
Gets the value of the applyTime property.

Returns:
possible object is XMLGregorianCalendar

setApplyTime

public void setApplyTime(XMLGregorianCalendar value)
Sets the value of the applyTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getHandleTime

public XMLGregorianCalendar getHandleTime()
Gets the value of the handleTime property.

Returns:
possible object is XMLGregorianCalendar

setHandleTime

public void setHandleTime(XMLGregorianCalendar value)
Sets the value of the handleTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getNotes

public String getNotes()
Gets the value of the notes property.

Returns:
possible object is String

setNotes

public void setNotes(String value)
Sets the value of the notes property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.