|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtContratado
public class CtContratado
Java class for ct_contratado complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_contratado"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identificacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoPrestador"/> <element name="nomeContratado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome"/> <element name="enderecoContratado" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_endereco" minOccurs="0"/> <element name="numeroCNES" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CNES" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CtEndereco |
enderecoContratado
|
protected CtIdentificacaoPrestador |
identificacao
|
protected java.lang.String |
nomeContratado
|
protected java.lang.String |
numeroCNES
|
Constructor Summary | |
---|---|
CtContratado()
|
Method Summary | |
---|---|
CtEndereco |
getEnderecoContratado()
Gets the value of the enderecoContratado property. |
CtIdentificacaoPrestador |
getIdentificacao()
Gets the value of the identificacao property. |
java.lang.String |
getNomeContratado()
Gets the value of the nomeContratado property. |
java.lang.String |
getNumeroCNES()
Gets the value of the numeroCNES property. |
void |
setEnderecoContratado(CtEndereco value)
Sets the value of the enderecoContratado property. |
void |
setIdentificacao(CtIdentificacaoPrestador value)
Sets the value of the identificacao property. |
void |
setNomeContratado(java.lang.String value)
Sets the value of the nomeContratado property. |
void |
setNumeroCNES(java.lang.String value)
Sets the value of the numeroCNES property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CtIdentificacaoPrestador identificacao
protected java.lang.String nomeContratado
protected CtEndereco enderecoContratado
protected java.lang.String numeroCNES
Constructor Detail |
---|
public CtContratado()
Method Detail |
---|
public CtIdentificacaoPrestador getIdentificacao()
CtIdentificacaoPrestador
public void setIdentificacao(CtIdentificacaoPrestador value)
value
- allowed object is
CtIdentificacaoPrestador
public java.lang.String getNomeContratado()
String
public void setNomeContratado(java.lang.String value)
value
- allowed object is
String
public CtEndereco getEnderecoContratado()
CtEndereco
public void setEnderecoContratado(CtEndereco value)
value
- allowed object is
CtEndereco
public java.lang.String getNumeroCNES()
String
public void setNumeroCNES(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 |