public class ListAttributeRestrictedValue extends APIObject
Java class for ListAttributeRestrictedValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListAttributeRestrictedValue">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="ValueName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IsDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DisplayOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Integer |
displayOrder |
protected Boolean |
isDefault |
protected String |
valueName |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ListAttributeRestrictedValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
Integer |
getDisplayOrder()
Gets the value of the displayOrder property.
|
Boolean |
getIsDefault()
Gets the value of the isDefault property.
|
String |
getValueName()
Gets the value of the valueName property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayOrder(Integer value)
Sets the value of the displayOrder property.
|
void |
setIsDefault(Boolean value)
Sets the value of the isDefault property.
|
void |
setValueName(String value)
Sets the value of the valueName 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 valueName
protected Boolean isDefault
protected Integer displayOrder
protected String description
public String getValueName()
Stringpublic void setValueName(String value)
value - allowed object is
Stringpublic Boolean getIsDefault()
Booleanpublic void setIsDefault(Boolean value)
value - allowed object is
Booleanpublic Integer getDisplayOrder()
Integerpublic void setDisplayOrder(Integer value)
value - allowed object is
Integerpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.