public class AttachmentValue extends ParameterDefinition
ParameterValue.ParameterPath| Modifier and Type | Field and Description |
|---|---|
protected Attachment |
attachment |
attributes, children, EMPTY_CACHE, instanceType, max, min, name, nil, overwrite, pvLock, type, uniqueIdForAttachmentDisposal| Constructor and Description |
|---|
AttachmentValue() |
AttachmentValue(java.lang.String href) |
| Modifier and Type | Method and Description |
|---|---|
IncomingAttachment |
getAttachment()
Returns an attachment for this parameter value.
|
java.lang.String |
getValueAsString() |
int |
getValueType()
Returns the VALUE TYPE for this parameter.
|
void |
initialize(java.lang.String href) |
void |
setAttachment(Attachment attachment)
Sets the attachment for this parameter value.
|
void |
setUniqueId(java.lang.String uniqueId) |
toStringadd, add, addAnyAttribute, attributeNames, attributes, children, childrenFromType, createChild, createChild, disposeAllAttachments, exclusiveLock, get, get, getAttributeValue, getChildren, getChildrenCount, getChildrenCount, getChildrenList, getInstanceType, getLockObject, getMaxOccurs, getMinOccurs, getName, getNamespaceCache, getNamespaces, getOverwritten, getType, hasAttributes, hasChildren, hasChildrenFromType, isNil, isOverwritten, overwriteSerialization, releaseExclusiveLock, releaseSharedLock, remove, removeChild, resolveTypes, setAttributes, setAttributeValue, setInstanceType, setMaxOccurs, setMinOccurs, setName, setNil, setType, sharedLock, tryExclusiveLock, trySharedLockprotected Attachment attachment
public AttachmentValue()
public AttachmentValue(java.lang.String href)
public IncomingAttachment getAttachment()
public void setAttachment(Attachment attachment)
attachment - the attachment to set.public void setUniqueId(java.lang.String uniqueId)
public void initialize(java.lang.String href)
public int getValueType()
ParameterValue
A VALUE TYPE should be a unique representation of a ParameterValue implementation
which allows to identify the implementation and cast correctly.
getValueType in class ParameterDefinitionpublic java.lang.String getValueAsString()
getValueAsString in class ParameterDefinition