public static class ComercioExterior.Mercancias.Mercancia.DescripcionesEspecificas extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Marca" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="35"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="Modelo"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="80"/> </restriction> </simpleType> </attribute> <attribute name="SubModelo"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="50"/> </restriction> </simpleType> </attribute> <attribute name="NumeroSerie"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <minLength value="1"/> <maxLength value="40"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
marca |
protected String |
modelo |
protected String |
numeroSerie |
protected String |
subModelo |
Constructor and Description |
---|
DescripcionesEspecificas() |
Modifier and Type | Method and Description |
---|---|
String |
getMarca()
Gets the value of the marca property.
|
String |
getModelo()
Gets the value of the modelo property.
|
String |
getNumeroSerie()
Gets the value of the numeroSerie property.
|
String |
getSubModelo()
Gets the value of the subModelo property.
|
void |
setMarca(String value)
Sets the value of the marca property.
|
void |
setModelo(String value)
Sets the value of the modelo property.
|
void |
setNumeroSerie(String value)
Sets the value of the numeroSerie property.
|
void |
setSubModelo(String value)
Sets the value of the subModelo property.
|
protected String marca
protected String modelo
protected String subModelo
protected String numeroSerie
public String getMarca()
String
public void setMarca(String value)
value
- allowed object is
String
public String getModelo()
String
public void setModelo(String value)
value
- allowed object is
String
public String getSubModelo()
String
public void setSubModelo(String value)
value
- allowed object is
String
public String getNumeroSerie()
String
Copyright © 2010–2018. All rights reserved.