public class

Execute

extends Dynamic
implements Serializable
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
     ↳ com.zuora.api.Execute

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="synchronous" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ids" type="{http://api.zuora.com/}ID" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<String> ids
protected boolean synchronous
protected String type
Public Constructors
Execute()
Public Methods
List<String> getIds()
Gets the value of the ids property.
String getType()
Gets the value of the type property.
boolean isSynchronous()
Gets the value of the synchronous property.
void setSynchronous(boolean value)
Sets the value of the synchronous property.
void setType(String value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected List<String> ids

protected boolean synchronous

protected String type

Public Constructors

public Execute ()

Public Methods

public List<String> getIds ()

Gets the value of the ids property.

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 ids property.

For example, to add a new item, do as follows:

    getIds().add(newItem);
 

Objects of the following type(s) are allowed in the list String

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public boolean isSynchronous ()

Gets the value of the synchronous property.

public void setSynchronous (boolean value)

Sets the value of the synchronous property.

Parameters
value

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String