public class CAP3EndUserAddress extends AbstractFieldsObject
EndUserAddress ::= SEQUENCE { pDPTypeOrganization OCTET STRING (SIZE (1)), pDPTypeNumber OCTET STRING (SIZE (1)), pDPAddress OCTET STRING (SIZE (1..63)) OPTIONAL }
Used as field type by CAP3InitialDPGPRSArg
.
Used as field type by CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation
.
Used as field type by CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation
.
Used as field type by CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP3EndUserAddress()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
CAP3EndUserAddress |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3EndUserAddress |
copyOf(CAP3EndUserAddress 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.
|
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.
|
byte[] |
getPDPAddress()
Gets the value of the field pDPAddress.
|
byte[] |
getPDPTypeNumber()
Gets the value of the field pDPTypeNumber.
|
byte[] |
getPDPTypeOrganization()
Gets the value of the field pDPTypeOrganization.
|
boolean |
hasPDPAddress()
Tests whether the field pDPAddress has a value.
|
boolean |
hasPDPTypeNumber()
Tests whether the field pDPTypeNumber has a value.
|
boolean |
hasPDPTypeOrganization()
Tests whether the field pDPTypeOrganization has a value.
|
CAP3EndUserAddress |
setPDPAddress(byte[] value)
Sets the value of the field pDPAddress.
|
CAP3EndUserAddress |
setPDPTypeNumber(byte[] value)
Sets the value of the field pDPTypeNumber.
|
CAP3EndUserAddress |
setPDPTypeOrganization(byte[] value)
Sets the value of the field pDPTypeOrganization.
|
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public CAP3EndUserAddress()
public CAP3EndUserAddress clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static CAP3EndUserAddress copyOf(CAP3EndUserAddress from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic byte[] getPDPAddress()
public byte[] getPDPTypeNumber()
public byte[] getPDPTypeOrganization()
public boolean hasPDPAddress()
public boolean hasPDPTypeNumber()
public boolean hasPDPTypeOrganization()
public CAP3EndUserAddress setPDPAddress(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP3EndUserAddress setPDPTypeNumber(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP3EndUserAddress setPDPTypeOrganization(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only