public class MultiOpType extends BaseRequestType
Java class for MultiOpType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultiOpType">
<complexContent>
<extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseRequestType">
<sequence>
<element name="operations" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}ArrayOfOperations"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfOperations |
operations |
href, id| Constructor and Description |
|---|
MultiOpType() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfOperations |
getOperations()
Gets the value of the operations property.
|
void |
setOperations(ArrayOfOperations value)
Sets the value of the operations property.
|
getHref, getId, setHref, setIdprotected ArrayOfOperations operations
public ArrayOfOperations getOperations()
ArrayOfOperationspublic void setOperations(ArrayOfOperations value)
value - allowed object is
ArrayOfOperationsCopyright © 2019 Bedework. All rights reserved.