Package org.cxml
Class AttachmentReference
- java.lang.Object
-
- org.cxml.AttachmentReference
-
public class AttachmentReference extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Descriptiondescriptionprotected InternalIDinternalIDprotected java.lang.Stringlengthprotected Namename
-
Constructor Summary
Constructors Constructor Description AttachmentReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptiongetDescription()Gets the value of the description property.InternalIDgetInternalID()Gets the value of the internalID property.java.lang.StringgetLength()Gets the value of the length property.NamegetName()Gets the value of the name property.voidsetDescription(Description value)Sets the value of the description property.voidsetInternalID(InternalID value)Sets the value of the internalID property.voidsetLength(java.lang.String value)Sets the value of the length property.voidsetName(Name value)Sets the value of the name property.
-
-
-
Field Detail
-
length
protected java.lang.String length
-
name
protected Name name
-
description
protected Description description
-
internalID
protected InternalID internalID
-
-
Method Detail
-
getLength
public java.lang.String getLength()
Gets the value of the length property.- Returns:
- possible object is
String
-
setLength
public void setLength(java.lang.String value)
Sets the value of the length property.- Parameters:
value- allowed object isString
-
setName
public void setName(Name value)
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getInternalID
public InternalID getInternalID()
Gets the value of the internalID property.- Returns:
- possible object is
InternalID
-
setInternalID
public void setInternalID(InternalID value)
Sets the value of the internalID property.- Parameters:
value- allowed object isInternalID
-
-