|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Locale
Java content class for locale complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/core.xsd line 89)
<complexType name="locale"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ordering" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
java.lang.String |
getCode()
Gets the value of the code property. |
java.lang.String |
getName()
Gets the value of the name property. |
int |
getOrdering()
Gets the value of the ordering property. |
void |
setCode(java.lang.String value)
Sets the value of the code property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOrdering(int value)
Sets the value of the ordering property. |
Method Detail |
---|
int getOrdering()
void setOrdering(int value)
java.lang.String getCode()
String
void setCode(java.lang.String value)
value
- allowed object is
String
java.lang.String getName()
String
void setName(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |