public class OutgoingCallingPlanAuthorizationCodeEntry extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
code |
protected String |
description |
Constructor and Description |
---|
OutgoingCallingPlanAuthorizationCodeEntry()
Serializable Constructor
|
OutgoingCallingPlanAuthorizationCodeEntry(String code) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
OutgoingCallingPlanAuthorizationCodeEntry datatype,
String elementName)
Appends this DataType to the given Request
|
static OutgoingCallingPlanAuthorizationCodeEntry[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type OutgoingCallingPlanAuthorizationCodeEntry by parsing the XML node.
|
String |
getCode() |
String |
getDescription() |
static OutgoingCallingPlanAuthorizationCodeEntry |
getFromNode(Node node)
Retrieves an elements of type OutgoingCallingPlanAuthorizationCodeEntry by parsing an XML node.
|
int |
hashCode() |
OutgoingCallingPlanAuthorizationCodeEntry |
setCode(String code) |
OutgoingCallingPlanAuthorizationCodeEntry |
setDescription(String description) |
@NotNull @Size(min=2, max=14) protected String code
@Size(min=1, max=80) protected String description
public OutgoingCallingPlanAuthorizationCodeEntry(String code)
public OutgoingCallingPlanAuthorizationCodeEntry()
public String getCode()
public OutgoingCallingPlanAuthorizationCodeEntry setCode(String code)
public String getDescription()
public OutgoingCallingPlanAuthorizationCodeEntry setDescription(String description)
@GwtIncompatible public static Element formRequest(Request<?> request, OutgoingCallingPlanAuthorizationCodeEntry datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static OutgoingCallingPlanAuthorizationCodeEntry getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static OutgoingCallingPlanAuthorizationCodeEntry[] 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.