br.gov.ans.padroes.tiss.schemas
Class CtIdentificacaoEquipe
java.lang.Object
br.gov.ans.padroes.tiss.schemas.CtIdentificacaoEquipe
public class CtIdentificacaoEquipe
- extends java.lang.Object
Java class for ct_identificacaoEquipe complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_identificacaoEquipe">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="membroEquipe" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codigoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoPrestador"/>
<element name="identificacaoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_profissionalExecutante"/>
<element name="cpf" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CPF" minOccurs="0"/>
<element name="posicaoProfissional" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_posicaoProfissao"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
membroEquipe
protected java.util.List<CtIdentificacaoEquipe.MembroEquipe> membroEquipe
CtIdentificacaoEquipe
public CtIdentificacaoEquipe()
getMembroEquipe
public java.util.List<CtIdentificacaoEquipe.MembroEquipe> getMembroEquipe()
- Gets the value of the membroEquipe property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the membroEquipe property.
For example, to add a new item, do as follows:
getMembroEquipe().add(newItem);
Objects of the following type(s) are allowed in the list
CtIdentificacaoEquipe.MembroEquipe