|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.DefaultShuttleSettings
public class DefaultShuttleSettings
DefaultShuttleSettings describes default informations to take in account, when this information isn't present in the shuttle.
Java class for DefaultShuttleSettingsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DefaultShuttleSettingsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="currency" type="{http://xat2.etai.fr}ClassificationType" minOccurs="0"/>
<element name="time-unit" type="{http://xat2.etai.fr}ClassificationType" minOccurs="0"/>
<element name="language" type="{http://xat2.etai.fr}ClassificationType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DefaultShuttleSettings()
|
|
| Method Summary | |
|---|---|
Classification |
getCurrency()
Gets the value of the currency property. |
Classification |
getLanguage()
Gets the value of the language property. |
Classification |
getTimeUnit()
Gets the value of the timeUnit property. |
void |
setCurrency(Classification value)
Sets the value of the currency property. |
void |
setLanguage(Classification value)
Sets the value of the language property. |
void |
setTimeUnit(Classification value)
Sets the value of the timeUnit property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultShuttleSettings()
| Method Detail |
|---|
public Classification getCurrency()
ClassificationType public void setCurrency(Classification value)
value - allowed object is
ClassificationType public Classification getTimeUnit()
ClassificationType public void setTimeUnit(Classification value)
value - allowed object is
ClassificationType public Classification getLanguage()
ClassificationType public void setLanguage(Classification value)
value - allowed object is
ClassificationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||