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: