public class TipoTexto extends Base implements Serializable
Java class for TipoTexto complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TipoTexto">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tipoMime" type="{http://www.lexml.gov.br/parser-ws}TipoMimeEntrada"/>
<choice>
<element name="TextoEmbutido" type="{http://www.lexml.gov.br/parser-ws}TipoTextoEmbutido"/>
<element name="TextoAnexo" type="{http://www.lexml.gov.br/parser-ws}TipoTextoAnexo"/>
<element name="TextoExterno" type="{http://www.lexml.gov.br/parser-ws}TipoTextoExterno"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TipoTextoAnexo |
textoAnexo |
protected TipoTextoEmbutido |
textoEmbutido |
protected TipoTextoExterno |
textoExterno |
protected TipoMimeEntrada |
tipoMime |
| Constructor and Description |
|---|
TipoTexto() |
| Modifier and Type | Method and Description |
|---|---|
TipoTextoAnexo |
getTextoAnexo()
Gets the value of the textoAnexo property.
|
TipoTextoEmbutido |
getTextoEmbutido()
Gets the value of the textoEmbutido property.
|
TipoTextoExterno |
getTextoExterno()
Gets the value of the textoExterno property.
|
TipoMimeEntrada |
getTipoMime()
Gets the value of the tipoMime property.
|
boolean |
isSetTextoAnexo() |
boolean |
isSetTextoEmbutido() |
boolean |
isSetTextoExterno() |
boolean |
isSetTipoMime() |
void |
setTextoAnexo(TipoTextoAnexo value)
Sets the value of the textoAnexo property.
|
void |
setTextoEmbutido(TipoTextoEmbutido value)
Sets the value of the textoEmbutido property.
|
void |
setTextoExterno(TipoTextoExterno value)
Sets the value of the textoExterno property.
|
void |
setTipoMime(TipoMimeEntrada value)
Sets the value of the tipoMime property.
|
protected TipoMimeEntrada tipoMime
protected TipoTextoEmbutido textoEmbutido
protected TipoTextoAnexo textoAnexo
protected TipoTextoExterno textoExterno
public TipoMimeEntrada getTipoMime()
TipoMimeEntradapublic void setTipoMime(TipoMimeEntrada value)
value - allowed object is
TipoMimeEntradapublic boolean isSetTipoMime()
public TipoTextoEmbutido getTextoEmbutido()
TipoTextoEmbutidopublic void setTextoEmbutido(TipoTextoEmbutido value)
value - allowed object is
TipoTextoEmbutidopublic boolean isSetTextoEmbutido()
public TipoTextoAnexo getTextoAnexo()
TipoTextoAnexopublic void setTextoAnexo(TipoTextoAnexo value)
value - allowed object is
TipoTextoAnexopublic boolean isSetTextoAnexo()
public TipoTextoExterno getTextoExterno()
TipoTextoExternopublic void setTextoExterno(TipoTextoExterno value)
value - allowed object is
TipoTextoExternopublic boolean isSetTextoExterno()
Copyright © 2021. All rights reserved.