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()StringgetDocIdent()StringgetLocale()StringgetType()voidsetBlob(byte[] blob)voidsetDocIdent(String docIdent)voidsetLocale(String locale)voidsetType(String type)StringtoString()
-
-
-
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)
-
-