public class OutgoingPinholeDigitPlanDigitPatternRedirectingPermission extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
digitPatternName |
protected OutgoingPinholeDigitPlanRedirectingPermission |
permission |
Constructor and Description |
---|
OutgoingPinholeDigitPlanDigitPatternRedirectingPermission()
Serializable Constructor
|
OutgoingPinholeDigitPlanDigitPatternRedirectingPermission(String digitPatternName,
OutgoingPinholeDigitPlanRedirectingPermission permission) |
@NotNull @Size(min=1, max=30) protected String digitPatternName
@NotNull protected OutgoingPinholeDigitPlanRedirectingPermission permission
public OutgoingPinholeDigitPlanDigitPatternRedirectingPermission(String digitPatternName, OutgoingPinholeDigitPlanRedirectingPermission permission)
public OutgoingPinholeDigitPlanDigitPatternRedirectingPermission()
public String getDigitPatternName()
public OutgoingPinholeDigitPlanDigitPatternRedirectingPermission setDigitPatternName(String digitPatternName)
public OutgoingPinholeDigitPlanRedirectingPermission getPermission()
public OutgoingPinholeDigitPlanDigitPatternRedirectingPermission setPermission(OutgoingPinholeDigitPlanRedirectingPermission permission)
@GwtIncompatible public static Element formRequest(Request<?> request, OutgoingPinholeDigitPlanDigitPatternRedirectingPermission datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static OutgoingPinholeDigitPlanDigitPatternRedirectingPermission getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static OutgoingPinholeDigitPlanDigitPatternRedirectingPermission[] 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.