Class ExportTemplateType

java.lang.Object
com.vidispine.generated.ExportTemplateType
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
Direct Known Subclasses:
ExportTemplateArchive, ExportTemplateCollection, ExportTemplateComponent, ExportTemplateComponentFile, ExportTemplateCompress, ExportTemplateDummy, ExportTemplateExternal, ExportTemplateFolder, ExportTemplateItem, ExportTemplateIterate, ExportTemplateLibrary, ExportTemplateSequence, ExportTemplateShape, ExportTemplateText

public class ExportTemplateType extends Object 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 ExportTemplateType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="ExportTemplateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dependency" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pre" type="{http://xml.vidispine.com/schema/vidispine}ExportTemplateScript" minOccurs="0"/>
         <element name="preRender" type="{http://xml.vidispine.com/schema/vidispine}ExportTemplateScript" minOccurs="0"/>
         <group ref="{http://xml.vidispine.com/schema/vidispine}ExportTemplateChoiceGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ExportTemplateType

      public ExportTemplateType()
  • Method Details

    • getTag

      public List<String> getTag()
      Gets the value of the tag property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tag property.

      For example, to add a new item, do as follows:

       getTag().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the tag property.
    • isSetTag

      public boolean isSetTag()
    • unsetTag

      public void unsetTag()
    • getDependency

      public List<String> getDependency()
      Gets the value of the dependency property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dependency property.

      For example, to add a new item, do as follows:

       getDependency().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the dependency property.
    • isSetDependency

      public boolean isSetDependency()
    • unsetDependency

      public void unsetDependency()
    • getFilter

      public String getFilter()
      Gets the value of the filter property.
      Returns:
      possible object is String
    • setFilter

      public void setFilter(String value)
      Sets the value of the filter property.
      Parameters:
      value - allowed object is String
    • isSetFilter

      public boolean isSetFilter()
    • getPre

      public String getPre()
      Gets the value of the pre property.
      Returns:
      possible object is String
    • setPre

      public void setPre(String value)
      Sets the value of the pre property.
      Parameters:
      value - allowed object is String
    • isSetPre

      public boolean isSetPre()
    • getPreRender

      public String getPreRender()
      Gets the value of the preRender property.
      Returns:
      possible object is String
    • setPreRender

      public void setPreRender(String value)
      Sets the value of the preRender property.
      Parameters:
      value - allowed object is String
    • isSetPreRender

      public boolean isSetPreRender()
    • getExportTemplateChoiceGroup

      public List<ExportTemplateType> getExportTemplateChoiceGroup()
      Gets the value of the exportTemplateChoiceGroup property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the exportTemplateChoiceGroup property.

      For example, to add a new item, do as follows:

       getExportTemplateChoiceGroup().add(newItem);
       

      Objects of the following type(s) are allowed in the list ExportTemplateArchive ExportTemplateCollection ExportTemplateComponent ExportTemplateComponentFile ExportTemplateCompress ExportTemplateDummy ExportTemplateExternal ExportTemplateFolder ExportTemplateItem ExportTemplateIterate ExportTemplateLibrary ExportTemplateSequence ExportTemplateShape ExportTemplateText

      Returns:
      The value of the exportTemplateChoiceGroup property.
    • isSetExportTemplateChoiceGroup

      public boolean isSetExportTemplateChoiceGroup()
    • unsetExportTemplateChoiceGroup

      public void unsetExportTemplateChoiceGroup()
    • getPath

      public String getPath()
      Gets the value of the path property.
      Returns:
      possible object is String
    • setPath

      public void setPath(String value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is String
    • isSetPath

      public boolean isSetPath()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withTag

      public ExportTemplateType withTag(String... values)
      Adds objects to the list of Tag using add method
      Parameters:
      values - objects to add to the list Tag
      Returns:
      The class instance
    • withTag

      public ExportTemplateType withTag(Collection<String> values)
      Adds objects to the list of Tag using addAll method
      Parameters:
      values - objects to add to the list Tag
      Returns:
      The class instance
    • withDependency

      public ExportTemplateType withDependency(String... values)
      Adds objects to the list of Dependency using add method
      Parameters:
      values - objects to add to the list Dependency
      Returns:
      The class instance
    • withDependency

      public ExportTemplateType withDependency(Collection<String> values)
      Adds objects to the list of Dependency using addAll method
      Parameters:
      values - objects to add to the list Dependency
      Returns:
      The class instance
    • withFilter

      public ExportTemplateType withFilter(String value)
      Sets the value of the filter property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPre

      public ExportTemplateType withPre(String value)
      Sets the value of the pre property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPreRender

      public ExportTemplateType withPreRender(String value)
      Sets the value of the preRender property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withExportTemplateChoiceGroup

      public ExportTemplateType withExportTemplateChoiceGroup(ExportTemplateType... values)
      Adds objects to the list of ExportTemplateChoiceGroup using add method
      Parameters:
      values - objects to add to the list ExportTemplateChoiceGroup
      Returns:
      The class instance
    • withExportTemplateChoiceGroup

      public ExportTemplateType withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
      Adds objects to the list of ExportTemplateChoiceGroup using addAll method
      Parameters:
      values - objects to add to the list ExportTemplateChoiceGroup
      Returns:
      The class instance
    • withPath

      public ExportTemplateType withPath(String value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is String
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public ExportTemplateType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString