public class InformationServicesArgument extends Reference
information_services_argument asset type in IGC, displayed as 'Information Services Argument' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
argumentName |
protected List<String> |
argumentType |
protected String |
defaultValue |
protected String |
description |
protected ItemList<InformationServicesOperation> |
informationServicesOperation |
protected String |
name |
protected String |
referenceType
Valid values are:
BIGDECIMAL (displayed in the UI as 'BIGDECIMAL')
BIGINTEGER (displayed in the UI as 'BIGINTEGER')
BOOLEAN (displayed in the UI as 'BOOLEAN')
BYTE (displayed in the UI as 'BYTE')
BYTEARRAY (displayed in the UI as 'BYTEARRAY')
DATE (displayed in the UI as 'DATE')
DOUBLE (displayed in the UI as 'DOUBLE')
FLOAT (displayed in the UI as 'FLOAT')
INT (displayed in the UI as 'INT')
STRING (displayed in the UI as 'STRING')
TIME (displayed in the UI as 'TIME')
TIMESTAMP (displayed in the UI as 'TIMESTAMP')
ENCRYPTED (displayed in the UI as 'ENCRYPTED')
XML (displayed in the UI as 'XML')
|
| Constructor and Description |
|---|
InformationServicesArgument() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArgumentName()
Retrieve the
argument_name property (displayed as 'Argument Name') of the object. |
List<String> |
getArgumentType()
Retrieve the
argument_type property (displayed as 'Argument Type') of the object. |
String |
getDefaultValue()
Retrieve the
default_value property (displayed as 'Default Value') of the object. |
String |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
ItemList<InformationServicesOperation> |
getInformationServicesOperation()
Retrieve the
information_services_operation property (displayed as 'Information Services Operation') of the object. |
String |
getReferenceType()
Retrieve the
reference_type property (displayed as 'Reference Type') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setArgumentName(List<String> argumentName)
Set the
argument_name property (displayed as Argument Name) of the object. |
void |
setArgumentType(List<String> argumentType)
Set the
argument_type property (displayed as Argument Type) of the object. |
void |
setDefaultValue(String defaultValue)
Set the
default_value property (displayed as Default Value) of the object. |
void |
setDescription(String description)
Set the
description property (displayed as Description) of the object. |
void |
setInformationServicesOperation(ItemList<InformationServicesOperation> informationServicesOperation)
Set the
information_services_operation property (displayed as Information Services Operation) of the object. |
void |
setReferenceType(String referenceType)
Set the
reference_type property (displayed as Reference Type) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String defaultValue
protected String description
protected ItemList<InformationServicesOperation> informationServicesOperation
protected String name
protected String referenceType
public List<String> getArgumentName()
argument_name property (displayed as 'Argument Name') of the object.List<String>public void setArgumentName(List<String> argumentName)
argument_name property (displayed as Argument Name) of the object.argumentName - the value to setpublic List<String> getArgumentType()
argument_type property (displayed as 'Argument Type') of the object.List<String>public void setArgumentType(List<String> argumentType)
argument_type property (displayed as Argument Type) of the object.argumentType - the value to setpublic String getDefaultValue()
default_value property (displayed as 'Default Value') of the object.Stringpublic void setDefaultValue(String defaultValue)
default_value property (displayed as Default Value) of the object.defaultValue - the value to setpublic String getDescription()
description property (displayed as 'Description') of the object.Stringpublic void setDescription(String description)
description property (displayed as Description) of the object.description - the value to setpublic ItemList<InformationServicesOperation> getInformationServicesOperation()
information_services_operation property (displayed as 'Information Services Operation') of the object.ItemList<InformationServicesOperation>public void setInformationServicesOperation(ItemList<InformationServicesOperation> informationServicesOperation)
information_services_operation property (displayed as Information Services Operation) of the object.informationServicesOperation - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic String getReferenceType()
reference_type property (displayed as 'Reference Type') of the object.Stringpublic void setReferenceType(String referenceType)
reference_type property (displayed as Reference Type) of the object.referenceType - the value to setCopyright © 2018–2021 ODPi. All rights reserved.