public class UsernameAuthentication extends Authentication
Java class for UsernameAuthentication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UsernameAuthentication">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}Authentication">
<sequence>
<element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PassWord" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
passWord |
protected String |
userName |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
UsernameAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassWord()
Gets the value of the passWord property.
|
String |
getUserName()
Gets the value of the userName property.
|
void |
setPassWord(String value)
Sets the value of the passWord property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeypublic String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getPassWord()
Stringpublic void setPassWord(String value)
value - allowed object is
Stringpublic String toString()
toString in class AuthenticationCopyright © 2017. All rights reserved.