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