public class MAPDestinationNumberCriteria extends AbstractFieldsObject
DestinationNumberCriteria ::= SEQUENCE { matchType MatchType, destinationNumberList DestinationNumberList OPTIONAL, destinationNumberLengthList DestinationNumberLengthList OPTIONAL, ... }Added in R97. One or both of destinationNumberList and destinationNumberLengthList shall be present.
Used as field type by MAPO_BcsmCamelTDP_Criteria
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPDestinationNumberCriteria()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPDestinationNumberCriteria |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPDestinationNumberCriteria |
copyOf(MAPDestinationNumberCriteria 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.
|
int[] |
getDestinationNumberLengthList()
Gets the value of the field destinationNumberLengthList.
|
AddressString[] |
getDestinationNumberList()
Gets the value of the field destinationNumberList.
|
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.
|
MAPMatchType |
getMatchType()
Gets the value of the field matchType.
|
boolean |
hasDestinationNumberLengthList()
Tests whether the field destinationNumberLengthList has a value.
|
boolean |
hasDestinationNumberList()
Tests whether the field destinationNumberList has a value.
|
boolean |
hasMatchType()
Tests whether the field matchType has a value.
|
MAPDestinationNumberCriteria |
setDestinationNumberLengthList(int[] value)
Sets the value of the field destinationNumberLengthList.
|
MAPDestinationNumberCriteria |
setDestinationNumberList(AddressString[] value)
Sets the value of the field destinationNumberList.
|
MAPDestinationNumberCriteria |
setMatchType(MAPMatchType value)
Sets the value of the field matchType.
|
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public MAPDestinationNumberCriteria()
public MAPDestinationNumberCriteria clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPDestinationNumberCriteria copyOf(MAPDestinationNumberCriteria from)
from
- the object from which to copypublic int[] getDestinationNumberLengthList()
public AddressString[] getDestinationNumberList()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic MAPMatchType getMatchType()
public boolean hasDestinationNumberLengthList()
public boolean hasDestinationNumberList()
public boolean hasMatchType()
public MAPDestinationNumberCriteria setDestinationNumberLengthList(int[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPDestinationNumberCriteria setDestinationNumberList(AddressString[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPDestinationNumberCriteria setMatchType(MAPMatchType value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only