fr.etai.xat2v2.obj
Class DefaultShuttleSettings

java.lang.Object
  extended by fr.etai.xat2v2.obj.DefaultShuttleSettings
All Implemented Interfaces:
Serializable

public class DefaultShuttleSettings
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

DefaultShuttleSettings

public DefaultShuttleSettings()
Method Detail

getCurrency

public Classification getCurrency()
Gets the value of the currency property.

Returns:
possible object is ClassificationType

setCurrency

public void setCurrency(Classification value)
Sets the value of the currency property.

Parameters:
value - allowed object is ClassificationType

getTimeUnit

public Classification getTimeUnit()
Gets the value of the timeUnit property.

Returns:
possible object is ClassificationType

setTimeUnit

public void setTimeUnit(Classification value)
Sets the value of the timeUnit property.

Parameters:
value - allowed object is ClassificationType

getLanguage

public Classification getLanguage()
Gets the value of the language property.

Returns:
possible object is ClassificationType

setLanguage

public void setLanguage(Classification value)
Sets the value of the language property.

Parameters:
value - allowed object is ClassificationType


Copyright © 2012. All Rights Reserved.