Package org.cxml

Class AttachmentReference

java.lang.Object
org.cxml.AttachmentReference

public class AttachmentReference extends Object
  • Field Details

    • length

      protected String length
    • version

      protected String version
    • name

      protected Name name
    • description

      protected Description description
    • internalID

      protected InternalID internalID
    • url

      protected URL url
  • Constructor Details

    • AttachmentReference

      public AttachmentReference()
  • Method Details

    • getLength

      public String getLength()
      Gets the value of the length property.
      Returns:
      possible object is String
    • setLength

      public void setLength(String value)
      Sets the value of the length property.
      Parameters:
      value - allowed object is String
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • getName

      public Name getName()
      Gets the value of the name property.
      Returns:
      possible object is Name
    • setName

      public void setName(Name value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is Name
    • 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 is Description
    • 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 is InternalID
    • getURL

      public URL getURL()
      Gets the value of the url property.
      Returns:
      possible object is URL
    • setURL

      public void setURL(URL value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is URL