public class QueryObject extends Object
Java class for QueryObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryObject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ObjectType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Properties" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="Objects" type="{http://exacttarget.com/wsdl/partnerAPI}QueryObject" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<QueryObject> |
objects |
protected String |
objectType |
protected List<String> |
properties |
| Constructor and Description |
|---|
QueryObject() |
| Modifier and Type | Method and Description |
|---|---|
List<QueryObject> |
getObjects()
Gets the value of the objects property.
|
String |
getObjectType()
Gets the value of the objectType property.
|
List<String> |
getProperties()
Gets the value of the properties property.
|
void |
setObjectType(String value)
Sets the value of the objectType property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String objectType
protected List<QueryObject> objects
public String getObjectType()
Stringpublic void setObjectType(String value)
value - allowed object is
Stringpublic List<String> getProperties()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<QueryObject> getObjects()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the objects property.
For example, to add a new item, do as follows:
getObjects().add(newItem);
Objects of the following type(s) are allowed in the list
QueryObject
Copyright © 2017. All rights reserved.