public class CAP3ContinueWithArgumentArg extends AbstractFieldsObject
ContinueWithArgumentArg ::=
SEQUENCE {
alertingPattern AlertingPattern OPTIONAL,
extensions Extensions OPTIONAL,
serviceInteractionIndicatorsTwo ServiceInteractionIndicatorsTwo OPTIONAL,
callingPartysCategory CallingPartysCategory OPTIONAL,
genericNumbers GenericNumbers OPTIONAL,
cug-Interlock CUG-Interlock OPTIONAL,
cug-OutgoingAccess NULL OPTIONAL,
chargeNumber ChargeNumber OPTIONAL,
carrier Carrier OPTIONAL,
suppressionOfAnnouncement SuppressionOfAnnouncement OPTIONAL,
naOliInfo NAOliInfo OPTIONAL,
...
}
Used as argument type by CAP3Operations.continueWithArgument.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP3ContinueWithArgumentArg()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
CAP3ContinueWithArgumentArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3ContinueWithArgumentArg |
copyOf(CAP3ContinueWithArgumentArg from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
Signal |
getAlertingPattern()
Gets the value of the field alertingPattern.
|
CallingPartysCategory |
getCallingPartysCategory()
Gets the value of the field callingPartysCategory.
|
byte[] |
getCarrier()
Gets the value of the field carrier.
|
LocationNumber |
getChargeNumber()
Gets the value of the field chargeNumber.
|
CUGInterLockCode |
getCug_Interlock()
Gets the value of the field cug-Interlock.
|
CAP1ExtensionField[] |
getExtensions()
Gets the value of the field extensions.
|
static FieldAccessor[] |
getFieldAccessors()
Gets a new array of the accessors for fields of this type.
|
Map<String,Object> |
getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value.
|
GenericNumber[] |
getGenericNumbers()
Gets the value of the field genericNumbers.
|
byte[] |
getNaOliInfo()
Gets the value of the field naOliInfo.
|
CAP3ServiceInteractionIndicatorsTwo |
getServiceInteractionIndicatorsTwo()
Gets the value of the field serviceInteractionIndicatorsTwo.
|
boolean |
hasAlertingPattern()
Tests whether the field alertingPattern has a value.
|
boolean |
hasCallingPartysCategory()
Tests whether the field callingPartysCategory has a value.
|
boolean |
hasCarrier()
Tests whether the field carrier has a value.
|
boolean |
hasChargeNumber()
Tests whether the field chargeNumber has a value.
|
boolean |
hasCug_Interlock()
Tests whether the field cug-Interlock has a value.
|
boolean |
hasCug_OutgoingAccess()
Tests whether the field cug-OutgoingAccess is present.
|
boolean |
hasExtensions()
Tests whether the field extensions has a value.
|
boolean |
hasGenericNumbers()
Tests whether the field genericNumbers has a value.
|
boolean |
hasNaOliInfo()
Tests whether the field naOliInfo has a value.
|
boolean |
hasServiceInteractionIndicatorsTwo()
Tests whether the field serviceInteractionIndicatorsTwo has a value.
|
boolean |
hasSuppressionOfAnnouncement()
Tests whether the field suppressionOfAnnouncement is present.
|
CAP3ContinueWithArgumentArg |
setAlertingPattern(Signal value)
Sets the value of the field alertingPattern.
|
CAP3ContinueWithArgumentArg |
setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.
|
CAP3ContinueWithArgumentArg |
setCarrier(byte[] value)
Sets the value of the field carrier.
|
CAP3ContinueWithArgumentArg |
setChargeNumber(LocationNumber value)
Sets the value of the field chargeNumber.
|
CAP3ContinueWithArgumentArg |
setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
CAP3ContinueWithArgumentArg |
setCug_OutgoingAccessPresent(boolean flag)
Sets the presence or absence of the optional field cug-OutgoingAccess.
|
CAP3ContinueWithArgumentArg |
setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP3ContinueWithArgumentArg |
setGenericNumbers(GenericNumber[] value)
Sets the value of the field genericNumbers.
|
CAP3ContinueWithArgumentArg |
setNaOliInfo(byte[] value)
Sets the value of the field naOliInfo.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
CAP3ContinueWithArgumentArg |
setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.
|
CAP3ContinueWithArgumentArg |
setSuppressionOfAnnouncementPresent(boolean flag)
Sets the presence or absence of the optional field suppressionOfAnnouncement.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic CAP3ContinueWithArgumentArg()
public CAP3ContinueWithArgumentArg clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static CAP3ContinueWithArgumentArg copyOf(CAP3ContinueWithArgumentArg from)
from - the object from which to copypublic Signal getAlertingPattern()
public CallingPartysCategory getCallingPartysCategory()
public byte[] getCarrier()
public LocationNumber getChargeNumber()
public CUGInterLockCode getCug_Interlock()
public CAP1ExtensionField[] getExtensions()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic GenericNumber[] getGenericNumbers()
public byte[] getNaOliInfo()
public CAP3ServiceInteractionIndicatorsTwo getServiceInteractionIndicatorsTwo()
public boolean hasAlertingPattern()
public boolean hasCallingPartysCategory()
public boolean hasCarrier()
public boolean hasChargeNumber()
public boolean hasCug_Interlock()
public boolean hasCug_OutgoingAccess()
public boolean hasExtensions()
public boolean hasGenericNumbers()
public boolean hasNaOliInfo()
public boolean hasServiceInteractionIndicatorsTwo()
public boolean hasSuppressionOfAnnouncement()
public CAP3ContinueWithArgumentArg setAlertingPattern(Signal value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP3ContinueWithArgumentArg setCallingPartysCategory(CallingPartysCategory value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP3ContinueWithArgumentArg setCarrier(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP3ContinueWithArgumentArg setChargeNumber(LocationNumber value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP3ContinueWithArgumentArg setCug_Interlock(CUGInterLockCode value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP3ContinueWithArgumentArg setCug_OutgoingAccessPresent(boolean flag) throws IllegalStateException
flag - either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException - if this instance has been marked as read-onlypublic CAP3ContinueWithArgumentArg setExtensions(CAP1ExtensionField[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP3ContinueWithArgumentArg setGenericNumbers(GenericNumber[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP3ContinueWithArgumentArg setNaOliInfo(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObjectpublic CAP3ContinueWithArgumentArg setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP3ContinueWithArgumentArg setSuppressionOfAnnouncementPresent(boolean flag) throws IllegalStateException
flag - either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException - if this instance has been marked as read-only