Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1788 → Rev 1789

/branches/v3/impl/gen/java/pt/estgp/estgweb/services/courses/xsd/package-info.java
2,7 → 2,7
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-558
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.07.07 at 12:21:09 PM WEST
// Generated on: 2017.07.07 at 02:58:14 PM WEST
//
 
@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.estgp.pt/xsd/planoestudos/1.0/", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
/branches/v3/impl/gen/java/pt/estgp/estgweb/services/courses/xsd/Curso.java
2,20 → 2,15
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-558
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.07.07 at 12:21:09 PM WEST
// Generated on: 2017.07.07 at 02:58:14 PM WEST
//
 
 
package pt.estgp.estgweb.services.courses.xsd;
 
import javax.xml.bind.annotation.*;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
 
 
/**
283,7 → 278,12
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* Objects of the following type(s) are allowed in t
public void setSemestre(List<Semestre> semestre) {
this.semestre = semestre;
}
 
t
* {@link Curso.Semestre }
*
*
297,7 → 297,7
 
 
/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous comp}lex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
/branches/v3/impl/gen/java/pt/estgp/estgweb/services/courses/xsd/UnidadeType.java
2,7 → 2,7
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-558
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.07.07 at 12:21:09 PM WEST
// Generated on: 2017.07.07 at 02:58:14 PM WEST
//
 
 
33,6 → 33,7
* &lt;element name="nomeFr" type="{http://www.w3.org/2001/XMLSchema}string"/>
* &lt;element name="dep" type="{http://www.w3.org/2001/XMLSchema}string"/>
* &lt;element name="totalHoras" type="{http://www.w3.org/2001/XMLSchema}int"/>
* &lt;element name="totalHorasContacto" type="{http://www.w3.org/2001/XMLSchema}string"/>
* &lt;element name="horasContacto">
* &lt;complexType>
* &lt;complexContent>
75,6 → 76,7
"nomeFr",
"dep",
"totalHoras",
"totalHorasContacto",
"horasContacto",
"ects",
"obs"
95,6 → 97,8
protected String dep;
protected int totalHoras;
@XmlElement(required = true)
protected String totalHorasContacto;
@XmlElement(required = true)
protected UnidadeType.HorasContacto horasContacto;
@XmlElement(name = "ECTS", required = true)
protected String ects;
290,6 → 294,30
}
 
/**
* Gets the value of the totalHorasContacto property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTotalHorasContacto() {
return totalHorasContacto;
}
 
/**
* Sets the value of the totalHorasContacto property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTotalHorasContacto(String value) {
this.totalHorasContacto = value;
}
 
/**
* Gets the value of the horasContacto property.
*
* @return
/branches/v3/impl/gen/java/pt/estgp/estgweb/services/courses/xsd/ObjectFactory.java
2,7 → 2,7
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-558
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.07.07 at 12:21:09 PM WEST
// Generated on: 2017.07.07 at 02:58:14 PM WEST
//
 
 
45,6 → 45,14
}
 
/**
* Create an instance of {@link Curso.Semestre.Perfil }
*
*/
public Curso.Semestre.Perfil createCursoSemestrePerfil() {
return new Curso.Semestre.Perfil();
}
 
/**
* Create an instance of {@link UnidadeType }
*
*/
68,12 → 76,4
return new Curso.Semestre();
}
 
/**
* Create an instance of {@link Curso.Semestre.Perfil }
*
*/
public Curso.Semestre.Perfil createCursoSemestrePerfil() {
return new Curso.Semestre.Perfil();
}
 
}