|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.provider.jrxml.jaxb.process.ResourceBundle
public class ResourceBundle
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 |
---|
protected String prefix
protected String name
protected String defaultLocale
protected List<String> supportedLocale
Constructor Detail |
---|
public ResourceBundle()
Method Detail |
---|
public String getPrefix()
String
public void setPrefix(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDefaultLocale()
String
public void setDefaultLocale(String value)
value
- allowed object is
String
public List<String> getSupportedLocale()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |