org.deegree.services.wps.provider.jrxml.jaxb.process
Class ResourceBundle

java.lang.Object
  extended by org.deegree.services.wps.provider.jrxml.jaxb.process.ResourceBundle

public class ResourceBundle
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="prefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="defaultLocale" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="supportedLocale" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String defaultLocale
           
protected  String name
           
protected  String prefix
           
protected  List<String> supportedLocale
           
 
Constructor Summary
ResourceBundle()
           
 
Method Summary
 String getDefaultLocale()
          Gets the value of the defaultLocale property.
 String getName()
          Gets the value of the name property.
 String getPrefix()
          Gets the value of the prefix property.
 List<String> getSupportedLocale()
          Gets the value of the supportedLocale property.
 void setDefaultLocale(String value)
          Sets the value of the defaultLocale property.
 void setName(String value)
          Sets the value of the name property.
 void setPrefix(String value)
          Sets the value of the prefix property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

protected String prefix

name

protected String name

defaultLocale

protected String defaultLocale

supportedLocale

protected List<String> supportedLocale
Constructor Detail

ResourceBundle

public ResourceBundle()
Method Detail

getPrefix

public String getPrefix()
Gets the value of the prefix property.

Returns:
possible object is String

setPrefix

public void setPrefix(String value)
Sets the value of the prefix property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDefaultLocale

public String getDefaultLocale()
Gets the value of the defaultLocale property.

Returns:
possible object is String

setDefaultLocale

public void setDefaultLocale(String value)
Sets the value of the defaultLocale property.

Parameters:
value - allowed object is String

getSupportedLocale

public List<String> getSupportedLocale()
Gets the value of the supportedLocale 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 set method for the supportedLocale property.

For example, to add a new item, do as follows:

    getSupportedLocale().add(newItem);
 

Objects of the following type(s) are allowed in the list String



Copyright © 2011. All Rights Reserved.