Class LiteralAttachmentType


public class LiteralAttachmentType extends LiteralType
Author:
Vivek Pandey
  • Constructor Details

    • LiteralAttachmentType

      public LiteralAttachmentType()
    • LiteralAttachmentType

      public LiteralAttachmentType(QName name, JavaType javaType)
  • Method Details

    • accept

      public void accept(LiteralTypeVisitor visitor) throws Exception
      Specified by:
      accept in class LiteralType
      Throws:
      Exception
    • setMIMEType

      public void setMIMEType(String mimeType)
    • getMIMEType

      public String getMIMEType()
    • addAlternateMIMEType

      public void addAlternateMIMEType(String mimeType)
    • addAlternateMIMEType

      public void addAlternateMIMEType(Iterator mimeTypes)
    • getAlternateMIMETypes

      public List getAlternateMIMETypes()
    • setAlternateMIMETypes

      public void setAlternateMIMETypes(List l)
    • setSwaRef

      public void setSwaRef(boolean isSwaRef)
    • isSwaRef

      public boolean isSwaRef()
    • getContentID

      public String getContentID()
    • setContentID

      public void setContentID(String id)