|
||||||||||
| 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.CtLoteGuias
public class CtLoteGuias
Java class for ct_loteGuias complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_loteGuias">
<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_inteiro12"/>
<element name="guias">
<complexType>
<complexContent>
<extension base="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_guias">
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CtLoteGuias.Guias
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected CtLoteGuias.Guias |
guias
|
protected java.math.BigInteger |
numeroLote
|
| Constructor Summary | |
|---|---|
CtLoteGuias()
|
|
| Method Summary | |
|---|---|
CtLoteGuias.Guias |
getGuias()
Gets the value of the guias property. |
java.math.BigInteger |
getNumeroLote()
Gets the value of the numeroLote property. |
void |
setGuias(CtLoteGuias.Guias value)
Sets the value of the guias property. |
void |
setNumeroLote(java.math.BigInteger 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.math.BigInteger numeroLote
protected CtLoteGuias.Guias guias
| Constructor Detail |
|---|
public CtLoteGuias()
| Method Detail |
|---|
public java.math.BigInteger getNumeroLote()
BigIntegerpublic void setNumeroLote(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic CtLoteGuias.Guias getGuias()
CtLoteGuias.Guiaspublic void setGuias(CtLoteGuias.Guias value)
value - allowed object is
CtLoteGuias.Guias
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||