public class MAPAuthenticationFailureReportArg extends AbstractFieldsObject
AuthenticationFailureReportArg ::=
SEQUENCE {
imsi IMSI,
failureCause FailureCause,
extensionContainer ExtensionContainer OPTIONAL,
...
re-attempt BOOLEAN OPTIONAL, -- Added in release 4.
accessType AccessType OPTIONAL, -- Added in release 4.
rand RAND OPTIONAL, -- Added in release 4.
vlr-Number ISDN-AddressString OPTIONAL, -- Added in release 4.
sgsn-Number ISDN-AddressString OPTIONAL -- Added in release 4.
}
Added in R99.
Used as argument type by MAPOperations.authenticationFailureReport.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPAuthenticationFailureReportArg()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPAuthenticationFailureReportArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAuthenticationFailureReportArg |
copyOf(MAPAuthenticationFailureReportArg 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.
|
MAPAccessType |
getAccessType()
Gets the value of the field accessType.
|
MAPExtensionContainer |
getExtensionContainer()
Gets the value of the field extensionContainer.
|
MAPFailureCause |
getFailureCause()
Gets the value of the field failureCause.
|
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.
|
IMSIAddress |
getImsi()
Gets the value of the field imsi.
|
byte[] |
getRand()
Gets the value of the field rand.
|
boolean |
getRe_attempt()
Gets the value of the field re-attempt.
|
AddressString |
getSgsn_Number()
Gets the value of the field sgsn-Number.
|
AddressString |
getVlr_Number()
Gets the value of the field vlr-Number.
|
boolean |
hasAccessType()
Tests whether the field accessType has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasFailureCause()
Tests whether the field failureCause has a value.
|
boolean |
hasImsi()
Tests whether the field imsi has a value.
|
boolean |
hasRand()
Tests whether the field rand has a value.
|
boolean |
hasRe_attempt()
Tests whether the field re-attempt has a value.
|
boolean |
hasSgsn_Number()
Tests whether the field sgsn-Number has a value.
|
boolean |
hasVlr_Number()
Tests whether the field vlr-Number has a value.
|
MAPAuthenticationFailureReportArg |
setAccessType(MAPAccessType value)
Sets the value of the field accessType.
|
MAPAuthenticationFailureReportArg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPAuthenticationFailureReportArg |
setFailureCause(MAPFailureCause value)
Sets the value of the field failureCause.
|
MAPAuthenticationFailureReportArg |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPAuthenticationFailureReportArg |
setRand(byte[] value)
Sets the value of the field rand.
|
MAPAuthenticationFailureReportArg |
setRe_attempt(boolean value)
Sets the value of the field re-attempt and marks the field as present.
|
MAPAuthenticationFailureReportArg |
setRe_attemptPresent(boolean flag)
Sets the presence or absence of the optional field re-attempt.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPAuthenticationFailureReportArg |
setSgsn_Number(AddressString value)
Sets the value of the field sgsn-Number.
|
MAPAuthenticationFailureReportArg |
setVlr_Number(AddressString value)
Sets the value of the field vlr-Number.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPAuthenticationFailureReportArg()
public MAPAuthenticationFailureReportArg clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPAuthenticationFailureReportArg copyOf(MAPAuthenticationFailureReportArg from)
from - the object from which to copypublic MAPAccessType getAccessType()
public MAPExtensionContainer getExtensionContainer()
public MAPFailureCause getFailureCause()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic IMSIAddress getImsi()
public byte[] getRand()
public boolean getRe_attempt()
public AddressString getSgsn_Number()
public AddressString getVlr_Number()
public boolean hasAccessType()
public boolean hasExtensionContainer()
public boolean hasFailureCause()
public boolean hasImsi()
public boolean hasRand()
public boolean hasRe_attempt()
public boolean hasSgsn_Number()
public boolean hasVlr_Number()
public MAPAuthenticationFailureReportArg setAccessType(MAPAccessType value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAuthenticationFailureReportArg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAuthenticationFailureReportArg setFailureCause(MAPFailureCause value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAuthenticationFailureReportArg setImsi(IMSIAddress value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAuthenticationFailureReportArg setRand(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAuthenticationFailureReportArg setRe_attempt(boolean value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAuthenticationFailureReportArg setRe_attemptPresent(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 void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class AbstractDataObjectpublic MAPAuthenticationFailureReportArg setSgsn_Number(AddressString value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPAuthenticationFailureReportArg setVlr_Number(AddressString value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only