Package com.vidispine.generated
Class ExportTemplateSequence
java.lang.Object
com.vidispine.generated.ExportTemplateType
com.vidispine.generated.ExportTemplateSequence
- 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 ExportTemplateSequence
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 ExportTemplateSequence complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportTemplateSequence">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}ExportTemplateType">
<sequence>
<element name="document" type="{http://xml.vidispine.com/schema/vidispine}ExportTemplateTextContent" minOccurs="0"/>
<element name="generate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields 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) booleanbooleanequals(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 document property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the generate property.booleanbooleanvoidSets the value of the document property.voidsetGenerate(Boolean value) Sets the value of the generate property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) 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 methodSets the value of the document property.withExportTemplateChoiceGroup(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.withGenerate(Boolean value) Sets the value of the generate 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.Adds objects to the list of Tag using add methodwithTag(Collection<String> values) Adds objects to the list of Tag using addAll methodMethods 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
-
document
-
generate
-
-
Constructor Details
-
ExportTemplateSequence
public ExportTemplateSequence()
-
-
Method Details
-
getDocument
Gets the value of the document property.- Returns:
- possible object is
ExportTemplateTextContent
-
setDocument
Sets the value of the document property.- Parameters:
value- allowed object isExportTemplateTextContent
-
isSetDocument
public boolean isSetDocument() -
isGenerate
Gets the value of the generate property.- Returns:
- possible object is
Boolean
-
setGenerate
Sets the value of the generate property.- Parameters:
value- allowed object isBoolean
-
isSetGenerate
public boolean isSetGenerate() -
clone
- Overrides:
clonein classExportTemplateType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classExportTemplateType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classExportTemplateType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein classExportTemplateType
-
withDocument
Sets the value of the document property.- Parameters:
value- allowed object isExportTemplateTextContent- Returns:
- The class instance
-
withGenerate
Sets the value of the generate property.- Parameters:
value- allowed object isBoolean- Returns:
- The class instance
-
withTag
Adds objects to the list of Tag using add method- Overrides:
withTagin 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:
withTagin 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:
withDependencyin 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:
withDependencyin classExportTemplateType- Parameters:
values- objects to add to the list Dependency- Returns:
- The class instance
-
withFilter
Sets the value of the filter property.- Overrides:
withFilterin classExportTemplateType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withPre
Sets the value of the pre property.- Overrides:
withPrein classExportTemplateType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withPreRender
Sets the value of the preRender property.- Overrides:
withPreRenderin classExportTemplateType- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withExportTemplateChoiceGroup
Adds objects to the list of ExportTemplateChoiceGroup using add method- Overrides:
withExportTemplateChoiceGroupin 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:
withExportTemplateChoiceGroupin classExportTemplateType- Parameters:
values- objects to add to the list ExportTemplateChoiceGroup- Returns:
- The class instance
-
withPath
Sets the value of the path property.- Overrides:
withPathin 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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classExportTemplateType
-
equals
- Overrides:
equalsin classExportTemplateType
-
visit
- Overrides:
visitin classExportTemplateType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classExportTemplateType
-
hashCode
public int hashCode()- Overrides:
hashCodein classExportTemplateType
-
toString
- Overrides:
toStringin classExportTemplateType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classExportTemplateType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classExportTemplateType
-