public class CAP4ApplyChargingArg extends CAP3ApplyChargingArg
ApplyChargingArg ::=
SEQUENCE {
aChBillingChargingCharacteristics AChBillingChargingCharacteristics,
partyToCharge SendingSideID DEFAULT sendingSideID : '01'H,
extensions Extensions OPTIONAL,
aChChargingAddress AChChargingAddress DEFAULT legID : sendingSideID : '01'H,
...
}
CAP-gsmSSF-gsmSCF-ops-args {
ApplyChargingArg {
@parentType com.opencloud.slee.resources.cgin.cap_v3.CAP3ApplyChargingArg
}
}
Used as argument type by CAP4Operations.applyCharging.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP4ApplyChargingArg()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
CAP4ApplyChargingArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4ApplyChargingArg |
copyOf(CCApplyChargingArg 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.
|
CAP4AChChargingAddress |
getAChChargingAddress()
Gets the value of the field aChChargingAddress.
|
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.
|
boolean |
hasAChChargingAddress()
Tests whether the field aChChargingAddress has a value.
|
CAP4ApplyChargingArg |
setAChBillingChargingCharacteristics(CAP2AChBillingChargingCharacteristics value)
Sets the value of the field aChBillingChargingCharacteristics.
|
CAP4ApplyChargingArg |
setAChChargingAddress(CAP4AChChargingAddress value)
Sets the value of the field aChChargingAddress.
|
CAP4ApplyChargingArg |
setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP4ApplyChargingArg |
setPartyToCharge(CCLegID value)
Sets the value of the field partyToCharge.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
getExtensions, hasExtensionsgetAChBillingChargingCharacteristics, getPartyToCharge, hasAChBillingChargingCharacteristics, hasPartyToCharge, setAChBillingChargingCharacteristicsequals, hashCode, toStringcheckModify, isReadOnlypublic CAP4ApplyChargingArg()
public CAP4ApplyChargingArg clone()
clone in interface DataObjectclone in class CAP3ApplyChargingArgpublic static CAP4ApplyChargingArg copyOf(CCApplyChargingArg from)
from - the object from which to copypublic CAP4AChChargingAddress getAChChargingAddress()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class CAP3ApplyChargingArgwithAbsents - whether to put absent optional fields into Mappublic boolean hasAChChargingAddress()
public CAP4ApplyChargingArg setAChBillingChargingCharacteristics(CAP2AChBillingChargingCharacteristics value) throws IllegalStateException
setAChBillingChargingCharacteristics in class CAP3ApplyChargingArgvalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP4ApplyChargingArg setAChChargingAddress(CAP4AChChargingAddress value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP4ApplyChargingArg setExtensions(CAP1ExtensionField[] value) throws IllegalStateException
setExtensions in class CAP3ApplyChargingArgvalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP4ApplyChargingArg setPartyToCharge(CCLegID value) throws IllegalStateException
setPartyToCharge in class CAP3ApplyChargingArgvalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class CCApplyChargingArg