Package com.vidispine.generated
Class ExportTemplateText
java.lang.Object
com.vidispine.generated.ExportTemplateType
com.vidispine.generated.ExportTemplateText
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class ExportTemplateText
extends ExportTemplateType
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Java class for anonymous complex type -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected ExportTemplateTextContent
protected String
protected ExportTemplateText.Xml
protected String
Fields inherited from class com.vidispine.generated.ExportTemplateType
dependency, exportTemplateChoiceGroup, filter, path, pre, preRender, tag
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the charset property.Gets the value of the content property.Gets the value of the script property.getXml()
Gets the value of the xml property.getXslt()
Gets the value of the xslt property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
isSetXml()
boolean
void
setCharset
(String value) Sets the value of the charset property.void
Sets the value of the content property.void
Sets the value of the script property.void
setXml
(ExportTemplateText.Xml value) Sets the value of the xml property.void
Sets the value of the xslt property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withCharset
(String value) Sets the value of the charset property.Sets the value of the content property.withDependency
(String... values) Adds objects to the list of Dependency using add methodwithDependency
(Collection<String> values) Adds objects to the list of Dependency using addAll methodwithExportTemplateChoiceGroup
(ExportTemplateType... values) Adds objects to the list of ExportTemplateChoiceGroup using add methodAdds objects to the list of ExportTemplateChoiceGroup using addAll methodwithFilter
(String value) Sets the value of the filter property.Sets the value of the path property.Sets the value of the pre property.withPreRender
(String value) Sets the value of the preRender property.withScript
(String value) Sets the value of the script property.Adds objects to the list of Tag using add methodwithTag
(Collection<String> values) Adds objects to the list of Tag using addAll methodwithXml
(ExportTemplateText.Xml value) Sets the value of the xml property.Sets the value of the xslt property.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 Details
-
-
xslt
-
script
-
xml
-
charset
-
-
Constructor Details
-
ExportTemplateText
public ExportTemplateText()
-
-
Method Details
-
getContent
Gets the value of the content property.- Returns:
- possible object is
ExportTemplateTextContent
-
setContent
Sets the value of the content property.- Parameters:
value
- allowed object isExportTemplateTextContent
-
isSetContent
public boolean isSetContent() -
getXslt
Gets the value of the xslt property.- Returns:
- possible object is
String
-
setXslt
Sets the value of the xslt property.- Parameters:
value
- allowed object isString
-
isSetXslt
public boolean isSetXslt() -
getScript
Gets the value of the script property.- Returns:
- possible object is
String
-
setScript
Sets the value of the script property.- Parameters:
value
- allowed object isString
-
isSetScript
public boolean isSetScript() -
getXml
Gets the value of the xml property.- Returns:
- possible object is
ExportTemplateText.Xml
-
setXml
Sets the value of the xml property.- Parameters:
value
- allowed object isExportTemplateText.Xml
-
isSetXml
public boolean isSetXml() -
getCharset
Gets the value of the charset property.- Returns:
- possible object is
String
-
setCharset
Sets the value of the charset property.- Parameters:
value
- allowed object isString
-
isSetCharset
public boolean isSetCharset() -
clone
- Overrides:
clone
in classExportTemplateType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classExportTemplateType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classExportTemplateType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classExportTemplateType
-
withContent
Sets the value of the content property.- Parameters:
value
- allowed object isExportTemplateTextContent
- Returns:
- The class instance
-
withXslt
Sets the value of the xslt property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withScript
Sets the value of the script property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withXml
Sets the value of the xml property.- Parameters:
value
- allowed object isExportTemplateText.Xml
- Returns:
- The class instance
-
withCharset
Sets the value of the charset property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withTag
Adds objects to the list of Tag using add method- Overrides:
withTag
in classExportTemplateType
- Parameters:
values
- objects to add to the list Tag- Returns:
- The class instance
-
withTag
Adds objects to the list of Tag using addAll method- Overrides:
withTag
in classExportTemplateType
- Parameters:
values
- objects to add to the list Tag- Returns:
- The class instance
-
withDependency
Adds objects to the list of Dependency using add method- Overrides:
withDependency
in classExportTemplateType
- Parameters:
values
- objects to add to the list Dependency- Returns:
- The class instance
-
withDependency
Adds objects to the list of Dependency using addAll method- Overrides:
withDependency
in classExportTemplateType
- Parameters:
values
- objects to add to the list Dependency- Returns:
- The class instance
-
withFilter
Sets the value of the filter property.- Overrides:
withFilter
in classExportTemplateType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withPre
Sets the value of the pre property.- Overrides:
withPre
in classExportTemplateType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withPreRender
Sets the value of the preRender property.- Overrides:
withPreRender
in classExportTemplateType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withExportTemplateChoiceGroup
Adds objects to the list of ExportTemplateChoiceGroup using add method- Overrides:
withExportTemplateChoiceGroup
in classExportTemplateType
- Parameters:
values
- objects to add to the list ExportTemplateChoiceGroup- Returns:
- The class instance
-
withExportTemplateChoiceGroup
Adds objects to the list of ExportTemplateChoiceGroup using addAll method- Overrides:
withExportTemplateChoiceGroup
in classExportTemplateType
- Parameters:
values
- objects to add to the list ExportTemplateChoiceGroup- Returns:
- The class instance
-
withPath
Sets the value of the path property.- Overrides:
withPath
in classExportTemplateType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classExportTemplateType
-
equals
- Overrides:
equals
in classExportTemplateType
-
visit
- Overrides:
visit
in classExportTemplateType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classExportTemplateType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classExportTemplateType
-
toString
- Overrides:
toString
in classExportTemplateType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classExportTemplateType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classExportTemplateType
-