Package com.vidispine.generated
Class ExportTemplateText
- java.lang.Object
-
- com.vidispine.generated.ExportTemplateType
-
- com.vidispine.generated.ExportTemplateText
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class ExportTemplateText extends ExportTemplateType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ExportTemplateText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportTemplateText"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}ExportTemplateType"> <sequence> <element name="content" type="{http://xml.vidispine.com/schema/vidispine}ExportTemplateTextContent" minOccurs="0"/> <element name="xslt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="script" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="xml" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax'/> </sequence> <attribute name="indent" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="charset" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportTemplateText.PropInfo
static class
ExportTemplateText.Xml
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected String
charset
protected ExportTemplateTextContent
content
protected String
script
protected ExportTemplateText.Xml
xml
protected String
xslt
-
Fields inherited from class com.vidispine.generated.ExportTemplateType
dependency, exportTemplateChoiceGroup, filter, path, pre, preRender, tag
-
-
Constructor Summary
Constructors Constructor Description ExportTemplateText()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
String
getCharset()
Gets the value of the charset property.ExportTemplateTextContent
getContent()
Gets the value of the content property.String
getScript()
Gets the value of the script property.ExportTemplateText.Xml
getXml()
Gets the value of the xml property.String
getXslt()
Gets the value of the xslt property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetCharset()
boolean
isSetContent()
boolean
isSetScript()
boolean
isSetXml()
boolean
isSetXslt()
void
setCharset(String value)
Sets the value of the charset property.void
setContent(ExportTemplateTextContent value)
Sets the value of the content property.void
setScript(String value)
Sets the value of the script property.void
setXml(ExportTemplateText.Xml value)
Sets the value of the xml property.void
setXslt(String value)
Sets the value of the xslt property.ExportTemplateText
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExportTemplateText
withCharset(String value)
ExportTemplateText
withContent(ExportTemplateTextContent value)
ExportTemplateText
withDependency(String... values)
ExportTemplateText
withDependency(Collection<String> values)
ExportTemplateText
withExportTemplateChoiceGroup(ExportTemplateType... values)
ExportTemplateText
withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
ExportTemplateText
withFilter(String value)
ExportTemplateText
withPath(String value)
ExportTemplateText
withPre(String value)
ExportTemplateText
withPreRender(String value)
ExportTemplateText
withScript(String value)
ExportTemplateText
withTag(String... values)
ExportTemplateText
withTag(Collection<String> values)
ExportTemplateText
withXml(ExportTemplateText.Xml value)
ExportTemplateText
withXslt(String value)
-
Methods inherited from class com.vidispine.generated.ExportTemplateType
getDependency, getExportTemplateChoiceGroup, getFilter, getPath, getPre, getPreRender, getTag, isSetDependency, isSetExportTemplateChoiceGroup, isSetFilter, isSetPath, isSetPre, isSetPreRender, isSetTag, setFilter, setPath, setPre, setPreRender, unsetDependency, unsetExportTemplateChoiceGroup, unsetTag
-
-
-
-
Field Detail
-
content
protected ExportTemplateTextContent content
-
xslt
protected String xslt
-
script
protected String script
-
xml
protected ExportTemplateText.Xml xml
-
charset
protected String charset
-
-
Method Detail
-
getContent
public ExportTemplateTextContent getContent()
Gets the value of the content property.- Returns:
- possible object is
ExportTemplateTextContent
-
setContent
public void setContent(ExportTemplateTextContent value)
Sets the value of the content property.- Parameters:
value
- allowed object isExportTemplateTextContent
-
isSetContent
public boolean isSetContent()
-
getXslt
public String getXslt()
Gets the value of the xslt property.- Returns:
- possible object is
String
-
setXslt
public void setXslt(String value)
Sets the value of the xslt property.- Parameters:
value
- allowed object isString
-
isSetXslt
public boolean isSetXslt()
-
getScript
public String getScript()
Gets the value of the script property.- Returns:
- possible object is
String
-
setScript
public void setScript(String value)
Sets the value of the script property.- Parameters:
value
- allowed object isString
-
isSetScript
public boolean isSetScript()
-
getXml
public ExportTemplateText.Xml getXml()
Gets the value of the xml property.- Returns:
- possible object is
ExportTemplateText.Xml
-
setXml
public void setXml(ExportTemplateText.Xml value)
Sets the value of the xml property.- Parameters:
value
- allowed object isExportTemplateText.Xml
-
isSetXml
public boolean isSetXml()
-
getCharset
public String getCharset()
Gets the value of the charset property.- Returns:
- possible object is
String
-
setCharset
public void setCharset(String value)
Sets the value of the charset property.- Parameters:
value
- allowed object isString
-
isSetCharset
public boolean isSetCharset()
-
clone
public Object clone()
- Overrides:
clone
in classExportTemplateType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classExportTemplateType
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classExportTemplateType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classExportTemplateType
-
withContent
public ExportTemplateText withContent(ExportTemplateTextContent value)
-
withXslt
public ExportTemplateText withXslt(String value)
-
withScript
public ExportTemplateText withScript(String value)
-
withXml
public ExportTemplateText withXml(ExportTemplateText.Xml value)
-
withCharset
public ExportTemplateText withCharset(String value)
-
withTag
public ExportTemplateText withTag(String... values)
- Overrides:
withTag
in classExportTemplateType
-
withTag
public ExportTemplateText withTag(Collection<String> values)
- Overrides:
withTag
in classExportTemplateType
-
withDependency
public ExportTemplateText withDependency(String... values)
- Overrides:
withDependency
in classExportTemplateType
-
withDependency
public ExportTemplateText withDependency(Collection<String> values)
- Overrides:
withDependency
in classExportTemplateType
-
withFilter
public ExportTemplateText withFilter(String value)
- Overrides:
withFilter
in classExportTemplateType
-
withPre
public ExportTemplateText withPre(String value)
- Overrides:
withPre
in classExportTemplateType
-
withPreRender
public ExportTemplateText withPreRender(String value)
- Overrides:
withPreRender
in classExportTemplateType
-
withExportTemplateChoiceGroup
public ExportTemplateText withExportTemplateChoiceGroup(ExportTemplateType... values)
- Overrides:
withExportTemplateChoiceGroup
in classExportTemplateType
-
withExportTemplateChoiceGroup
public ExportTemplateText withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
- Overrides:
withExportTemplateChoiceGroup
in classExportTemplateType
-
withPath
public ExportTemplateText withPath(String value)
- Overrides:
withPath
in classExportTemplateType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
- Overrides:
equals
in classExportTemplateType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classExportTemplateType
-
visit
public ExportTemplateText visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classExportTemplateType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
- Overrides:
hashCode
in classExportTemplateType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classExportTemplateType
-
-