Class CometCoreRemote.CometBinary

java.lang.Object
com.werkii.comet.soap.CometCoreRemote.CometBinary
All Implemented Interfaces:
Serializable
Enclosing interface:
CometCoreRemote

public static class CometCoreRemote.CometBinary extends Object implements Serializable
See Also:
  • Constructor Details

    • CometBinary

      public CometBinary()
  • Method Details

    • getFilename

      public String getFilename()
    • setFilename

      public void setFilename(String filename)
    • getMimetype

      public String getMimetype()
    • setMimetype

      public void setMimetype(String mimetype)
    • getSize

      public int getSize()
    • setSize

      public void setSize(int size)
    • getContent

      public jakarta.activation.DataHandler getContent()
    • setContent

      public void setContent(jakarta.activation.DataHandler content)