//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// 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: 2011.06.24 at 07:37:51 下午 CST
//
package com.upc.upcgrid.guan.springMvcRestTest.bean.student;
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;
/**
* <p>Java class for student complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="student">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="age" type="{http://www.w3.org/2001/XMLSchema}int"/>
* </sequence>
* <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "student", propOrder = {
"name",
"age"
})
@XmlRootElement(name="student")
public class Student {
@XmlElement(required = true)
protected String name;
protected int age;
@XmlAttribute(required = true)
protected String id;
/**
* Gets the value of the name property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getName() {
return name;
}
/**
* Sets the value of the name property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setName(String value) {
this.name = value;
}
/**
* Gets the value of the age property.
*
*/
public int getAge() {
return age;
}
/**
* Sets the value of the age property.
*
*/
public void setAge(int value) {
this.age = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setId(String value) {
this.id = value;
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
SpringMVCRestTest.zip (52个子文件)
SpringMVCRestTest
.project 393B
bin
com
upc
upcgrid
guan
springMvcRestTest
bean
student
StudentList.class 1KB
Student.class 1KB
server
JettyServerStart.class 2KB
client
RestClient.class 2KB
RestUtility.class 4KB
spring
SpringConfig.class 2KB
StudentManager.class 3KB
StudentServer.class 3KB
StudentLists.xsd 574B
conf
rest-servlet.xml 1KB
web.xml 735B
src
com
upc
upcgrid
guan
springMvcRestTest
bean
student
StudentList.java 2KB
Student.java 3KB
server
JettyServerStart.java 2KB
client
RestClient.java 939B
RestUtility.java 2KB
spring
SpringConfig.java 2KB
StudentManager.java 1KB
StudentServer.java 2KB
StudentLists.xsd 574B
.classpath 2KB
lib
jetty-security-7.3.0.v20110203.jar 80KB
commons-logging-api-1.1.1.jar 51KB
jetty-webapp-7.3.0.v20110203.jar 93KB
org.springframework.core-3.0.3.RELEASE.jar 357KB
jetty-ajp-7.3.0.v20110203.jar 31KB
jetty-deploy-7.3.0.v20110203.jar 53KB
jetty-http-7.3.0.v20110203.jar 97KB
org.springframework.beans-3.0.3.RELEASE.jar 541KB
jetty-client-7.3.0.v20110203.jar 71KB
cglib-nodep-2.1_3.jar 317KB
org.springframework.context-3.0.3.RELEASE.jar 647KB
org.springframework.context.support-3.0.3.RELEASE.jar 98KB
jetty-util-7.3.0.v20110203.jar 199KB
asm-2.2.3.jar 34KB
jetty-annotations-7.3.0.v20110203.jar 43KB
org.springframework.oxm-3.0.3.RELEASE.jar 59KB
org.springframework.web-3.0.3.RELEASE.jar 380KB
servlet-api-2.5.jar 116KB
jetty-websocket-7.3.0.v20110203.jar 31KB
jetty-server-7.3.0.v20110203.jar 284KB
jetty-servlets-7.3.0.v20110203.jar 70KB
org.springframework.aop-3.0.3.RELEASE.jar 313KB
jetty-continuation-7.3.0.v20110203.jar 20KB
org.springframework.expression-3.0.3.RELEASE.jar 156KB
jetty-io-7.3.0.v20110203.jar 76KB
org.springframework.asm-3.0.3.RELEASE.jar 52KB
jetty-xml-7.3.0.v20110203.jar 29KB
jetty-servlet-7.3.0.v20110203.jar 79KB
org.springframework.web.servlet-3.0.3.RELEASE.jar 395KB
使用Spring MVC 搭建Rest服务.doc 125KB
共 52 条
- 1
guanxinquan
- 粉丝: 8
- 资源: 15
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
- 3
- 4
- 5
- 6
前往页