| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E22256-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.xdo.service.v2.TemplateFormatsLabelValues
oracle.xdo.service.v2.TemplateFormatsLabelValues
public class TemplateFormatsLabelValues
| Constructor Summary | |
|---|---|
| TemplateFormatsLabelValues() | |
| TemplateFormatsLabelValues(boolean active, boolean applyStyleTemplate, boolean _default, TemplateFormatLabelValue[] listOfTemplateFormatLabelValue, java.lang.String[] templateAvailableLocales, java.lang.String templateBaseLocale, java.lang.String templateDefaultLocale, java.lang.String templateID, java.lang.String templateType, java.lang.String templateURL, boolean viewOnline) | |
| Method Summary | |
|---|---|
|  boolean | equals(java.lang.Object obj) | 
| static org.apache.axis.encoding.Deserializer | getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Deserializer | 
|  TemplateFormatLabelValue[] | getListOfTemplateFormatLabelValue()Gets the listOfTemplateFormatLabelValue value for this TemplateFormatsLabelValues. | 
| static org.apache.axis.encoding.Serializer | getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Serializer | 
|  java.lang.String[] | getTemplateAvailableLocales()Gets the templateAvailableLocales value for this TemplateFormatsLabelValues. | 
|  java.lang.String | getTemplateBaseLocale()Gets the templateBaseLocale value for this TemplateFormatsLabelValues. | 
|  java.lang.String | getTemplateDefaultLocale()Gets the templateDefaultLocale value for this TemplateFormatsLabelValues. | 
|  java.lang.String | getTemplateID()Gets the templateID value for this TemplateFormatsLabelValues. | 
|  java.lang.String | getTemplateType()Gets the templateType value for this TemplateFormatsLabelValues. | 
|  java.lang.String | getTemplateURL()Gets the templateURL value for this TemplateFormatsLabelValues. | 
| static org.apache.axis.description.TypeDesc | getTypeDesc()Return type metadata object | 
|  int | hashCode() | 
|  boolean | is_default()Gets the _default value for this TemplateFormatsLabelValues. | 
|  boolean | isActive()Gets the active value for this TemplateFormatsLabelValues. | 
|  boolean | isApplyStyleTemplate()Gets the applyStyleTemplate value for this TemplateFormatsLabelValues. | 
|  boolean | isViewOnline()Gets the viewOnline value for this TemplateFormatsLabelValues. | 
|  void | set_default(boolean _default)Sets the _default value for this TemplateFormatsLabelValues. | 
|  void | setActive(boolean active)Sets the active value for this TemplateFormatsLabelValues. | 
|  void | setApplyStyleTemplate(boolean applyStyleTemplate)Sets the applyStyleTemplate value for this TemplateFormatsLabelValues. | 
|  void | setListOfTemplateFormatLabelValue(TemplateFormatLabelValue[] listOfTemplateFormatLabelValue)Sets the listOfTemplateFormatLabelValue value for this TemplateFormatsLabelValues. | 
|  void | setTemplateAvailableLocales(java.lang.String[] templateAvailableLocales)Sets the templateAvailableLocales value for this TemplateFormatsLabelValues. | 
|  void | setTemplateBaseLocale(java.lang.String templateBaseLocale)Sets the templateBaseLocale value for this TemplateFormatsLabelValues. | 
|  void | setTemplateDefaultLocale(java.lang.String templateDefaultLocale)Sets the templateDefaultLocale value for this TemplateFormatsLabelValues. | 
|  void | setTemplateID(java.lang.String templateID)Sets the templateID value for this TemplateFormatsLabelValues. | 
|  void | setTemplateType(java.lang.String templateType)Sets the templateType value for this TemplateFormatsLabelValues. | 
|  void | setTemplateURL(java.lang.String templateURL)Sets the templateURL value for this TemplateFormatsLabelValues. | 
|  void | setViewOnline(boolean viewOnline)Sets the viewOnline value for this TemplateFormatsLabelValues. | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TemplateFormatsLabelValues()
public TemplateFormatsLabelValues(boolean active,
                                  boolean applyStyleTemplate,
                                  boolean _default,
                                  TemplateFormatLabelValue[] listOfTemplateFormatLabelValue,
                                  java.lang.String[] templateAvailableLocales,
                                  java.lang.String templateBaseLocale,
                                  java.lang.String templateDefaultLocale,
                                  java.lang.String templateID,
                                  java.lang.String templateType,
                                  java.lang.String templateURL,
                                  boolean viewOnline)
| Method Detail | 
|---|
public boolean isActive()
public void setActive(boolean active)
active -public boolean isApplyStyleTemplate()
public void setApplyStyleTemplate(boolean applyStyleTemplate)
applyStyleTemplate -public boolean is_default()
public void set_default(boolean _default)
_default -public TemplateFormatLabelValue[] getListOfTemplateFormatLabelValue()
public void setListOfTemplateFormatLabelValue(TemplateFormatLabelValue[] listOfTemplateFormatLabelValue)
listOfTemplateFormatLabelValue -public java.lang.String[] getTemplateAvailableLocales()
public void setTemplateAvailableLocales(java.lang.String[] templateAvailableLocales)
templateAvailableLocales -public java.lang.String getTemplateBaseLocale()
public void setTemplateBaseLocale(java.lang.String templateBaseLocale)
templateBaseLocale -public java.lang.String getTemplateDefaultLocale()
public void setTemplateDefaultLocale(java.lang.String templateDefaultLocale)
templateDefaultLocale -public java.lang.String getTemplateID()
public void setTemplateID(java.lang.String templateID)
templateID -public java.lang.String getTemplateType()
public void setTemplateType(java.lang.String templateType)
templateType -public java.lang.String getTemplateURL()
public void setTemplateURL(java.lang.String templateURL)
templateURL -public boolean isViewOnline()
public void setViewOnline(boolean viewOnline)
viewOnline -public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E22256-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||