public class SearchCriteriaExactVirtualOnNetCallTypeName extends SearchCriteria
Modifier and Type | Field and Description |
---|---|
protected String |
virtualOnNetCallTypeName |
Constructor and Description |
---|
SearchCriteriaExactVirtualOnNetCallTypeName()
Serializable Constructor
|
SearchCriteriaExactVirtualOnNetCallTypeName(String virtualOnNetCallTypeName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
SearchCriteriaExactVirtualOnNetCallTypeName datatype,
String elementName)
Appends this DataType to the given Request
|
static SearchCriteriaExactVirtualOnNetCallTypeName[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type SearchCriteriaExactVirtualOnNetCallTypeName by parsing the XML node.
|
String |
getClassName() |
static SearchCriteriaExactVirtualOnNetCallTypeName |
getFromNode(Node node)
Retrieves an elements of type SearchCriteriaExactVirtualOnNetCallTypeName by parsing an XML node.
|
String |
getVirtualOnNetCallTypeName() |
int |
hashCode() |
SearchCriteriaExactVirtualOnNetCallTypeName |
setVirtualOnNetCallTypeName(String virtualOnNetCallTypeName) |
formRequest
@NotNull @Size(min=1, max=40) protected String virtualOnNetCallTypeName
public SearchCriteriaExactVirtualOnNetCallTypeName(String virtualOnNetCallTypeName)
public SearchCriteriaExactVirtualOnNetCallTypeName()
public String getClassName()
public String getVirtualOnNetCallTypeName()
public SearchCriteriaExactVirtualOnNetCallTypeName setVirtualOnNetCallTypeName(String virtualOnNetCallTypeName)
@GwtIncompatible public static Element formRequest(Request<?> request, SearchCriteriaExactVirtualOnNetCallTypeName datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static SearchCriteriaExactVirtualOnNetCallTypeName getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static SearchCriteriaExactVirtualOnNetCallTypeName[] getArrayFromNode(Node node, String elementName)
node
- The source node to retrieve the array.elementName
- The element name to iterate through.public boolean equals(Object o)
equals
in class SearchCriteria
public int hashCode()
hashCode
in class SearchCriteria
Copyright © 2016 ECG. All rights reserved.