public class CollaborateBridgeMaximumParticipants extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Integer |
quantity |
protected Boolean |
unlimited |
Constructor and Description |
---|
CollaborateBridgeMaximumParticipants() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
CollaborateBridgeMaximumParticipants datatype,
String elementName)
Appends this DataType to the given Request
|
static CollaborateBridgeMaximumParticipants[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type CollaborateBridgeMaximumParticipants by parsing the XML node.
|
static CollaborateBridgeMaximumParticipants |
getFromNode(Node node)
Retrieves an elements of type CollaborateBridgeMaximumParticipants by parsing an XML node.
|
Integer |
getQuantity() |
int |
hashCode() |
CollaborateBridgeMaximumParticipants |
setFlagUnlimited() |
CollaborateBridgeMaximumParticipants |
setQuantity(Integer quantity) |
boolean |
unlimitedFlagExist() |
public CollaborateBridgeMaximumParticipants()
public boolean unlimitedFlagExist()
public CollaborateBridgeMaximumParticipants setFlagUnlimited()
public Integer getQuantity()
public CollaborateBridgeMaximumParticipants setQuantity(Integer quantity)
@GwtIncompatible public static Element formRequest(Request<?> request, CollaborateBridgeMaximumParticipants datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static CollaborateBridgeMaximumParticipants getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static CollaborateBridgeMaximumParticipants[] getArrayFromNode(Node node, String elementName)
node
- The source node to retrieve the array.elementName
- The element name to iterate through.Copyright © 2016 ECG. All rights reserved.