public class TrunkGroupDeviceEndpointAdd extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
contact |
protected String |
linePort |
protected String |
name |
Constructor and Description |
---|
TrunkGroupDeviceEndpointAdd()
Serializable Constructor
|
TrunkGroupDeviceEndpointAdd(String name,
String linePort) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
TrunkGroupDeviceEndpointAdd datatype,
String elementName)
Appends this DataType to the given Request
|
static TrunkGroupDeviceEndpointAdd[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type TrunkGroupDeviceEndpointAdd by parsing the XML node.
|
String |
getContact() |
static TrunkGroupDeviceEndpointAdd |
getFromNode(Node node)
Retrieves an elements of type TrunkGroupDeviceEndpointAdd by parsing an XML node.
|
String |
getLinePort() |
String |
getName() |
int |
hashCode() |
TrunkGroupDeviceEndpointAdd |
setContact(String contact) |
TrunkGroupDeviceEndpointAdd |
setLinePort(String linePort) |
TrunkGroupDeviceEndpointAdd |
setName(String name) |
@NotNull @Size(min=1, max=40) protected String name
@NotNull @Pattern(regexp="[a-zA-Z0-9._!~*\'()+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,4}") @Size(min=1, max=161) protected String linePort
@Size(min=1, max=1020) protected String contact
public TrunkGroupDeviceEndpointAdd()
public String getName()
public TrunkGroupDeviceEndpointAdd setName(String name)
public String getLinePort()
public TrunkGroupDeviceEndpointAdd setLinePort(String linePort)
public String getContact()
public TrunkGroupDeviceEndpointAdd setContact(String contact)
@GwtIncompatible public static Element formRequest(Request<?> request, TrunkGroupDeviceEndpointAdd datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static TrunkGroupDeviceEndpointAdd getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static TrunkGroupDeviceEndpointAdd[] 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.