Class LiteralAttachmentType


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

      • LiteralAttachmentType

        public LiteralAttachmentType()
      • LiteralAttachmentType

        public LiteralAttachmentType​(QName name,
                                     JavaType javaType)
    • Method Detail

      • 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)