public class MessagingVendorKind extends APIObject
Java class for MessagingVendorKind complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessagingVendorKind">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Vendor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Kind" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IsUsernameRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsPasswordRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsProfileRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isPasswordRequired |
protected boolean |
isProfileRequired |
protected boolean |
isUsernameRequired |
protected String |
kind |
protected String |
vendor |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
MessagingVendorKind() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKind()
Gets the value of the kind property.
|
String |
getVendor()
Gets the value of the vendor property.
|
boolean |
isIsPasswordRequired()
Gets the value of the isPasswordRequired property.
|
boolean |
isIsProfileRequired()
Gets the value of the isProfileRequired property.
|
boolean |
isIsUsernameRequired()
Gets the value of the isUsernameRequired property.
|
void |
setIsPasswordRequired(boolean value)
Sets the value of the isPasswordRequired property.
|
void |
setIsProfileRequired(boolean value)
Sets the value of the isProfileRequired property.
|
void |
setIsUsernameRequired(boolean value)
Sets the value of the isUsernameRequired property.
|
void |
setKind(String value)
Sets the value of the kind property.
|
void |
setVendor(String value)
Sets the value of the vendor 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, setPartnerKeyprotected String vendor
protected String kind
protected boolean isUsernameRequired
protected boolean isPasswordRequired
protected boolean isProfileRequired
public String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic String getKind()
Stringpublic void setKind(String value)
value - allowed object is
Stringpublic boolean isIsUsernameRequired()
public void setIsUsernameRequired(boolean value)
public boolean isIsPasswordRequired()
public void setIsPasswordRequired(boolean value)
public boolean isIsProfileRequired()
public void setIsProfileRequired(boolean value)
Copyright © 2017. All rights reserved.