public class Owner extends Object
Java class for Owner complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Owner">
<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="FromName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FromAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="User" type="{http://exacttarget.com/wsdl/partnerAPI}AccountUser" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClientID |
client |
protected String |
fromAddress |
protected String |
fromName |
protected AccountUser |
user |
| Constructor and Description |
|---|
Owner() |
| Modifier and Type | Method and Description |
|---|---|
ClientID |
getClient()
Gets the value of the client property.
|
String |
getFromAddress()
Gets the value of the fromAddress property.
|
String |
getFromName()
Gets the value of the fromName property.
|
AccountUser |
getUser()
Gets the value of the user property.
|
void |
setClient(ClientID value)
Sets the value of the client property.
|
void |
setFromAddress(String value)
Sets the value of the fromAddress property.
|
void |
setFromName(String value)
Sets the value of the fromName property.
|
void |
setUser(AccountUser value)
Sets the value of the user property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected ClientID client
protected String fromName
protected String fromAddress
protected AccountUser user
public ClientID getClient()
ClientIDpublic void setClient(ClientID value)
value - allowed object is
ClientIDpublic String getFromName()
Stringpublic void setFromName(String value)
value - allowed object is
Stringpublic String getFromAddress()
Stringpublic void setFromAddress(String value)
value - allowed object is
Stringpublic AccountUser getUser()
AccountUserpublic void setUser(AccountUser value)
value - allowed object is
AccountUserCopyright © 2017. All rights reserved.