📄 objectfactory.java
字号:
package cn.com.chinatelecom.schema.ctcc.terminal_location.v2_1.local;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the cn.com.chinatelecom.schema.ctcc.terminal_location.v2_1.local package.
* <p>An ObjectFactory allows you to programatically
* construct new instances of the Java representation
* for XML content. The Java representation of XML
* content can consist of schema derived interfaces
* and classes representing the binding of schema
* type definitions, element declarations and model
* groups. Factory methods for each of these are
* provided in this class.
*
*/
@XmlRegistry
public class ObjectFactory {
private final static QName _GetLocationForGroupResponse_QNAME = new QName("http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local", "getLocationForGroupResponse");
private final static QName _GetLocationForGroup_QNAME = new QName("http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local", "getLocationForGroup");
private final static QName _GetTerminalDistanceResponse_QNAME = new QName("http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local", "getTerminalDistanceResponse");
private final static QName _GetLocation_QNAME = new QName("http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local", "getLocation");
private final static QName _GetTerminalDistance_QNAME = new QName("http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local", "getTerminalDistance");
private final static QName _GetLocationResponse_QNAME = new QName("http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local", "getLocationResponse");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: cn.com.chinatelecom.schema.ctcc.terminal_location.v2_1.local
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link GetTerminalDistanceResponse }
*
*/
public GetTerminalDistanceResponse createGetTerminalDistanceResponse() {
return new GetTerminalDistanceResponse();
}
/**
* Create an instance of {@link GetLocationForGroup }
*
*/
public GetLocationForGroup createGetLocationForGroup() {
return new GetLocationForGroup();
}
/**
* Create an instance of {@link GetLocationResponse }
*
*/
public GetLocationResponse createGetLocationResponse() {
return new GetLocationResponse();
}
/**
* Create an instance of {@link GetLocation }
*
*/
public GetLocation createGetLocation() {
return new GetLocation();
}
/**
* Create an instance of {@link GetLocationForGroupResponse }
*
*/
public GetLocationForGroupResponse createGetLocationForGroupResponse() {
return new GetLocationForGroupResponse();
}
/**
* Create an instance of {@link GetTerminalDistance }
*
*/
public GetTerminalDistance createGetTerminalDistance() {
return new GetTerminalDistance();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link GetLocationForGroupResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local", name = "getLocationForGroupResponse")
public JAXBElement<GetLocationForGroupResponse> createGetLocationForGroupResponse(GetLocationForGroupResponse value) {
return new JAXBElement<GetLocationForGroupResponse>(_GetLocationForGroupResponse_QNAME, GetLocationForGroupResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link GetLocationForGroup }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local", name = "getLocationForGroup")
public JAXBElement<GetLocationForGroup> createGetLocationForGroup(GetLocationForGroup value) {
return new JAXBElement<GetLocationForGroup>(_GetLocationForGroup_QNAME, GetLocationForGroup.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link GetTerminalDistanceResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local", name = "getTerminalDistanceResponse")
public JAXBElement<GetTerminalDistanceResponse> createGetTerminalDistanceResponse(GetTerminalDistanceResponse value) {
return new JAXBElement<GetTerminalDistanceResponse>(_GetTerminalDistanceResponse_QNAME, GetTerminalDistanceResponse.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link GetLocation }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local", name = "getLocation")
public JAXBElement<GetLocation> createGetLocation(GetLocation value) {
return new JAXBElement<GetLocation>(_GetLocation_QNAME, GetLocation.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link GetTerminalDistance }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local", name = "getTerminalDistance")
public JAXBElement<GetTerminalDistance> createGetTerminalDistance(GetTerminalDistance value) {
return new JAXBElement<GetTerminalDistance>(_GetTerminalDistance_QNAME, GetTerminalDistance.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link GetLocationResponse }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.chinatelecom.com.cn/schema/ctcc/terminal_location/v2_1/local", name = "getLocationResponse")
public JAXBElement<GetLocationResponse> createGetLocationResponse(GetLocationResponse value) {
return new JAXBElement<GetLocationResponse>(_GetLocationResponse_QNAME, GetLocationResponse.class, null, value);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -