public class AttributeValueContainer extends Object
Java class for AttributeValueContainer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeValueContainer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Values" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://exacttarget.com/wsdl/partnerAPI}AttributeValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeValueContainer.Values
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AttributeValueContainer.Values |
values |
| Constructor and Description |
|---|
AttributeValueContainer() |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueContainer.Values |
getValues()
Gets the value of the values property.
|
void |
setValues(AttributeValueContainer.Values value)
Sets the value of the values property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected AttributeValueContainer.Values values
public AttributeValueContainer.Values getValues()
AttributeValueContainer.Valuespublic void setValues(AttributeValueContainer.Values value)
value - allowed object is
AttributeValueContainer.ValuesCopyright © 2017. All rights reserved.