|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20201.CtLoteAnexo
public class CtLoteAnexo
Java class for ct_loteAnexo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_loteAnexo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="numeroLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_descricao12"/>
<element name="anexoGuia">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="anexoSituacaoInicial" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_anexoSituacaoInicial"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CtLoteAnexo.AnexoGuia
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected CtLoteAnexo.AnexoGuia |
anexoGuia
|
protected java.lang.String |
numeroLote
|
| Constructor Summary | |
|---|---|
CtLoteAnexo()
|
|
| Method Summary | |
|---|---|
CtLoteAnexo.AnexoGuia |
getAnexoGuia()
Gets the value of the anexoGuia property. |
java.lang.String |
getNumeroLote()
Gets the value of the numeroLote property. |
void |
setAnexoGuia(CtLoteAnexo.AnexoGuia value)
Sets the value of the anexoGuia property. |
void |
setNumeroLote(java.lang.String value)
Sets the value of the numeroLote property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String numeroLote
protected CtLoteAnexo.AnexoGuia anexoGuia
| Constructor Detail |
|---|
public CtLoteAnexo()
| Method Detail |
|---|
public java.lang.String getNumeroLote()
Stringpublic void setNumeroLote(java.lang.String value)
value - allowed object is
Stringpublic CtLoteAnexo.AnexoGuia getAnexoGuia()
CtLoteAnexo.AnexoGuiapublic void setAnexoGuia(CtLoteAnexo.AnexoGuia value)
value - allowed object is
CtLoteAnexo.AnexoGuia
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||