magoffin.matt.ma2.domain
Interface Locale


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

getOrdering

int getOrdering()
Gets the value of the ordering property.


setOrdering

void setOrdering(int value)
Sets the value of the ordering property.


getCode

java.lang.String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

void setCode(java.lang.String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String