fr.etai.xat2v2.obj
Class Color

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

public class Color
extends Object
implements Serializable

Color of a Vehicle

Java class for ColorType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ColorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="label" type="{http://xat2.etai.fr}LabelType" minOccurs="0"/>
         <element name="color-code" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="hue-code" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="painting-type" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
       </sequence>
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Color()
           
 
Method Summary
 void addColorCode(Classification color)
           
 void addHueCode(Classification hue)
           
 void addPaintingType(Classification painting)
           
 List<Classification> getColorCode()
          Gets the value of the colorCode property.
 List<Classification> getHueCode()
          Gets the value of the hueCode property.
 Label getLabel()
          Gets the value of the label property.
 List<Classification> getPaintingType()
          Gets the value of the paintingType property.
 String getSource()
          Gets the value of the source property.
 void setColorCode(List<Classification> value)
          Sets the value of the colorCode property.
 void setHueCode(List<Classification> value)
          Sets the value of the hueCode property.
 void setLabel(Label value)
          Sets the value of the label property.
 void setPaintingType(List<Classification> value)
          Sets the value of the paintingType property.
 void setSource(String value)
          Sets the value of the source property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Color

public Color()
Method Detail

getLabel

public Label getLabel()
Gets the value of the label property.

Returns:
possible object is Label

setLabel

public void setLabel(Label value)
Sets the value of the label property.

Parameters:
value - allowed object is Label

getColorCode

public List<Classification> getColorCode()
Gets the value of the colorCode property.

Returns:
possible object is ClassificationListType

setColorCode

public void setColorCode(List<Classification> value)
Sets the value of the colorCode property.

Parameters:
value - allowed object is ClassificationListType

addColorCode

public void addColorCode(Classification color)

getHueCode

public List<Classification> getHueCode()
Gets the value of the hueCode property.

Returns:
possible object is ClassificationListType

setHueCode

public void setHueCode(List<Classification> value)
Sets the value of the hueCode property.

Parameters:
value - allowed object is ClassificationListType

addHueCode

public void addHueCode(Classification hue)

getPaintingType

public List<Classification> getPaintingType()
Gets the value of the paintingType property.

Returns:
possible object is ClassificationListType

setPaintingType

public void setPaintingType(List<Classification> value)
Sets the value of the paintingType property.

Parameters:
value - allowed object is ClassificationListType

addPaintingType

public void addPaintingType(Classification painting)

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.