parent
719eff457b
commit
d11931d12e
|
@ -29,7 +29,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <whiteSpace value="preserve"/>
|
||||
* <enumeration value="NÃO Embarque"/>
|
||||
* <enumeration value="Não Embarque"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
|
|
|
@ -177,7 +177,7 @@ public class GP_Pricing implements Serializable, Cloneable {
|
|||
|
||||
GERARQUANDOFERIADO("GERAR SÓ QUANDO FOR FERIADO", "F"),
|
||||
|
||||
GERARQUANDONAOFERIADO("GERAR QUANDO NÂO FOR FERIADO", "N");
|
||||
GERARQUANDONAOFERIADO("GERAR QUANDO NÃO FOR FERIADO", "N");
|
||||
|
||||
// Definição das constantes
|
||||
public final String valor;
|
||||
|
|
|
@ -132,7 +132,7 @@ public class Pricing implements Serializable {
|
|||
|
||||
GERARQUANDOFERIADO("GERAR SÓ QUANDO FOR FERIADO", "F"),
|
||||
|
||||
GERARQUANDONAOFERIADO("GERAR QUANDO NÂO FOR FERIADO", "N");
|
||||
GERARQUANDONAOFERIADO("GERAR QUANDO NÃO FOR FERIADO", "N");
|
||||
|
||||
// Definicao das constantes
|
||||
public final String valor;
|
||||
|
|
Loading…
Reference in New Issue