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