Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1505 → Rev 1506

/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: 2016.09.15 at 12:21:29 PM WEST
// Generated on: 2016.09.16 at 11:38:12 AM 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,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: 2016.09.15 at 12:21:29 PM WEST
// Generated on: 2016.09.16 at 11:38:12 AM WEST
//
 
 
45,6 → 45,7
* &lt;/complexType>
* &lt;/element>
* &lt;/choice>
* &lt;attribute name="semestreDesc" type="{http://www.w3.org/2001/XMLSchema}string" />
* &lt;attribute name="id" use="required">
* &lt;simpleType>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
225,6 → 226,7
* &lt;/complexType>
* &lt;/element>
* &lt;/choice>
* &lt;attribute name="semestreDesc" type="{http://www.w3.org/2001/XMLSchema}string" />
* &lt;attribute name="id" use="required">
* &lt;simpleType>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
264,6 → 266,8
 
protected List<UnidadeType> unidade;
protected List<Curso.Semestre.Perfil> perfil;
@XmlAttribute
protected String semestreDesc;
@XmlAttribute(required = true)
protected String id;
 
326,6 → 330,30
}
 
/**
* Gets the value of the semestreDesc property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSemestreDesc() {
return semestreDesc;
}
 
/**
* Sets the value of the semestreDesc property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSemestreDesc(String value) {
this.semestreDesc = value;
}
 
/**
* Gets the value of the id property.
*
* @return
/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: 2016.09.15 at 12:21:29 PM WEST
// Generated on: 2016.09.16 at 11:38:12 AM WEST
//
 
 
/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: 2016.09.15 at 12:21:29 PM WEST
// Generated on: 2016.09.16 at 11:38:12 AM WEST
//
 
 
37,43 → 37,43
}
 
/**
* Create an instance of {@link Curso.Semestre.Perfil }
* Create an instance of {@link Curso }
*
*/
public Curso.Semestre.Perfil createCursoSemestrePerfil() {
return new Curso.Semestre.Perfil();
public Curso createCurso() {
return new Curso();
}
 
/**
* Create an instance of {@link Curso.Semestre }
* Create an instance of {@link UnidadeType.HorasContacto }
*
*/
public Curso.Semestre createCursoSemestre() {
return new Curso.Semestre();
public UnidadeType.HorasContacto createUnidadeTypeHorasContacto() {
return new UnidadeType.HorasContacto();
}
 
/**
* Create an instance of {@link UnidadeType.HorasContacto }
* Create an instance of {@link UnidadeType }
*
*/
public UnidadeType.HorasContacto createUnidadeTypeHorasContacto() {
return new UnidadeType.HorasContacto();
public UnidadeType createUnidadeType() {
return new UnidadeType();
}
 
/**
* Create an instance of {@link Curso }
* Create an instance of {@link Curso.Semestre.Perfil }
*
*/
public Curso createCurso() {
return new Curso();
public Curso.Semestre.Perfil createCursoSemestrePerfil() {
return new Curso.Semestre.Perfil();
}
 
/**
* Create an instance of {@link UnidadeType }
* Create an instance of {@link Curso.Semestre }
*
*/
public UnidadeType createUnidadeType() {
return new UnidadeType();
public Curso.Semestre createCursoSemestre() {
return new Curso.Semestre();
}
 
}