public class CriteriaFromDn extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected CriteriaDnSelection |
fromDnCriteriaSelection |
protected Boolean |
includeAnonymousCallers |
protected Boolean |
includeUnavailableCallers |
protected String[] |
phoneNumber |
Constructor and Description |
---|
CriteriaFromDn()
Serializable Constructor
|
CriteriaFromDn(CriteriaDnSelection fromDnCriteriaSelection,
Boolean includeAnonymousCallers,
Boolean includeUnavailableCallers) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
CriteriaFromDn datatype,
String elementName)
Appends this DataType to the given Request
|
static CriteriaFromDn[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type CriteriaFromDn by parsing the XML node.
|
CriteriaDnSelection |
getFromDnCriteriaSelection() |
static CriteriaFromDn |
getFromNode(Node node)
Retrieves an elements of type CriteriaFromDn by parsing an XML node.
|
Boolean |
getIncludeAnonymousCallers() |
Boolean |
getIncludeUnavailableCallers() |
String[] |
getPhoneNumber() |
int |
hashCode() |
CriteriaFromDn |
setFromDnCriteriaSelection(CriteriaDnSelection fromDnCriteriaSelection) |
CriteriaFromDn |
setIncludeAnonymousCallers(Boolean includeAnonymousCallers) |
CriteriaFromDn |
setIncludeUnavailableCallers(Boolean includeUnavailableCallers) |
CriteriaFromDn |
setPhoneNumber(String... phoneNumber) |
@NotNull protected CriteriaDnSelection fromDnCriteriaSelection
@NotNull protected Boolean includeAnonymousCallers
@NotNull protected Boolean includeUnavailableCallers
@Size(max=12) @StringArrayElementSize(min=1, max=23) protected String[] phoneNumber
public CriteriaFromDn(CriteriaDnSelection fromDnCriteriaSelection, Boolean includeAnonymousCallers, Boolean includeUnavailableCallers)
public CriteriaFromDn()
public CriteriaDnSelection getFromDnCriteriaSelection()
public CriteriaFromDn setFromDnCriteriaSelection(CriteriaDnSelection fromDnCriteriaSelection)
public Boolean getIncludeAnonymousCallers()
public CriteriaFromDn setIncludeAnonymousCallers(Boolean includeAnonymousCallers)
public Boolean getIncludeUnavailableCallers()
public CriteriaFromDn setIncludeUnavailableCallers(Boolean includeUnavailableCallers)
public String[] getPhoneNumber()
public CriteriaFromDn setPhoneNumber(String... phoneNumber)
@GwtIncompatible public static Element formRequest(Request<?> request, CriteriaFromDn datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static CriteriaFromDn getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static CriteriaFromDn[] 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.