public class ObjectDefinitionRequest extends Object
Java class for ObjectDefinitionRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectDefinitionRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Client" type="{http://exacttarget.com/wsdl/partnerAPI}ClientID" minOccurs="0"/>
<element name="ObjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClientID |
client |
protected String |
objectType |
| Constructor and Description |
|---|
ObjectDefinitionRequest() |
| Modifier and Type | Method and Description |
|---|---|
ClientID |
getClient()
Gets the value of the client property.
|
String |
getObjectType()
Gets the value of the objectType property.
|
void |
setClient(ClientID value)
Sets the value of the client property.
|
void |
setObjectType(String value)
Sets the value of the objectType property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
public ClientID getClient()
ClientIDpublic void setClient(ClientID value)
value - allowed object is
ClientIDpublic String getObjectType()
Stringpublic void setObjectType(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.