public class CS1PromptAndCollectUserInformationArg extends CCPromptAndCollectUserInformationArg
PromptAndCollectUserInformationArg ::=
SEQUENCE {
collectedInfo CollectedInfo,
disconnectFromIPForbidden BOOLEAN DEFAULT TRUE,
informationToSend InformationToSend OPTIONAL,
extensions SEQUENCE (SIZE (1..1000)) OF ExtensionField OPTIONAL,
...
}
Core-INAP-CS1-DataTypes {
PromptAndCollectUserInformationArg {
@parentType com.opencloud.slee.resources.cgin.callcontrol.CCPromptAndCollectUserInformationArg
}
}
Used as argument type by CS1Operations.promptAndCollectUserInformation.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CS1PromptAndCollectUserInformationArg()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
CS1PromptAndCollectUserInformationArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CS1PromptAndCollectUserInformationArg |
copyOf(CCPromptAndCollectUserInformationArg 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.
|
CS1ExtensionField[] |
getExtensions()
Gets the value of the field extensions.
|
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 |
hasExtensions()
Tests whether the field extensions has a value.
|
CS1PromptAndCollectUserInformationArg |
setCollectedInfo(CCCollectedInfo value)
Sets the value of the field collectedInfo.
|
CS1PromptAndCollectUserInformationArg |
setDisconnectFromIPForbidden(boolean value)
Sets the value of the field disconnectFromIPForbidden.
|
CS1PromptAndCollectUserInformationArg |
setDisconnectFromIPForbiddenPresent(boolean flag)
Sets the presence or absence of the optional field disconnectFromIPForbidden.
|
CS1PromptAndCollectUserInformationArg |
setExtensions(CS1ExtensionField[] value)
Sets the value of the field extensions.
|
CS1PromptAndCollectUserInformationArg |
setInformationToSend(CS1InformationToSend value)
Sets the value of the field informationToSend.
|
getCollectedInfo, getDisconnectFromIPForbidden, getInformationToSend, hasCollectedInfo, hasDisconnectFromIPForbidden, hasInformationToSend, setInformationToSend, setReadOnlyequals, hashCode, toStringcheckModify, isReadOnlypublic CS1PromptAndCollectUserInformationArg()
public CS1PromptAndCollectUserInformationArg clone()
clone in interface DataObjectclone in class CCPromptAndCollectUserInformationArgpublic static CS1PromptAndCollectUserInformationArg copyOf(CCPromptAndCollectUserInformationArg from)
from - the object from which to copypublic CS1ExtensionField[] getExtensions()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class CCPromptAndCollectUserInformationArgwithAbsents - whether to put absent optional fields into Mappublic boolean hasExtensions()
public CS1PromptAndCollectUserInformationArg setCollectedInfo(CCCollectedInfo value) throws IllegalStateException
setCollectedInfo in class CCPromptAndCollectUserInformationArgvalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CS1PromptAndCollectUserInformationArg setDisconnectFromIPForbidden(boolean value) throws IllegalStateException
setDisconnectFromIPForbidden in class CCPromptAndCollectUserInformationArgvalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CS1PromptAndCollectUserInformationArg setDisconnectFromIPForbiddenPresent(boolean flag) throws IllegalStateException
setDisconnectFromIPForbiddenPresent in class CCPromptAndCollectUserInformationArgflag - 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 CS1PromptAndCollectUserInformationArg setExtensions(CS1ExtensionField[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CS1PromptAndCollectUserInformationArg setInformationToSend(CS1InformationToSend value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only