Package org.cxml

Class AttachmentReference


  • public class AttachmentReference
    extends java.lang.Object
    • Field Detail

      • length

        protected java.lang.String length
      • name

        protected Name name
    • Constructor Detail

      • AttachmentReference

        public AttachmentReference()
    • 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 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