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