|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.tiss.ws.tipos.tissloteanexo.v20201.WsLoteAnexo
public class WsLoteAnexo
Java class for ws_loteAnexo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ws_loteAnexo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cabecalho" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}cabecalhoTransacao"/>
<element name="loteAnexo" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_loteAnexo"/>
<element name="hash" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CabecalhoTransacao |
cabecalho
|
protected java.lang.String |
hash
|
protected CtLoteAnexo |
loteAnexo
|
| Constructor Summary | |
|---|---|
WsLoteAnexo()
|
|
| Method Summary | |
|---|---|
CabecalhoTransacao |
getCabecalho()
Gets the value of the cabecalho property. |
java.lang.String |
getHash()
Gets the value of the hash property. |
CtLoteAnexo |
getLoteAnexo()
Gets the value of the loteAnexo property. |
void |
setCabecalho(CabecalhoTransacao value)
Sets the value of the cabecalho property. |
void |
setHash(java.lang.String value)
Sets the value of the hash property. |
void |
setLoteAnexo(CtLoteAnexo value)
Sets the value of the loteAnexo property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CabecalhoTransacao cabecalho
protected CtLoteAnexo loteAnexo
protected java.lang.String hash
| Constructor Detail |
|---|
public WsLoteAnexo()
| Method Detail |
|---|
public CabecalhoTransacao getCabecalho()
CabecalhoTransacaopublic void setCabecalho(CabecalhoTransacao value)
value - allowed object is
CabecalhoTransacaopublic CtLoteAnexo getLoteAnexo()
CtLoteAnexopublic void setLoteAnexo(CtLoteAnexo value)
value - allowed object is
CtLoteAnexopublic java.lang.String getHash()
Stringpublic void setHash(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||