Class GenericTemplate

java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.GenericTemplate
All Implemented Interfaces:
Serializable

public class GenericTemplate extends Extension implements Serializable

Java class for anonymous complex type

.

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

 <complexType>
   <complexContent>
     <extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension">
       <sequence>
         <element name="saveResults" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="columnHeader" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="width" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="sortable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="tooltip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="resizable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                   <element name="alignment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="storableClass">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="column" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                             <element name="format" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="styles" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="fields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                             <element name="types" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                             <element name="formula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                           </sequence>
                           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                           <attribute name="refFieldId" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="sortbyFields" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="sortingPriority" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                   <element name="defaultSort" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
                 </sequence>
                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="referencedTemplates">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="template" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="appearanceOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                           </sequence>
                           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="filter">
           <complexType>
             <complexContent>
               <extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension">
                 <sequence>
                   <element name="defaultPageSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                   <element name="criteria" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}criteria" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: