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