public class TipoTipoDeSaida extends Base implements Serializable
Java class for TipoTipoDeSaida complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TipoTipoDeSaida">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="tipo" use="required" type="{http://www.lexml.gov.br/parser-ws}TipoSaida" />
<attribute name="formato" type="{http://www.lexml.gov.br/parser-ws}TipoFormatoSaida" default="EXTERNO" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TipoFormatoSaida |
formato |
protected TipoSaida |
tipo |
| Constructor and Description |
|---|
TipoTipoDeSaida() |
| Modifier and Type | Method and Description |
|---|---|
TipoFormatoSaida |
getFormato()
Gets the value of the formato property.
|
TipoSaida |
getTipo()
Gets the value of the tipo property.
|
boolean |
isSetFormato() |
boolean |
isSetTipo() |
void |
setFormato(TipoFormatoSaida value)
Sets the value of the formato property.
|
void |
setTipo(TipoSaida value)
Sets the value of the tipo property.
|
protected TipoSaida tipo
protected TipoFormatoSaida formato
public TipoSaida getTipo()
TipoSaidapublic void setTipo(TipoSaida value)
value - allowed object is
TipoSaidapublic boolean isSetTipo()
public TipoFormatoSaida getFormato()
TipoFormatoSaidapublic void setFormato(TipoFormatoSaida value)
value - allowed object is
TipoFormatoSaidapublic boolean isSetFormato()
Copyright © 2021. All rights reserved.