public class SearchCriteriaExactSignalingAddressType extends SearchCriteria
Modifier and Type | Field and Description |
---|---|
protected SignalingAddressType |
profile |
Constructor and Description |
---|
SearchCriteriaExactSignalingAddressType()
Serializable Constructor
|
SearchCriteriaExactSignalingAddressType(SignalingAddressType profile) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
SearchCriteriaExactSignalingAddressType datatype,
String elementName)
Appends this DataType to the given Request
|
static SearchCriteriaExactSignalingAddressType[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type SearchCriteriaExactSignalingAddressType by parsing the XML node.
|
String |
getClassName() |
static SearchCriteriaExactSignalingAddressType |
getFromNode(Node node)
Retrieves an elements of type SearchCriteriaExactSignalingAddressType by parsing an XML node.
|
SignalingAddressType |
getProfile() |
int |
hashCode() |
SearchCriteriaExactSignalingAddressType |
setProfile(SignalingAddressType profile) |
formRequest
@NotNull protected SignalingAddressType profile
public SearchCriteriaExactSignalingAddressType(SignalingAddressType profile)
public SearchCriteriaExactSignalingAddressType()
public String getClassName()
public SignalingAddressType getProfile()
public SearchCriteriaExactSignalingAddressType setProfile(SignalingAddressType profile)
@GwtIncompatible public static Element formRequest(Request<?> request, SearchCriteriaExactSignalingAddressType datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static SearchCriteriaExactSignalingAddressType getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static SearchCriteriaExactSignalingAddressType[] 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.