@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class CompositeTemplate extends Object
| Constructor and Description |
|---|
CompositeTemplate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCompositeTemplateId()
The identify of this composite template.
|
Document |
getDocument() |
List<InlineTemplate> |
getInlineTemplates()
Zero or more inline templates and their position in the overlay.
|
String |
getPdfMetaDataTemplateSequence() |
List<ServerTemplate> |
getServerTemplates()
0 or more server-side templates and their position in the overlay.
|
int |
hashCode() |
void |
setCompositeTemplateId(String compositeTemplateId) |
void |
setDocument(Document document) |
void |
setInlineTemplates(List<InlineTemplate> inlineTemplates) |
void |
setPdfMetaDataTemplateSequence(String pdfMetaDataTemplateSequence) |
void |
setServerTemplates(List<ServerTemplate> serverTemplates) |
String |
toString() |
public String getCompositeTemplateId()
The identify of this composite template. It is used as a reference when adding document object information. If used, the document’s content-disposition must include the composite template ID to which the document should be added. If a composite template ID is not specified in the content-disposition, the document is applied based on the value of the documentId property only. If no document object is specified, the composite template inherits the first document.
public void setCompositeTemplateId(String compositeTemplateId)
public Document getDocument()
public void setDocument(Document document)
public List<InlineTemplate> getInlineTemplates()
Zero or more inline templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value.
public void setInlineTemplates(List<InlineTemplate> inlineTemplates)
public String getPdfMetaDataTemplateSequence()
public void setPdfMetaDataTemplateSequence(String pdfMetaDataTemplateSequence)
public List<ServerTemplate> getServerTemplates()
0 or more server-side templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value
public void setServerTemplates(List<ServerTemplate> serverTemplates)
Copyright © 2017. All Rights Reserved.