Class 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