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