public static class CCBasicGapCriteria.CalledAddressAndService extends AbstractFieldsObject
calledAddressAndService ::=
SEQUENCE {
calledAddressValue Digits,
serviceKey ServiceKey
}
CC-DataTypes {
BasicGapCriteria {
calledAddressAndService {
calledAddressValue {
@import com.opencloud.slee.resources.in.datatypes.cc.GenericNumber
}
}
}
}
Used as field type by CCBasicGapCriteria.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CCBasicGapCriteria.CalledAddressAndService()
Constructs an object with uninitialised state.
|
CCBasicGapCriteria.CalledAddressAndService(GenericNumber CalledAddressValue_param,
int ServiceKey_param)
Constructs an object from given values for all fields.
|
| Modifier and Type | Method and Description |
|---|---|
CCBasicGapCriteria.CalledAddressAndService |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CCBasicGapCriteria.CalledAddressAndService |
copyOf(CCBasicGapCriteria.CalledAddressAndService 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.
|
GenericNumber |
getCalledAddressValue()
Gets the value of the field calledAddressValue.
|
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.
|
int |
getServiceKey()
Gets the value of the field serviceKey.
|
boolean |
hasCalledAddressValue()
Tests whether the field calledAddressValue has a value.
|
boolean |
hasServiceKey()
Tests whether the field serviceKey has a value.
|
CCBasicGapCriteria.CalledAddressAndService |
setCalledAddressValue(GenericNumber value)
Sets the value of the field calledAddressValue.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
CCBasicGapCriteria.CalledAddressAndService |
setServiceKey(int value)
Sets the value of the field serviceKey and marks the field as present.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic CCBasicGapCriteria.CalledAddressAndService()
public CCBasicGapCriteria.CalledAddressAndService(GenericNumber CalledAddressValue_param, int ServiceKey_param)
CalledAddressValue_param - value for that fieldServiceKey_param - value for that fieldpublic CCBasicGapCriteria.CalledAddressAndService clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static CCBasicGapCriteria.CalledAddressAndService copyOf(CCBasicGapCriteria.CalledAddressAndService from)
from - the object from which to copypublic GenericNumber getCalledAddressValue()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic int getServiceKey()
public boolean hasCalledAddressValue()
public boolean hasServiceKey()
public CCBasicGapCriteria.CalledAddressAndService setCalledAddressValue(GenericNumber 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 CCBasicGapCriteria.CalledAddressAndService setServiceKey(int value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only