Package org.cxml
Class AttachmentReference
java.lang.Object
org.cxml.AttachmentReference
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Descriptionprotected InternalIDprotected Stringprotected Nameprotected URLprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the internalID property.Gets the value of the length property.getName()Gets the value of the name property.getURL()Gets the value of the url property.Gets the value of the version property.voidsetDescription(Description value) Sets the value of the description property.voidsetInternalID(InternalID value) Sets the value of the internalID property.voidSets the value of the length property.voidSets the value of the name property.voidSets the value of the url property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
length
-
version
-
name
-
description
-
internalID
-
url
-
-
Constructor Details
-
AttachmentReference
public AttachmentReference()
-
-
Method Details
-
getLength
Gets the value of the length property.- Returns:
- possible object is
String
-
setLength
Sets the value of the length property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getInternalID
Gets the value of the internalID property.- Returns:
- possible object is
InternalID
-
setInternalID
Sets the value of the internalID property.- Parameters:
value- allowed object isInternalID
-
getURL
Gets the value of the url property.- Returns:
- possible object is
URL
-
setURL
Sets the value of the url property.- Parameters:
value- allowed object isURL
-