Uses of Class
com.vidispine.generated.ExportTemplateTextContent
-
Uses of ExportTemplateTextContent in com.vidispine.generated
Fields in com.vidispine.generated declared as ExportTemplateTextContentModifier and TypeFieldDescriptionprotected ExportTemplateTextContentExportTemplateText.contentprotected ExportTemplateTextContentExportTemplateSequence.documentMethods in com.vidispine.generated that return ExportTemplateTextContentModifier and TypeMethodDescriptionObjectFactory.createExportTemplateTextContent()Create an instance ofExportTemplateTextContentExportTemplateText.getContent()Gets the value of the content property.ExportTemplateSequence.getDocument()Gets the value of the document property.ExportTemplateTextContent.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) ExportTemplateTextContent.withContent(Serializable... values) Adds objects to the list of Content using add methodExportTemplateTextContent.withContent(Collection<Serializable> values) Adds objects to the list of Content using addAll methodExportTemplateTextContent.withScripttags(boolean value) Sets the value of the scripttags property.Methods in com.vidispine.generated with parameters of type ExportTemplateTextContentModifier and TypeMethodDescriptionvoidExportTemplateText.setContent(ExportTemplateTextContent value) Sets the value of the content property.voidExportTemplateSequence.setDocument(ExportTemplateTextContent value) Sets the value of the document property.ExportTemplateText.withContent(ExportTemplateTextContent value) Sets the value of the content property.ExportTemplateSequence.withDocument(ExportTemplateTextContent value) Sets the value of the document property.