Class GenericTemplate
- All Implemented Interfaces:
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex typestatic classJava class for anonymous complex typestatic classJava class for anonymous complex typestatic classJava class for anonymous complex typestatic classJava class for anonymous complex type -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<GenericTemplate.ColumnHeader> protected GenericTemplate.Filterprotected GenericTemplate.ReferencedTemplatesprotected Booleanprotected List<GenericTemplate.SortbyFields> protected GenericTemplate.StorableClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnHeader property.Gets the value of the filter property.Gets the value of the referencedTemplates property.Gets the value of the sortbyFields property.Gets the value of the storableClass property.Gets the value of the saveResults property.voidsetFilter(GenericTemplate.Filter value) Sets the value of the filter property.voidSets the value of the referencedTemplates property.voidsetSaveResults(Boolean value) Sets the value of the saveResults property.voidSets the value of the storableClass property.Methods inherited from class com.oracle.communications.brm.cc.model.Extension
getExtension, setExtension
-
Field Details
-
saveResults
-
columnHeader
-
storableClass
-
sortbyFields
-
referencedTemplates
-
filter
-
-
Constructor Details
-
GenericTemplate
public GenericTemplate()
-
-
Method Details
-
isSaveResults
Gets the value of the saveResults property.- Returns:
- possible object is
Boolean
-
setSaveResults
Sets the value of the saveResults property.- Parameters:
value- allowed object isBoolean
-
getColumnHeader
Gets the value of the columnHeader 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
setmethod for the columnHeader property.For example, to add a new item, do as follows:
getColumnHeader().add(newItem);
Objects of the following type(s) are allowed in the list
GenericTemplate.ColumnHeader- Returns:
- The value of the columnHeader property.
-
getStorableClass
Gets the value of the storableClass property.- Returns:
- possible object is
GenericTemplate.StorableClass
-
setStorableClass
Sets the value of the storableClass property.- Parameters:
value- allowed object isGenericTemplate.StorableClass
-
getSortbyFields
Gets the value of the sortbyFields 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
setmethod for the sortbyFields property.For example, to add a new item, do as follows:
getSortbyFields().add(newItem);
Objects of the following type(s) are allowed in the list
GenericTemplate.SortbyFields- Returns:
- The value of the sortbyFields property.
-
getReferencedTemplates
Gets the value of the referencedTemplates property.- Returns:
- possible object is
GenericTemplate.ReferencedTemplates
-
setReferencedTemplates
Sets the value of the referencedTemplates property.- Parameters:
value- allowed object isGenericTemplate.ReferencedTemplates
-
getFilter
Gets the value of the filter property.- Returns:
- possible object is
GenericTemplate.Filter
-
setFilter
Sets the value of the filter property.- Parameters:
value- allowed object isGenericTemplate.Filter
-