public class ObjectFactory extends Object
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.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.iru.rts.egis
|
| Modifier and Type | Method and Description |
|---|---|
DischargeMessagesType |
createDischargeMessagesType()
Create an instance of
DischargeMessagesType |
JAXBElement<EGISQueryType> |
createEGISQuery(EGISQueryType value)
|
EGISQueryType |
createEGISQueryType()
Create an instance of
EGISQueryType |
JAXBElement<EGISResponseType> |
createEGISResponse(EGISResponseType value)
|
EGISResponseType |
createEGISResponseType()
Create an instance of
EGISResponseType |
QueryBodyType |
createQueryBodyType()
Create an instance of
QueryBodyType |
ResponseBodyType |
createResponseBodyType()
Create an instance of
ResponseBodyType |
StartMessagesType |
createStartMessagesType()
Create an instance of
StartMessagesType |
TIROperationMessagesType |
createTIROperationMessagesType()
Create an instance of
TIROperationMessagesType |
UpdateSealsMessagesType |
createUpdateSealsMessagesType()
Create an instance of
UpdateSealsMessagesType |
public ObjectFactory()
public QueryBodyType createQueryBodyType()
QueryBodyTypepublic UpdateSealsMessagesType createUpdateSealsMessagesType()
UpdateSealsMessagesTypepublic EGISResponseType createEGISResponseType()
EGISResponseTypepublic ResponseBodyType createResponseBodyType()
ResponseBodyTypepublic DischargeMessagesType createDischargeMessagesType()
DischargeMessagesTypepublic StartMessagesType createStartMessagesType()
StartMessagesTypepublic TIROperationMessagesType createTIROperationMessagesType()
TIROperationMessagesTypepublic EGISQueryType createEGISQueryType()
EGISQueryTypepublic JAXBElement<EGISQueryType> createEGISQuery(EGISQueryType value)
public JAXBElement<EGISResponseType> createEGISResponse(EGISResponseType value)
Copyright © 2017. All rights reserved.