Class PdfWS
- java.lang.Object
-
- ch.aeis.exchange.web.ws.exchange_1_0.PdfWS
-
public class PdfWS extends Object
- Author:
- Rainer Alföldi
-
-
Constructor Summary
Constructors Constructor Description PdfWS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBlob()
String
getDocIdent()
String
getLocale()
String
getType()
void
setBlob(byte[] blob)
void
setDocIdent(String docIdent)
void
setLocale(String locale)
void
setType(String type)
String
toString()
-
-
-
Method Detail
-
getDocIdent
public String getDocIdent()
-
setDocIdent
public void setDocIdent(String docIdent)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getLocale
public String getLocale()
-
setLocale
public void setLocale(String locale)
-
getBlob
public byte[] getBlob()
-
setBlob
public void setBlob(byte[] blob)
-
-