Class Endpoint
java.lang.Object
co.ecg.alpaca.toolkit.generated.datatypes.Endpoint
- All Implemented Interfaces:
Serializable
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @Valid ConsolidatedAccessDeviceMultipleIdentityEndpointAndContactModify
protected @Valid TrunkAddressingMultipleContactModify
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static Element
formRequest
(Request<?> request, Endpoint datatype, String elementName) Appends this DataType to the given Requeststatic Endpoint[]
getArrayFromNode
(Node node, String elementName, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Retrieves an array of elements of type Endpoint by parsing the XML node.static Endpoint
getFromNode
(Node node, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Retrieves an elements of type Endpoint by parsing an XML node.int
hashCode()
setAccessDeviceEndpoint
(ConsolidatedAccessDeviceMultipleIdentityEndpointAndContactModify accessDeviceEndpoint) setTrunkAddressing
(TrunkAddressingMultipleContactModify trunkAddressing) toString()
-
Field Details
-
accessDeviceEndpoint
@Valid protected @Valid ConsolidatedAccessDeviceMultipleIdentityEndpointAndContactModify accessDeviceEndpoint -
trunkAddressing
-
-
Constructor Details
-
Endpoint
public Endpoint()
-
-
Method Details
-
getAccessDeviceEndpoint
-
setAccessDeviceEndpoint
public Endpoint setAccessDeviceEndpoint(ConsolidatedAccessDeviceMultipleIdentityEndpointAndContactModify accessDeviceEndpoint) -
getTrunkAddressing
-
setTrunkAddressing
-
formRequest
Appends this DataType to the given Request- Parameters:
request
- The request to append the DataType to.datatype
- The datatype to parse.
-
getFromNode
public static Endpoint getFromNode(Node node, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Retrieves an elements of type Endpoint by parsing an XML node.- Parameters:
node
- The source node to parse.
-
getArrayFromNode
public static Endpoint[] getArrayFromNode(Node node, String elementName, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Retrieves an array of elements of type Endpoint by parsing the XML node.- Parameters:
node
- The source node to retrieve the array.elementName
- The element name to iterate through.
-
toString
-
equals
-
hashCode
public int hashCode()
-