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