public class OutgoingCallingPlanRedirectedPermissions extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Boolean |
outsideGroup |
Constructor and Description |
---|
OutgoingCallingPlanRedirectedPermissions()
Serializable Constructor
|
OutgoingCallingPlanRedirectedPermissions(Boolean outsideGroup) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
OutgoingCallingPlanRedirectedPermissions datatype,
String elementName)
Appends this DataType to the given Request
|
static OutgoingCallingPlanRedirectedPermissions[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type OutgoingCallingPlanRedirectedPermissions by parsing the XML node.
|
static OutgoingCallingPlanRedirectedPermissions |
getFromNode(Node node)
Retrieves an elements of type OutgoingCallingPlanRedirectedPermissions by parsing an XML node.
|
Boolean |
getOutsideGroup() |
int |
hashCode() |
OutgoingCallingPlanRedirectedPermissions |
setOutsideGroup(Boolean outsideGroup) |
@NotNull protected Boolean outsideGroup
public OutgoingCallingPlanRedirectedPermissions(Boolean outsideGroup)
public OutgoingCallingPlanRedirectedPermissions()
public Boolean getOutsideGroup()
public OutgoingCallingPlanRedirectedPermissions setOutsideGroup(Boolean outsideGroup)
@GwtIncompatible public static Element formRequest(Request<?> request, OutgoingCallingPlanRedirectedPermissions datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static OutgoingCallingPlanRedirectedPermissions getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static OutgoingCallingPlanRedirectedPermissions[] 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.