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

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

public class Agreement
extends Object

Java class for Agreement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Agreement">
   <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="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  String serviceId
           
protected  String url
           
 
Constructor Summary
Agreement()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 String getServiceId()
          Gets the value of the serviceId property.
 String getUrl()
          Gets the value of the url property.
 void setId(String value)
          Sets the value of the id property.
 void setServiceId(String value)
          Sets the value of the serviceId property.
 void setUrl(String value)
          Sets the value of the url 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

url

protected String url
Constructor Detail

Agreement

public Agreement()
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

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.