Subversion Repositories bacoAlunos

Rev

Rev 1048 | Blame | Compare with Previous | Last modification | View Log | RSS feed


package pt.ipportalegre.siges.web.services;

import java.math.BigDecimal;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;


/**
 * This class was generated by the JAX-WS RI.
 * JAX-WS RI 2.1.4-b01-
 * Generated source version: 2.1
 *
 */

@WebService(name = "SiGesWEBSoap", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
@XmlSeeAlso({
    1.5.0/docs/api/javax/naming/spi/ObjectFactory.html">ObjectFactory.class
})
public interface SiGesWEBSoap {


    /**
     *
     * @param username
     * @param nomeCompleto
     * @param password
     * @return
     *     returns java.lang.String
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/addAlunoLdap")
    @WebResult(name = "addAlunoLdapResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "addAlunoLdap", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.AddAlunoLdap")
    @ResponseWrapper(localName = "addAlunoLdapResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.AddAlunoLdapResponse")
    public 1.5.0/docs/api/java/lang/String.html">String addAlunoLdap(
        @WebParam(name = "username", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String username,
        @WebParam(name = "nomeCompleto", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String nomeCompleto,
        @WebParam(name = "password", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String password);

    /**
     *
     * @param codigoInstituicao
     * @param codigo
     * @param ano
     * @return
     *     returns pt.ipportalegre.siges.web.services.Docente
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getDocente")
    @WebResult(name = "getDocenteResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getDocente", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetDocente")
    @ResponseWrapper(localName = "getDocenteResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetDocenteResponse")
    public Docente getDocente(
        @WebParam(name = "codigo", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigo,
        @WebParam(name = "codigoInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoInstituicao,
        @WebParam(name = "ano", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String ano);

    /**
     *
     * @param codigoInstituicao
     * @param codigo
     * @param ano
     * @return
     *     returns pt.ipportalegre.siges.web.services.Aluno
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getAlunoInscrito")
    @WebResult(name = "getAlunoInscritoResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getAlunoInscrito", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetAlunoInscrito")
    @ResponseWrapper(localName = "getAlunoInscritoResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetAlunoInscritoResponse")
    public Aluno getAlunoInscrito(
        @WebParam(name = "codigo", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigo,
        @WebParam(name = "codigoInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoInstituicao,
        @WebParam(name = "ano", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String ano);

    /**
     *
     * @param codigoInstituicao
     * @param anolectivo
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfDecimal
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getCodigosDocentesInscritosDaInstituicao")
    @WebResult(name = "getCodigosDocentesInscritosDaInstituicaoResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getCodigosDocentesInscritosDaInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetCodigosDocentesInscritosDaInstituicao")
    @ResponseWrapper(localName = "getCodigosDocentesInscritosDaInstituicaoResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetCodigosDocentesInscritosDaInstituicaoResponse")
    public ArrayOfDecimal getCodigosDocentesInscritosDaInstituicao(
        @WebParam(name = "codigoInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoInstituicao,
        @WebParam(name = "anolectivo", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String anolectivo);

    /**
     *
     * @param codigoInstituicao
     * @param anolectivo
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfDecimal
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getCodigosAlunosInscritosDaInstituicao")
    @WebResult(name = "getCodigosAlunosInscritosDaInstituicaoResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getCodigosAlunosInscritosDaInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetCodigosAlunosInscritosDaInstituicao")
    @ResponseWrapper(localName = "getCodigosAlunosInscritosDaInstituicaoResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetCodigosAlunosInscritosDaInstituicaoResponse")
    public ArrayOfDecimal getCodigosAlunosInscritosDaInstituicao(
        @WebParam(name = "codigoInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoInstituicao,
        @WebParam(name = "anolectivo", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String anolectivo);

    /**
     *
     * @param codigoInstituicao
     * @param anolectivo
     * @param semestre
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfDecimal
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getCodigosDisciplinasDaInstituicaoSemestre")
    @WebResult(name = "getCodigosDisciplinasDaInstituicaoSemestreResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getCodigosDisciplinasDaInstituicaoSemestre", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetCodigosDisciplinasDaInstituicaoSemestre")
    @ResponseWrapper(localName = "getCodigosDisciplinasDaInstituicaoSemestreResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetCodigosDisciplinasDaInstituicaoSemestreResponse")
    public ArrayOfDecimal getCodigosDisciplinasDaInstituicaoSemestre(
        @WebParam(name = "codigoInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoInstituicao,
        @WebParam(name = "anolectivo", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String anolectivo,
        @WebParam(name = "semestre", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String semestre);

    /**
     *
     * @param codigoInstituicao
     * @param anolectivo
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfDecimal
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getCodigosDisciplinasDaInstituicao")
    @WebResult(name = "getCodigosDisciplinasDaInstituicaoResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getCodigosDisciplinasDaInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetCodigosDisciplinasDaInstituicao")
    @ResponseWrapper(localName = "getCodigosDisciplinasDaInstituicaoResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetCodigosDisciplinasDaInstituicaoResponse")
    public ArrayOfDecimal getCodigosDisciplinasDaInstituicao(
        @WebParam(name = "codigoInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoInstituicao,
        @WebParam(name = "anolectivo", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String anolectivo);

    /**
     *
     * @param codigoInstituicao
     * @param anolectivo
     * @param semestre
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfDisciplina
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getDisciplinasDaInstituicaoSemestre")
    @WebResult(name = "getDisciplinasDaInstituicaoSemestreResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getDisciplinasDaInstituicaoSemestre", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetDisciplinasDaInstituicaoSemestre")
    @ResponseWrapper(localName = "getDisciplinasDaInstituicaoSemestreResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetDisciplinasDaInstituicaoSemestreResponse")
    public ArrayOfDisciplina getDisciplinasDaInstituicaoSemestre(
        @WebParam(name = "codigoInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoInstituicao,
        @WebParam(name = "anolectivo", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String anolectivo,
        @WebParam(name = "semestre", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String semestre);

    /**
     *
     * @param codigoInstituicao
     * @param anolectivo
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfDisciplina
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getDisciplinasDaInstituicao")
    @WebResult(name = "getDisciplinasDaInstituicaoResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getDisciplinasDaInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetDisciplinasDaInstituicao")
    @ResponseWrapper(localName = "getDisciplinasDaInstituicaoResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetDisciplinasDaInstituicaoResponse")
    public ArrayOfDisciplina getDisciplinasDaInstituicao(
        @WebParam(name = "codigoInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoInstituicao,
        @WebParam(name = "anolectivo", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String anolectivo);

    /**
     *
     * @param codigoInstituicao
     * @param anolectivo
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfNota
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getNotas")
    @WebResult(name = "getNotasResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getNotas", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetNotas")
    @ResponseWrapper(localName = "getNotasResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetNotasResponse")
    public ArrayOfNota getNotas(
        @WebParam(name = "codigoInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoInstituicao,
        @WebParam(name = "anolectivo", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String anolectivo);

    /**
     *
     * @param codigoInstituicao
     * @param codigoCurso
     * @param anolectivo
     * @param semestre
     * @param codigoUnidade
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfAula
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getAulas")
    @WebResult(name = "getAulasResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getAulas", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetAulas")
    @ResponseWrapper(localName = "getAulasResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetAulasResponse")
    public ArrayOfAula getAulas(
        @WebParam(name = "codigoInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoInstituicao,
        @WebParam(name = "anolectivo", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String anolectivo,
        @WebParam(name = "codigoUnidade", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String codigoUnidade,
        @WebParam(name = "semestre", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String semestre,
        @WebParam(name = "codigoCurso", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String codigoCurso);

    /**
     *
     * @param codigoInstituicao
     * @param anolectivo
     * @param semestre
     * @param codigoUnidade
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfAula
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getSumarios")
    @WebResult(name = "getSumariosResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getSumarios", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetSumarios")
    @ResponseWrapper(localName = "getSumariosResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetSumariosResponse")
    public ArrayOfAula getSumarios(
        @WebParam(name = "codigoInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoInstituicao,
        @WebParam(name = "anolectivo", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String anolectivo,
        @WebParam(name = "codigoUnidade", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String codigoUnidade,
        @WebParam(name = "semestre", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String semestre);

    /**
     *
     * @param sPhones
     * @param message
     * @param secret
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/sendSmsS")
    @RequestWrapper(localName = "sendSmsS", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.SendSmsS")
    @ResponseWrapper(localName = "sendSmsSResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.SendSmsSResponse")
    public void sendSmsS(
        @WebParam(name = "message", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String message,
        @WebParam(name = "sPhones", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        ArrayOfString sPhones,
        @WebParam(name = "secret", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String secret);

    /**
     *
     * @param sPhones
     * @param message
     * @param secret
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/sendSmsSeparatedWithComma")
    @RequestWrapper(localName = "sendSmsSeparatedWithComma", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.SendSmsSeparatedWithComma")
    @ResponseWrapper(localName = "sendSmsSeparatedWithCommaResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.SendSmsSeparatedWithCommaResponse")
    public void sendSmsSeparatedWithComma(
        @WebParam(name = "message", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String message,
        @WebParam(name = "sPhones", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String sPhones,
        @WebParam(name = "secret", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String secret);

    /**
     *
     * @param message
     * @param phone
     * @param secret
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/sendSms")
    @RequestWrapper(localName = "sendSms", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.SendSms")
    @ResponseWrapper(localName = "sendSmsResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.SendSmsResponse")
    public void sendSms(
        @WebParam(name = "message", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String message,
        @WebParam(name = "phone", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String phone,
        @WebParam(name = "secret", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String secret);

    /**
     *
     * @param codigoInstituicao
     * @param cdDuracao
     * @param cdLectivo
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfTurmaCurso
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/loadParesTurmaCurso")
    @WebResult(name = "loadParesTurmaCursoResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "loadParesTurmaCurso", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.LoadParesTurmaCurso")
    @ResponseWrapper(localName = "loadParesTurmaCursoResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.LoadParesTurmaCursoResponse")
    public ArrayOfTurmaCurso loadParesTurmaCurso(
        @WebParam(name = "codigoInstituicao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/math/BigDecimal.html">BigDecimal codigoInstituicao,
        @WebParam(name = "cdLectivo", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String cdLectivo,
        @WebParam(name = "cdDuracao", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String cdDuracao);

    /**
     *
     * @param codigoDiscip
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfDisciplina
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getDisciplinasDaInstituicaoSemestreDiscipAux")
    @WebResult(name = "getDisciplinasDaInstituicaoSemestreDiscipAuxResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getDisciplinasDaInstituicaoSemestreDiscipAux", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetDisciplinasDaInstituicaoSemestreDiscipAux")
    @ResponseWrapper(localName = "getDisciplinasDaInstituicaoSemestreDiscipAuxResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetDisciplinasDaInstituicaoSemestreDiscipAuxResponse")
    public ArrayOfDisciplina getDisciplinasDaInstituicaoSemestreDiscipAux(
        @WebParam(name = "codigoDiscip", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String codigoDiscip);

    /**
     *
     * @param cdAluno
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfInscricao
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getInscricoesAux")
    @WebResult(name = "getInscricoesAuxResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getInscricoesAux", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetInscricoesAux")
    @ResponseWrapper(localName = "getInscricoesAuxResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetInscricoesAuxResponse")
    public ArrayOfInscricao getInscricoesAux(
        @WebParam(name = "cdAluno", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String cdAluno);

    /**
     *
     * @param cdLectivo
     * @param cdDiscip
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfInscricao
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getInscricoesDisciplinaAux")
    @WebResult(name = "getInscricoesDisciplinaAuxResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getInscricoesDisciplinaAux", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetInscricoesDisciplinaAux")
    @ResponseWrapper(localName = "getInscricoesDisciplinaAuxResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetInscricoesDisciplinaAuxResponse")
    public ArrayOfInscricao getInscricoesDisciplinaAux(
        @WebParam(name = "cdDiscip", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String cdDiscip,
        @WebParam(name = "cdLectivo", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String cdLectivo);

    /**
     *
     * @param cdTurma
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfTurma
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getTurmasAux")
    @WebResult(name = "getTurmasAuxResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getTurmasAux", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetTurmasAux")
    @ResponseWrapper(localName = "getTurmasAuxResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetTurmasAuxResponse")
    public ArrayOfTurma getTurmasAux(
        @WebParam(name = "cdTurma", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String cdTurma);

    /**
     *
     * @param cdCurso
     * @return
     *     returns pt.ipportalegre.siges.web.services.ArrayOfTurma
     */

    @WebMethod(action = "http://www.ipportalegre.pt/siges/web/services/getTurmasCursoAux")
    @WebResult(name = "getTurmasCursoAuxResult", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
    @RequestWrapper(localName = "getTurmasCursoAux", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetTurmasCursoAux")
    @ResponseWrapper(localName = "getTurmasCursoAuxResponse", targetNamespace = "http://www.ipportalegre.pt/siges/web/services", className = "pt.ipportalegre.siges.web.services.GetTurmasCursoAuxResponse")
    public ArrayOfTurma getTurmasCursoAux(
        @WebParam(name = "cdCurso", targetNamespace = "http://www.ipportalegre.pt/siges/web/services")
        1.5.0/docs/api/java/lang/String.html">String cdCurso);

}