|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtDiariasAdicionais
public class CtDiariasAdicionais
Java class for ct_diariasAdicionais complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_diariasAdicionais"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoAcomodacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoAcomodacao" minOccurs="0"/> <element name="quantidadeDiariasSolicitadas" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
codigoAcomodacao
|
protected java.math.BigInteger |
quantidadeDiariasSolicitadas
|
Constructor Summary | |
---|---|
CtDiariasAdicionais()
|
Method Summary | |
---|---|
java.lang.String |
getCodigoAcomodacao()
Gets the value of the codigoAcomodacao property. |
java.math.BigInteger |
getQuantidadeDiariasSolicitadas()
Gets the value of the quantidadeDiariasSolicitadas property. |
void |
setCodigoAcomodacao(java.lang.String value)
Sets the value of the codigoAcomodacao property. |
void |
setQuantidadeDiariasSolicitadas(java.math.BigInteger value)
Sets the value of the quantidadeDiariasSolicitadas 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 codigoAcomodacao
protected java.math.BigInteger quantidadeDiariasSolicitadas
Constructor Detail |
---|
public CtDiariasAdicionais()
Method Detail |
---|
public java.lang.String getCodigoAcomodacao()
String
public void setCodigoAcomodacao(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getQuantidadeDiariasSolicitadas()
BigInteger
public void setQuantidadeDiariasSolicitadas(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |