public class MAPCSG_SubscriptionData extends AbstractFieldsObject
CSG-SubscriptionData ::=
SEQUENCE {
csg-Id CSG-Id,
expirationDate Time OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...
}
Added in release 8.
Used in array as field type by MAPInsertSubscriberDataArg.
Used in array as field type by MAPAnyTimeSubscriptionInterrogationRes.
Used in array as field type by MAPNoteSubscriberDataModifiedArg.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPCSG_SubscriptionData()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPCSG_SubscriptionData |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCSG_SubscriptionData |
copyOf(MAPCSG_SubscriptionData 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.
|
BitString |
getCsg_Id()
Gets the value of the field csg-Id.
|
byte[] |
getExpirationDate()
Gets the value of the field expirationDate.
|
MAPExtensionContainer |
getExtensionContainer()
Gets the value of the field extensionContainer.
|
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 |
hasCsg_Id()
Tests whether the field csg-Id has a value.
|
boolean |
hasExpirationDate()
Tests whether the field expirationDate has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
MAPCSG_SubscriptionData |
setCsg_Id(BitString value)
Sets the value of the field csg-Id.
|
MAPCSG_SubscriptionData |
setExpirationDate(byte[] value)
Sets the value of the field expirationDate.
|
MAPCSG_SubscriptionData |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPCSG_SubscriptionData()
public MAPCSG_SubscriptionData clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPCSG_SubscriptionData copyOf(MAPCSG_SubscriptionData from)
from - the object from which to copypublic BitString getCsg_Id()
public byte[] getExpirationDate()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic boolean hasCsg_Id()
public boolean hasExpirationDate()
public boolean hasExtensionContainer()
public MAPCSG_SubscriptionData setCsg_Id(BitString value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPCSG_SubscriptionData setExpirationDate(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPCSG_SubscriptionData setExtensionContainer(MAPExtensionContainer 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 AbstractDataObject