|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Color
public class Color
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>
| 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 |
|---|
public Color()
| Method Detail |
|---|
public Label getLabel()
Labelpublic void setLabel(Label value)
value - allowed object is
Labelpublic List<Classification> getColorCode()
ClassificationListType public void setColorCode(List<Classification> value)
value - allowed object is
ClassificationListType public void addColorCode(Classification color)
public List<Classification> getHueCode()
ClassificationListType public void setHueCode(List<Classification> value)
value - allowed object is
ClassificationListType public void addHueCode(Classification hue)
public List<Classification> getPaintingType()
ClassificationListType public void setPaintingType(List<Classification> value)
value - allowed object is
ClassificationListType public void addPaintingType(Classification painting)
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||