public class TipoElementoSaida extends Base implements Serializable
Java class for TipoElementoSaida complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TipoElementoSaida">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="digest" type="{http://www.lexml.gov.br/parser-ws}TipoDigest" minOccurs="0"/>
<choice minOccurs="0">
<element name="conteudoBinario" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="conteudoXML" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip'/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
<attribute name="tipoSaida" use="required" type="{http://www.lexml.gov.br/parser-ws}TipoSaida" />
<attribute name="tipoMime" use="required" type="{http://www.lexml.gov.br/parser-ws}TipoMimeSaida" />
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TipoElementoSaida.ConteudoXML
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
conteudoBinario |
protected TipoElementoSaida.ConteudoXML |
conteudoXML |
protected TipoDigest |
digest |
protected String |
href |
protected TipoMimeSaida |
tipoMime |
protected TipoSaida |
tipoSaida |
| Constructor and Description |
|---|
TipoElementoSaida() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getConteudoBinario()
Gets the value of the conteudoBinario property.
|
TipoElementoSaida.ConteudoXML |
getConteudoXML()
Gets the value of the conteudoXML property.
|
TipoDigest |
getDigest()
Gets the value of the digest property.
|
String |
getHref()
Gets the value of the href property.
|
TipoMimeSaida |
getTipoMime()
Gets the value of the tipoMime property.
|
TipoSaida |
getTipoSaida()
Gets the value of the tipoSaida property.
|
boolean |
isSetConteudoBinario() |
boolean |
isSetConteudoXML() |
boolean |
isSetDigest() |
boolean |
isSetHref() |
boolean |
isSetTipoMime() |
boolean |
isSetTipoSaida() |
void |
setConteudoBinario(byte[] value)
Sets the value of the conteudoBinario property.
|
void |
setConteudoXML(TipoElementoSaida.ConteudoXML value)
Sets the value of the conteudoXML property.
|
void |
setDigest(TipoDigest value)
Sets the value of the digest property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setTipoMime(TipoMimeSaida value)
Sets the value of the tipoMime property.
|
void |
setTipoSaida(TipoSaida value)
Sets the value of the tipoSaida property.
|
protected TipoDigest digest
protected byte[] conteudoBinario
protected TipoElementoSaida.ConteudoXML conteudoXML
protected TipoSaida tipoSaida
protected TipoMimeSaida tipoMime
protected String href
public TipoDigest getDigest()
TipoDigestpublic void setDigest(TipoDigest value)
value - allowed object is
TipoDigestpublic boolean isSetDigest()
public byte[] getConteudoBinario()
public void setConteudoBinario(byte[] value)
value - allowed object is
byte[]public boolean isSetConteudoBinario()
public TipoElementoSaida.ConteudoXML getConteudoXML()
TipoElementoSaida.ConteudoXMLpublic void setConteudoXML(TipoElementoSaida.ConteudoXML value)
value - allowed object is
TipoElementoSaida.ConteudoXMLpublic boolean isSetConteudoXML()
public TipoSaida getTipoSaida()
TipoSaidapublic void setTipoSaida(TipoSaida value)
value - allowed object is
TipoSaidapublic boolean isSetTipoSaida()
public TipoMimeSaida getTipoMime()
TipoMimeSaidapublic void setTipoMime(TipoMimeSaida value)
value - allowed object is
TipoMimeSaidapublic boolean isSetTipoMime()
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic boolean isSetHref()
Copyright © 2021. All rights reserved.