|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.emc.cdp.services.rest.model.Agreement
public class Agreement
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 |
|---|
protected String id
protected String serviceId
protected String url
| Constructor Detail |
|---|
public Agreement()
| 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 getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||