Eigenes Schaden-XSD, Personenobjekt überarbeitet, omds-service-types aufgelöst
Für Schaden eigenes Domänen-Xsd angelegt. Allgemeine Service-Objekte (insb. zum Dokumentenhandling) von omds-service-types nach omds-common-service-types oder nach basis verschoben Nur Quick-wins bleiben in omds-service-types Personenobjekt überarbeitet
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -301,9 +301,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_Kfz_binding.xml</bindingFile>
|
<bindingFile>${bindings.location}/omds3_ON2_Antrag_Kfz_binding.xml</bindingFile>
|
||||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_SachPrivat_binding.xml</bindingFile>
|
<bindingFile>${bindings.location}/omds3_ON2_Antrag_SachPrivat_binding.xml</bindingFile>
|
||||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_RS_binding.xml</bindingFile>
|
<bindingFile>${bindings.location}/omds3_ON2_Antrag_RS_binding.xml</bindingFile>
|
||||||
<!-- <bindingFile>${bindings.location}/omds3_ON2_Antrag_Unfall_binding.xml</bindingFile> -->
|
<bindingFile>${bindings.location}/omds3_ON2_Antrag_Unfall_binding.xml</bindingFile>
|
||||||
<bindingFile>${bindings.location}/omds3_ON3_Vertrag_binding.xml</bindingFile>
|
<bindingFile>${bindings.location}/omds3_ON3_Vertrag_binding.xml</bindingFile>
|
||||||
<bindingFile>${bindings.location}/omds3_ON4_Partner_binding.xml</bindingFile>
|
<bindingFile>${bindings.location}/omds3_ON4_Partner_binding.xml</bindingFile>
|
||||||
|
<bindingFile>${bindings.location}/omds3_ON7_Schaden_binding.xml</bindingFile>
|
||||||
<bindingFile>${bindings.location}/${wsdl.binding.xml}</bindingFile>
|
<bindingFile>${bindings.location}/${wsdl.binding.xml}</bindingFile>
|
||||||
<!-- <bindingFile>${bindings.location}/omdsExampleVuExtension_binding.xml</bindingFile> -->
|
<!-- <bindingFile>${bindings.location}/omdsExampleVuExtension_binding.xml</bindingFile> -->
|
||||||
</bindingFiles>
|
</bindingFiles>
|
||||||
|
|||||||
@@ -5,7 +5,9 @@ import javax.xml.bind.annotation.XmlAccessType;
|
|||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlAttribute;
|
import javax.xml.bind.annotation.XmlAttribute;
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.RisikoAdresseType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -27,6 +29,9 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "ADRESSE_Type")
|
@XmlType(name = "ADRESSE_Type")
|
||||||
|
@XmlSeeAlso({
|
||||||
|
RisikoAdresseType.class
|
||||||
|
})
|
||||||
public class ADRESSEType {
|
public class ADRESSEType {
|
||||||
|
|
||||||
@XmlAttribute(name = "Pac")
|
@XmlAttribute(name = "Pac")
|
||||||
|
|||||||
@@ -1,87 +0,0 @@
|
|||||||
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
|
|
||||||
|
|
||||||
import java.net.MalformedURLException;
|
|
||||||
import java.net.URL;
|
|
||||||
import javax.xml.namespace.QName;
|
|
||||||
import javax.xml.ws.WebEndpoint;
|
|
||||||
import javax.xml.ws.WebServiceClient;
|
|
||||||
import javax.xml.ws.WebServiceFeature;
|
|
||||||
import javax.xml.ws.Service;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This class was generated by Apache CXF 3.2.0
|
|
||||||
* 2019-06-12T19:17:39.559+02:00
|
|
||||||
* Generated source version: 3.2.0
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@WebServiceClient(name = "omdsService",
|
|
||||||
wsdlLocation = "file:/C:/Users/Jens/git/omdsservicedefinitions-master/OMDSServiceDefinition/src/main/resources/def/r1_4_0/omds3ServicesBroker.wsdl",
|
|
||||||
targetNamespace = "http://omds.vvo.at/brokerservice/v1_4_0")
|
|
||||||
public class OmdsService extends Service {
|
|
||||||
|
|
||||||
public final static URL WSDL_LOCATION;
|
|
||||||
|
|
||||||
public final static QName SERVICE = new QName("http://omds.vvo.at/brokerservice/v1_4_0", "omdsService");
|
|
||||||
public final static QName OmdsServicePort = new QName("http://omds.vvo.at/brokerservice/v1_4_0", "omdsServicePort");
|
|
||||||
static {
|
|
||||||
URL url = null;
|
|
||||||
try {
|
|
||||||
url = new URL("file:/C:/Users/Jens/git/omdsservicedefinitions-master/OMDSServiceDefinition/src/main/resources/def/r1_4_0/omds3ServicesBroker.wsdl");
|
|
||||||
} catch (MalformedURLException e) {
|
|
||||||
java.util.logging.Logger.getLogger(OmdsService.class.getName())
|
|
||||||
.log(java.util.logging.Level.INFO,
|
|
||||||
"Can not initialize the default wsdl from {0}", "file:/C:/Users/Jens/git/omdsservicedefinitions-master/OMDSServiceDefinition/src/main/resources/def/r1_4_0/omds3ServicesBroker.wsdl");
|
|
||||||
}
|
|
||||||
WSDL_LOCATION = url;
|
|
||||||
}
|
|
||||||
|
|
||||||
public OmdsService(URL wsdlLocation) {
|
|
||||||
super(wsdlLocation, SERVICE);
|
|
||||||
}
|
|
||||||
|
|
||||||
public OmdsService(URL wsdlLocation, QName serviceName) {
|
|
||||||
super(wsdlLocation, serviceName);
|
|
||||||
}
|
|
||||||
|
|
||||||
public OmdsService() {
|
|
||||||
super(WSDL_LOCATION, SERVICE);
|
|
||||||
}
|
|
||||||
|
|
||||||
public OmdsService(WebServiceFeature ... features) {
|
|
||||||
super(WSDL_LOCATION, SERVICE, features);
|
|
||||||
}
|
|
||||||
|
|
||||||
public OmdsService(URL wsdlLocation, WebServiceFeature ... features) {
|
|
||||||
super(wsdlLocation, SERVICE, features);
|
|
||||||
}
|
|
||||||
|
|
||||||
public OmdsService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
|
|
||||||
super(wsdlLocation, serviceName, features);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* returns OmdsServicePortType
|
|
||||||
*/
|
|
||||||
@WebEndpoint(name = "omdsServicePort")
|
|
||||||
public OmdsServicePortType getOmdsServicePort() {
|
|
||||||
return super.getPort(OmdsServicePort, OmdsServicePortType.class);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @param features
|
|
||||||
* A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.
|
|
||||||
* @return
|
|
||||||
* returns OmdsServicePortType
|
|
||||||
*/
|
|
||||||
@WebEndpoint(name = "omdsServicePort")
|
|
||||||
public OmdsServicePortType getOmdsServicePort(WebServiceFeature... features) {
|
|
||||||
return super.getPort(OmdsServicePort, OmdsServicePortType.class, features);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,67 +0,0 @@
|
|||||||
|
|
||||||
/**
|
|
||||||
* Please modify this class to meet your needs
|
|
||||||
* This class is not complete
|
|
||||||
*/
|
|
||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
|
|
||||||
|
|
||||||
import java.util.logging.Logger;
|
|
||||||
import javax.jws.WebMethod;
|
|
||||||
import javax.jws.WebParam;
|
|
||||||
import javax.jws.WebResult;
|
|
||||||
import javax.jws.WebService;
|
|
||||||
import javax.jws.soap.SOAPBinding;
|
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This class was generated by Apache CXF 3.2.0
|
|
||||||
* 2019-06-12T19:17:39.515+02:00
|
|
||||||
* Generated source version: 3.2.0
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
@javax.jws.WebService(
|
|
||||||
serviceName = "omdsService",
|
|
||||||
portName = "omdsServicePort",
|
|
||||||
targetNamespace = "http://omds.vvo.at/brokerservice/v1_4_0",
|
|
||||||
wsdlLocation = "file:/C:/Users/Jens/git/omdsservicedefinitions-master/OMDSServiceDefinition/src/main/resources/def/r1_4_0/omds3ServicesBroker.wsdl",
|
|
||||||
endpointInterface = "at.vvo.omds.types.omds3Types.r1_4_0.brokerservice.OmdsServicePortType")
|
|
||||||
|
|
||||||
public class OmdsServicePortImpl implements OmdsServicePortType {
|
|
||||||
|
|
||||||
private static final Logger LOG = Logger.getLogger(OmdsServicePortImpl.class.getName());
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_4_0.brokerservice.OmdsServicePortType#lossEventRegistered(at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.LossEventType parameters)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.LossEventRegisteredResponseType lossEventRegistered(at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.LossEventType parameters) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation lossEventRegistered");
|
|
||||||
System.out.println(parameters);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.LossEventRegisteredResponseType _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* (non-Javadoc)
|
|
||||||
* @see at.vvo.omds.types.omds3Types.r1_4_0.brokerservice.OmdsServicePortType#declareNewClaimStatus(at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.DeclareNewClaimStatusRequestType parameters)*
|
|
||||||
*/
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.DeclareNewClaimStatusResponseType declareNewClaimStatus(at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.DeclareNewClaimStatusRequestType parameters) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation declareNewClaimStatus");
|
|
||||||
System.out.println(parameters);
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.DeclareNewClaimStatusResponseType _return = null;
|
|
||||||
return _return;
|
|
||||||
} catch (java.lang.Exception ex) {
|
|
||||||
ex.printStackTrace();
|
|
||||||
throw new RuntimeException(ex);
|
|
||||||
}
|
|
||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
|
|
||||||
|
|
||||||
import javax.jws.WebMethod;
|
|
||||||
import javax.jws.WebParam;
|
|
||||||
import javax.jws.WebResult;
|
|
||||||
import javax.jws.WebService;
|
|
||||||
import javax.jws.soap.SOAPBinding;
|
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This class was generated by Apache CXF 3.2.0
|
|
||||||
* 2019-06-12T19:17:39.541+02:00
|
|
||||||
* Generated source version: 3.2.0
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@WebService(targetNamespace = "http://omds.vvo.at/brokerservice/v1_4_0", name = "omdsServicePortType")
|
|
||||||
@XmlSeeAlso({at.vvo.omds.types.omds2Types.v2_11.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_4_0.common.ObjectFactory.class})
|
|
||||||
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
|
|
||||||
public interface OmdsServicePortType {
|
|
||||||
|
|
||||||
@WebMethod(action = "urn:lossEventRegistered")
|
|
||||||
@WebResult(name = "LossEventRegisteredResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.LossEventRegisteredResponseType lossEventRegistered(
|
|
||||||
@WebParam(partName = "parameters", name = "LossEventRegisteredRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
|
||||||
at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.LossEventType parameters
|
|
||||||
) throws ServiceFaultMsg;
|
|
||||||
|
|
||||||
@WebMethod(action = "urn:declareNewClaimStatus")
|
|
||||||
@WebResult(name = "DeclareNewClaimStatusResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.DeclareNewClaimStatusResponseType declareNewClaimStatus(
|
|
||||||
@WebParam(partName = "parameters", name = "DeclareNewClaimStatusRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
|
||||||
at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.DeclareNewClaimStatusRequestType parameters
|
|
||||||
) throws ServiceFaultMsg;
|
|
||||||
}
|
|
||||||
@@ -1,79 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Please modify this class to meet your needs
|
|
||||||
* This class is not complete
|
|
||||||
*/
|
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
import java.net.MalformedURLException;
|
|
||||||
import java.net.URL;
|
|
||||||
import javax.xml.namespace.QName;
|
|
||||||
import javax.jws.WebMethod;
|
|
||||||
import javax.jws.WebParam;
|
|
||||||
import javax.jws.WebResult;
|
|
||||||
import javax.jws.WebService;
|
|
||||||
import javax.jws.soap.SOAPBinding;
|
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This class was generated by Apache CXF 3.2.0
|
|
||||||
* 2019-06-12T19:17:39.410+02:00
|
|
||||||
* Generated source version: 3.2.0
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public final class OmdsServicePortType_OmdsServicePort_Client {
|
|
||||||
|
|
||||||
private static final QName SERVICE_NAME = new QName("http://omds.vvo.at/brokerservice/v1_4_0", "omdsService");
|
|
||||||
|
|
||||||
private OmdsServicePortType_OmdsServicePort_Client() {
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void main(String args[]) throws java.lang.Exception {
|
|
||||||
URL wsdlURL = OmdsService.WSDL_LOCATION;
|
|
||||||
if (args.length > 0 && args[0] != null && !"".equals(args[0])) {
|
|
||||||
File wsdlFile = new File(args[0]);
|
|
||||||
try {
|
|
||||||
if (wsdlFile.exists()) {
|
|
||||||
wsdlURL = wsdlFile.toURI().toURL();
|
|
||||||
} else {
|
|
||||||
wsdlURL = new URL(args[0]);
|
|
||||||
}
|
|
||||||
} catch (MalformedURLException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
OmdsService ss = new OmdsService(wsdlURL, SERVICE_NAME);
|
|
||||||
OmdsServicePortType port = ss.getOmdsServicePort();
|
|
||||||
|
|
||||||
{
|
|
||||||
System.out.println("Invoking lossEventRegistered...");
|
|
||||||
at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.LossEventType _lossEventRegistered_parameters = null;
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.LossEventRegisteredResponseType _lossEventRegistered__return = port.lossEventRegistered(_lossEventRegistered_parameters);
|
|
||||||
System.out.println("lossEventRegistered.result=" + _lossEventRegistered__return);
|
|
||||||
|
|
||||||
} catch (ServiceFaultMsg e) {
|
|
||||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
|
||||||
System.out.println(e.toString());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
{
|
|
||||||
System.out.println("Invoking declareNewClaimStatus...");
|
|
||||||
at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.DeclareNewClaimStatusRequestType _declareNewClaimStatus_parameters = null;
|
|
||||||
try {
|
|
||||||
at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.DeclareNewClaimStatusResponseType _declareNewClaimStatus__return = port.declareNewClaimStatus(_declareNewClaimStatus_parameters);
|
|
||||||
System.out.println("declareNewClaimStatus.result=" + _declareNewClaimStatus__return);
|
|
||||||
|
|
||||||
} catch (ServiceFaultMsg e) {
|
|
||||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
|
||||||
System.out.println(e.toString());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
System.exit(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,43 +0,0 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
|
|
||||||
|
|
||||||
import javax.xml.ws.WebFault;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This class was generated by Apache CXF 3.2.0
|
|
||||||
* 2019-06-12T19:17:39.498+02:00
|
|
||||||
* Generated source version: 3.2.0
|
|
||||||
*/
|
|
||||||
|
|
||||||
@WebFault(name = "serviceFault", targetNamespace = "urn:omds3CommonServiceTypes-1-1-0")
|
|
||||||
public class ServiceFaultMsg extends Exception {
|
|
||||||
|
|
||||||
private at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault serviceFault;
|
|
||||||
|
|
||||||
public ServiceFaultMsg() {
|
|
||||||
super();
|
|
||||||
}
|
|
||||||
|
|
||||||
public ServiceFaultMsg(String message) {
|
|
||||||
super(message);
|
|
||||||
}
|
|
||||||
|
|
||||||
public ServiceFaultMsg(String message, Throwable cause) {
|
|
||||||
super(message, cause);
|
|
||||||
}
|
|
||||||
|
|
||||||
public ServiceFaultMsg(String message, at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault serviceFault) {
|
|
||||||
super(message);
|
|
||||||
this.serviceFault = serviceFault;
|
|
||||||
}
|
|
||||||
|
|
||||||
public ServiceFaultMsg(String message, at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault serviceFault, Throwable cause) {
|
|
||||||
super(message, cause);
|
|
||||||
this.serviceFault = serviceFault;
|
|
||||||
}
|
|
||||||
|
|
||||||
public at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault getFaultInfo() {
|
|
||||||
return this.serviceFault;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -5,7 +5,7 @@ import javax.xml.bind.annotation.XmlAccessType;
|
|||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.SchadenStatusType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenStatusType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -4,7 +4,12 @@ package at.vvo.omds.types.omds3Types.r1_4_0.common;
|
|||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationRequestType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -32,6 +37,12 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
@XmlType(name = "CommonProcessRequest_Type", propOrder = {
|
@XmlType(name = "CommonProcessRequest_Type", propOrder = {
|
||||||
"geschaeftsfallnummer"
|
"geschaeftsfallnummer"
|
||||||
})
|
})
|
||||||
|
@XmlSeeAlso({
|
||||||
|
CalculateRequestType.class,
|
||||||
|
CreateOfferRequestType.class,
|
||||||
|
CreateApplicationRequestType.class,
|
||||||
|
SubmitApplicationRequestType.class
|
||||||
|
})
|
||||||
public abstract class CommonProcessRequestType
|
public abstract class CommonProcessRequestType
|
||||||
extends CommonRequestType
|
extends CommonRequestType
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,12 @@ package at.vvo.omds.types.omds3Types.r1_4_0.common;
|
|||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationResponseType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -32,6 +37,12 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
@XmlType(name = "CommonProcessResponse_Type", propOrder = {
|
@XmlType(name = "CommonProcessResponse_Type", propOrder = {
|
||||||
"geschaeftsfallnummer"
|
"geschaeftsfallnummer"
|
||||||
})
|
})
|
||||||
|
@XmlSeeAlso({
|
||||||
|
CalculateResponseType.class,
|
||||||
|
CreateOfferResponseType.class,
|
||||||
|
CreateApplicationResponseType.class,
|
||||||
|
SubmitApplicationResponseType.class
|
||||||
|
})
|
||||||
public abstract class CommonProcessResponseType
|
public abstract class CommonProcessResponseType
|
||||||
extends CommonResponseType
|
extends CommonResponseType
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,10 +8,21 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
|||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.CreateClaimRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.GetApplicationDocumentRequestType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.InitiateClaimRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.CollectionChangeRequestType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.SpezifikationSchadenType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.GetPoliciesOfPartnerRequestType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.SubmitClaimRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.SetMailingAddressRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.AddCommunicationObjectRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangeCommunicationObjectRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangePartnerMainAddressRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangePersonDataRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.CheckAddressRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.DeleteCommunicationObjectRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.GetPartnerRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.CreateClaimRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.InitiateClaimRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SpezifikationSchadenType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SubmitClaimRequestType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -46,12 +57,23 @@ import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.SubmitClaimRequestType;
|
|||||||
"korrelationsId"
|
"korrelationsId"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CommonProcessRequestType.class,
|
|
||||||
CommonSearchRequestType.class,
|
|
||||||
CreateClaimRequestType.class,
|
CreateClaimRequestType.class,
|
||||||
SubmitClaimRequestType.class,
|
SubmitClaimRequestType.class,
|
||||||
InitiateClaimRequestType.class,
|
InitiateClaimRequestType.class,
|
||||||
SpezifikationSchadenType.class
|
SpezifikationSchadenType.class,
|
||||||
|
GetPoliciesOfPartnerRequestType.class,
|
||||||
|
SetMailingAddressRequestType.class,
|
||||||
|
CollectionChangeRequestType.class,
|
||||||
|
GetApplicationDocumentRequestType.class,
|
||||||
|
CommonProcessRequestType.class,
|
||||||
|
CommonSearchRequestType.class,
|
||||||
|
GetPartnerRequestType.class,
|
||||||
|
CheckAddressRequestType.class,
|
||||||
|
ChangePartnerMainAddressRequestType.class,
|
||||||
|
ChangePersonDataRequestType.class,
|
||||||
|
ChangeCommunicationObjectRequestType.class,
|
||||||
|
AddCommunicationObjectRequestType.class,
|
||||||
|
DeleteCommunicationObjectRequestType.class
|
||||||
})
|
})
|
||||||
public abstract class CommonRequestType {
|
public abstract class CommonRequestType {
|
||||||
|
|
||||||
|
|||||||
@@ -6,11 +6,25 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
|||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.CreateClaimResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.GetApplicationDocumentResponseType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.GetClaimResponseLightType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.GetClaimResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.InitiateClaimResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.SubmitClaimResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.CollectionChangeResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.GetPoliciesOfPartnerResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.SetMailingAddressResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.AddCommunicationObjectResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangeCommunicationObjectResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangePartnerMainAddressResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangePersonDataResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.CheckAddressResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.DeleteCommunicationObjectResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.GetPartnerResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.CreateClaimResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.GetClaimResponseLightType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.GetClaimResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.InitiateClaimResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SubmitClaimResponseType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -39,13 +53,27 @@ import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.SubmitClaimResponseType;
|
|||||||
"status"
|
"status"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CommonProcessResponseType.class,
|
|
||||||
CommonSearchResponseType.class,
|
|
||||||
CreateClaimResponseType.class,
|
CreateClaimResponseType.class,
|
||||||
SubmitClaimResponseType.class,
|
SubmitClaimResponseType.class,
|
||||||
InitiateClaimResponseType.class,
|
InitiateClaimResponseType.class,
|
||||||
GetClaimResponseType.class,
|
GetClaimResponseType.class,
|
||||||
GetClaimResponseLightType.class
|
GetClaimResponseLightType.class,
|
||||||
|
GetPoliciesOfPartnerResponseType.class,
|
||||||
|
SetMailingAddressResponseType.class,
|
||||||
|
CollectionChangeResponseType.class,
|
||||||
|
GetApplicationDocumentResponseType.class,
|
||||||
|
CalculateSachPrivatResponseType.class,
|
||||||
|
CreateOfferSachPrivatResponseType.class,
|
||||||
|
CreateApplicationSachPrivatResponseType.class,
|
||||||
|
CommonProcessResponseType.class,
|
||||||
|
CommonSearchResponseType.class,
|
||||||
|
GetPartnerResponseType.class,
|
||||||
|
CheckAddressResponseType.class,
|
||||||
|
ChangePartnerMainAddressResponseType.class,
|
||||||
|
ChangePersonDataResponseType.class,
|
||||||
|
AddCommunicationObjectResponseType.class,
|
||||||
|
DeleteCommunicationObjectResponseType.class,
|
||||||
|
ChangeCommunicationObjectResponseType.class
|
||||||
})
|
})
|
||||||
public abstract class CommonResponseType {
|
public abstract class CommonResponseType {
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,10 @@ import javax.xml.bind.annotation.XmlAccessType;
|
|||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_11.ELZeitraumType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELZeitraumType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetStateChangesRequestType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -50,6 +52,9 @@ import at.vvo.omds.types.omds2Types.v2_11.ELZeitraumType;
|
|||||||
"offset",
|
"offset",
|
||||||
"orderBy"
|
"orderBy"
|
||||||
})
|
})
|
||||||
|
@XmlSeeAlso({
|
||||||
|
GetStateChangesRequestType.class
|
||||||
|
})
|
||||||
public abstract class CommonSearchRequestType
|
public abstract class CommonSearchRequestType
|
||||||
extends CommonRequestType
|
extends CommonRequestType
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,7 +5,9 @@ import javax.xml.bind.annotation.XmlAccessType;
|
|||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on1basis.GetStateChangesResponseType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -37,6 +39,9 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
"actualMaxResults",
|
"actualMaxResults",
|
||||||
"totalResults"
|
"totalResults"
|
||||||
})
|
})
|
||||||
|
@XmlSeeAlso({
|
||||||
|
GetStateChangesResponseType.class
|
||||||
|
})
|
||||||
public abstract class CommonSearchResponseType
|
public abstract class CommonSearchResponseType
|
||||||
extends CommonResponseType
|
extends CommonResponseType
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
package at.vvo.omds.types.omds3Types.r1_4_0.common;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -9,7 +9,6 @@ import javax.xml.bind.annotation.XmlElement;
|
|||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
import javax.xml.datatype.XMLGregorianCalendar;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ElementIdType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -30,8 +29,8 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ElementIdType;
|
|||||||
* <element name="Mimetype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="Mimetype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||||
* <element name="Groesse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
|
* <element name="Groesse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
|
||||||
* <element name="Datum" type="{urn:omds20}Datum-Zeit"/>
|
* <element name="Datum" type="{urn:omds20}Datum-Zeit"/>
|
||||||
* <element name="ObjektSpezifikation" type="{urn:omds3ServiceTypes-1-1-0}ObjektSpezifikation_Type" minOccurs="0"/>
|
* <element name="ObjektSpezifikation" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type" minOccurs="0"/>
|
||||||
* <element name="ReferenzWeitereDokumente" type="{urn:omds3ServiceTypes-1-1-0}DokumentenReferenz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="ReferenzWeitereDokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentenReferenz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
@@ -6,7 +6,13 @@ import java.util.List;
|
|||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.ElementarproduktKfzType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.VerkehrsrechtsschutzKfzType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.ElementarproduktRechtsschutzType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.ElementarproduktSachPrivatType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.ElementarproduktUnfallType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -34,6 +40,13 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
@XmlType(name = "Elementarprodukt_Type", propOrder = {
|
@XmlType(name = "Elementarprodukt_Type", propOrder = {
|
||||||
"zusaetzlicheElementarproduktdaten"
|
"zusaetzlicheElementarproduktdaten"
|
||||||
})
|
})
|
||||||
|
@XmlSeeAlso({
|
||||||
|
ElementarproduktKfzType.class,
|
||||||
|
VerkehrsrechtsschutzKfzType.class,
|
||||||
|
ElementarproduktRechtsschutzType.class,
|
||||||
|
ElementarproduktSachPrivatType.class,
|
||||||
|
ElementarproduktUnfallType.class
|
||||||
|
})
|
||||||
public abstract class ElementarproduktType
|
public abstract class ElementarproduktType
|
||||||
extends ProduktbausteinAntragsprozessType
|
extends ProduktbausteinAntragsprozessType
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -46,14 +46,6 @@ public class ObjectFactory {
|
|||||||
return new ZahlwegType();
|
return new ZahlwegType();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Create an instance of {@link ServiceFault }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public ServiceFault createServiceFault() {
|
|
||||||
return new ServiceFault();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link ObjektIdType }
|
* Create an instance of {@link ObjektIdType }
|
||||||
*
|
*
|
||||||
@@ -62,6 +54,14 @@ public class ObjectFactory {
|
|||||||
return new ObjektIdType();
|
return new ObjektIdType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link ServiceFault }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public ServiceFault createServiceFault() {
|
||||||
|
return new ServiceFault();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link PersonType }
|
* Create an instance of {@link PersonType }
|
||||||
*
|
*
|
||||||
@@ -350,6 +350,30 @@ public class ObjectFactory {
|
|||||||
return new SelbstbehaltType();
|
return new SelbstbehaltType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link UploadDokumentType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public UploadDokumentType createUploadDokumentType() {
|
||||||
|
return new UploadDokumentType();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link DokumentenReferenzType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public DokumentenReferenzType createDokumentenReferenzType() {
|
||||||
|
return new DokumentenReferenzType();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link ZeitraumType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public ZeitraumType createZeitraumType() {
|
||||||
|
return new ZeitraumType();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link ZahlwegType.Kundenkonto }
|
* Create an instance of {@link ZahlwegType.Kundenkonto }
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,10 +1,13 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
package at.vvo.omds.types.omds3Types.r1_4_0.common;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenObjektSpezifikationType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenmelderVermittlerType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.PolizzenObjektSpezifikationType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -8,9 +8,13 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
|||||||
import javax.xml.bind.annotation.XmlAttribute;
|
import javax.xml.bind.annotation.XmlAttribute;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds2Types.v2_11.ELAnzahlType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_11.ELEinstufungType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELEinstufungType;
|
||||||
|
import at.vvo.omds.types.omds2Types.v2_11.ELEntscheidungsfrageType;
|
||||||
|
import at.vvo.omds.types.omds2Types.v2_11.ELIdentifizierungType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_11.ELKommunikationType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELKommunikationType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_11.ELLegitimationType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELLegitimationType;
|
||||||
|
import at.vvo.omds.types.omds2Types.v2_11.ELTextType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_11.NATUERLICHEPERSONType;
|
import at.vvo.omds.types.omds2Types.v2_11.NATUERLICHEPERSONType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_11.PersArtCdType;
|
import at.vvo.omds.types.omds2Types.v2_11.PersArtCdType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_11.SONSTIGEPERSONType;
|
import at.vvo.omds.types.omds2Types.v2_11.SONSTIGEPERSONType;
|
||||||
@@ -36,7 +40,11 @@ import at.vvo.omds.types.omds2Types.v2_11.SONSTIGEPERSONType;
|
|||||||
* <element ref="{urn:omds3CommonServiceTypes-1-1-0}Adresse" minOccurs="0"/>
|
* <element ref="{urn:omds3CommonServiceTypes-1-1-0}Adresse" minOccurs="0"/>
|
||||||
* <element ref="{urn:omds20}EL-Kommunikation" maxOccurs="unbounded" minOccurs="0"/>
|
* <element ref="{urn:omds20}EL-Kommunikation" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* <element ref="{urn:omds20}EL-Legitimation" maxOccurs="unbounded" minOccurs="0"/>
|
* <element ref="{urn:omds20}EL-Legitimation" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* <element ref="{urn:omds20}EL-Anzahl" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* <element ref="{urn:omds20}EL-Einstufung" maxOccurs="unbounded" minOccurs="0"/>
|
* <element ref="{urn:omds20}EL-Einstufung" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* <element ref="{urn:omds20}EL-Entscheidungsfrage" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* <element ref="{urn:omds20}EL-Identifizierung" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* <element ref="{urn:omds20}EL-Text" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* <attribute name="PersArtCd" use="required" type="{urn:omds20}PersArtCd_Type" />
|
* <attribute name="PersArtCd" use="required" type="{urn:omds20}PersArtCd_Type" />
|
||||||
* </restriction>
|
* </restriction>
|
||||||
@@ -54,7 +62,11 @@ import at.vvo.omds.types.omds2Types.v2_11.SONSTIGEPERSONType;
|
|||||||
"adresse",
|
"adresse",
|
||||||
"elKommunikation",
|
"elKommunikation",
|
||||||
"elLegitimation",
|
"elLegitimation",
|
||||||
"elEinstufung"
|
"elAnzahl",
|
||||||
|
"elEinstufung",
|
||||||
|
"elEntscheidungsfrage",
|
||||||
|
"elIdentifizierung",
|
||||||
|
"elText"
|
||||||
})
|
})
|
||||||
public class PersonType {
|
public class PersonType {
|
||||||
|
|
||||||
@@ -70,13 +82,21 @@ public class PersonType {
|
|||||||
protected List<ELKommunikationType> elKommunikation;
|
protected List<ELKommunikationType> elKommunikation;
|
||||||
@XmlElement(name = "EL-Legitimation", namespace = "urn:omds20")
|
@XmlElement(name = "EL-Legitimation", namespace = "urn:omds20")
|
||||||
protected List<ELLegitimationType> elLegitimation;
|
protected List<ELLegitimationType> elLegitimation;
|
||||||
|
@XmlElement(name = "EL-Anzahl", namespace = "urn:omds20")
|
||||||
|
protected List<ELAnzahlType> elAnzahl;
|
||||||
@XmlElement(name = "EL-Einstufung", namespace = "urn:omds20")
|
@XmlElement(name = "EL-Einstufung", namespace = "urn:omds20")
|
||||||
protected List<ELEinstufungType> elEinstufung;
|
protected List<ELEinstufungType> elEinstufung;
|
||||||
|
@XmlElement(name = "EL-Entscheidungsfrage", namespace = "urn:omds20")
|
||||||
|
protected List<ELEntscheidungsfrageType> elEntscheidungsfrage;
|
||||||
|
@XmlElement(name = "EL-Identifizierung", namespace = "urn:omds20")
|
||||||
|
protected List<ELIdentifizierungType> elIdentifizierung;
|
||||||
|
@XmlElement(name = "EL-Text", namespace = "urn:omds20")
|
||||||
|
protected List<ELTextType> elText;
|
||||||
@XmlAttribute(name = "PersArtCd", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
@XmlAttribute(name = "PersArtCd", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
||||||
protected PersArtCdType persArtCd;
|
protected PersArtCdType persArtCd;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Die Id der Person (entspricht der Personennr, hat aber auch die Möglichkeit eine Makler-Id mitzugeben)
|
* Die Id der Person (entspricht der Personennr, hat aber auch die Möglichkeit eine ID von Service-Consumer Seite mitzugeben)
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
* possible object is
|
* possible object is
|
||||||
@@ -229,6 +249,35 @@ public class PersonType {
|
|||||||
return this.elLegitimation;
|
return this.elLegitimation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the elAnzahl property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* This accessor method returns a reference to the live list,
|
||||||
|
* not a snapshot. Therefore any modification you make to the
|
||||||
|
* returned list will be present inside the JAXB object.
|
||||||
|
* This is why there is not a <CODE>set</CODE> method for the elAnzahl property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getELAnzahl().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link ELAnzahlType }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public List<ELAnzahlType> getELAnzahl() {
|
||||||
|
if (elAnzahl == null) {
|
||||||
|
elAnzahl = new ArrayList<ELAnzahlType>();
|
||||||
|
}
|
||||||
|
return this.elAnzahl;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the elEinstufung property.
|
* Gets the value of the elEinstufung property.
|
||||||
*
|
*
|
||||||
@@ -258,6 +307,93 @@ public class PersonType {
|
|||||||
return this.elEinstufung;
|
return this.elEinstufung;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the elEntscheidungsfrage property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* This accessor method returns a reference to the live list,
|
||||||
|
* not a snapshot. Therefore any modification you make to the
|
||||||
|
* returned list will be present inside the JAXB object.
|
||||||
|
* This is why there is not a <CODE>set</CODE> method for the elEntscheidungsfrage property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getELEntscheidungsfrage().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link ELEntscheidungsfrageType }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public List<ELEntscheidungsfrageType> getELEntscheidungsfrage() {
|
||||||
|
if (elEntscheidungsfrage == null) {
|
||||||
|
elEntscheidungsfrage = new ArrayList<ELEntscheidungsfrageType>();
|
||||||
|
}
|
||||||
|
return this.elEntscheidungsfrage;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the elIdentifizierung property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* This accessor method returns a reference to the live list,
|
||||||
|
* not a snapshot. Therefore any modification you make to the
|
||||||
|
* returned list will be present inside the JAXB object.
|
||||||
|
* This is why there is not a <CODE>set</CODE> method for the elIdentifizierung property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getELIdentifizierung().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link ELIdentifizierungType }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public List<ELIdentifizierungType> getELIdentifizierung() {
|
||||||
|
if (elIdentifizierung == null) {
|
||||||
|
elIdentifizierung = new ArrayList<ELIdentifizierungType>();
|
||||||
|
}
|
||||||
|
return this.elIdentifizierung;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the elText property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* This accessor method returns a reference to the live list,
|
||||||
|
* not a snapshot. Therefore any modification you make to the
|
||||||
|
* returned list will be present inside the JAXB object.
|
||||||
|
* This is why there is not a <CODE>set</CODE> method for the elText property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getELText().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link ELTextType }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public List<ELTextType> getELText() {
|
||||||
|
if (elText == null) {
|
||||||
|
elText = new ArrayList<ELTextType>();
|
||||||
|
}
|
||||||
|
return this.elText;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der persArtCd-Eigenschaft ab.
|
* Ruft den Wert der persArtCd-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -7,8 +7,14 @@ import javax.xml.bind.annotation.XmlAccessType;
|
|||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
import javax.xml.datatype.XMLGregorianCalendar;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.ProduktKfzType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.ZusatzproduktKfzType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.ProduktRechtsschutzType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.ProduktSachPrivatType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.ProduktUnfallType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -44,6 +50,13 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
"hauptfaelligkeit",
|
"hauptfaelligkeit",
|
||||||
"zusaetzlicheProduktdaten"
|
"zusaetzlicheProduktdaten"
|
||||||
})
|
})
|
||||||
|
@XmlSeeAlso({
|
||||||
|
ProduktKfzType.class,
|
||||||
|
ZusatzproduktKfzType.class,
|
||||||
|
ProduktRechtsschutzType.class,
|
||||||
|
ProduktSachPrivatType.class,
|
||||||
|
ProduktUnfallType.class
|
||||||
|
})
|
||||||
public abstract class ProduktType
|
public abstract class ProduktType
|
||||||
extends ProduktbausteinAntragsprozessType
|
extends ProduktbausteinAntragsprozessType
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
package at.vvo.omds.types.omds3Types.r1_4_0.common;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -7,8 +7,13 @@ import javax.xml.bind.annotation.XmlAccessType;
|
|||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_11.ELRahmenvereinbarungType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELRahmenvereinbarungType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.VerkaufsproduktKfzType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.VerkaufsproduktRechtsschutzType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.VerkaufsproduktSachPrivatType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.VerkaufsproduktUnfallType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -42,6 +47,12 @@ import at.vvo.omds.types.omds2Types.v2_11.ELRahmenvereinbarungType;
|
|||||||
"elRahmenvereinbarung",
|
"elRahmenvereinbarung",
|
||||||
"zusaetzlicheVerkaufproduktdaten"
|
"zusaetzlicheVerkaufproduktdaten"
|
||||||
})
|
})
|
||||||
|
@XmlSeeAlso({
|
||||||
|
VerkaufsproduktKfzType.class,
|
||||||
|
VerkaufsproduktRechtsschutzType.class,
|
||||||
|
VerkaufsproduktSachPrivatType.class,
|
||||||
|
VerkaufsproduktUnfallType.class
|
||||||
|
})
|
||||||
public abstract class VerkaufsproduktType
|
public abstract class VerkaufsproduktType
|
||||||
extends ProduktbausteinAntragsprozessType
|
extends ProduktbausteinAntragsprozessType
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ import javax.xml.bind.annotation.XmlAttribute;
|
|||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.RisikoGebaeudeType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.RisikoHaushaltType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.VersichertesObjektSachPrivatType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -35,7 +38,10 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
VersicherteVeranstaltungType.class,
|
VersicherteVeranstaltungType.class,
|
||||||
FahrzeugType.class,
|
FahrzeugType.class,
|
||||||
VersicherterBetriebType.class,
|
VersicherterBetriebType.class,
|
||||||
VersicherteLiegenschaftType.class
|
VersicherteLiegenschaftType.class,
|
||||||
|
VersichertesObjektSachPrivatType.class,
|
||||||
|
RisikoHaushaltType.class,
|
||||||
|
RisikoGebaeudeType.class
|
||||||
})
|
})
|
||||||
public abstract class VersichertesInteresseType {
|
public abstract class VersichertesInteresseType {
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
package at.vvo.omds.types.omds3Types.r1_4_0.common;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -30,9 +30,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
@XmlType(name = "Zeitraum_Type")
|
@XmlType(name = "Zeitraum_Type")
|
||||||
public class ZeitraumType {
|
public class ZeitraumType {
|
||||||
|
|
||||||
@XmlAttribute(name = "ZRBeg", namespace = "urn:omds3ServiceTypes-1-1-0")
|
@XmlAttribute(name = "ZRBeg", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||||
protected XMLGregorianCalendar zrBeg;
|
protected XMLGregorianCalendar zrBeg;
|
||||||
@XmlAttribute(name = "ZREnd", namespace = "urn:omds3ServiceTypes-1-1-0")
|
@XmlAttribute(name = "ZREnd", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||||
protected XMLGregorianCalendar zrEnd;
|
protected XMLGregorianCalendar zrEnd;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -1,15 +1,16 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.UploadDokumentType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Typ des Requestobjekts, um Dokument zu Schaden hinzuzufügen
|
* Typ des Requestobjekts, um Dokument zu Geschäftsfall hinzuzufügen
|
||||||
*
|
*
|
||||||
* <p>Java-Klasse für AddDocToBusinessCaseRequest_Type complex type.
|
* <p>Java-Klasse für AddDocToBusinessCaseRequest_Type complex type.
|
||||||
*
|
*
|
||||||
@@ -22,7 +23,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
|
|||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="VUNr" type="{urn:omds20}VUNr"/>
|
* <element name="VUNr" type="{urn:omds20}VUNr"/>
|
||||||
* <element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
|
* <element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
|
||||||
* <element name="Dokument" type="{urn:omds3ServiceTypes-1-1-0}Upload_Dokument_Type"/>
|
* <element name="Dokument" type="{urn:omds3CommonServiceTypes-1-1-0}Upload_Dokument_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -8,11 +8,12 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
|||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlElements;
|
import javax.xml.bind.annotation.XmlElements;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentenReferenzType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault;
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Response von der VU, wenn ein zusätzliches Schadensdokument übergeben wurde
|
* Response von der VU, wenn ein zusätzliches Dokument übergeben wurde
|
||||||
*
|
*
|
||||||
* <p>Java-Klasse für AddDocToBusinessCaseResponse_Type complex type.
|
* <p>Java-Klasse für AddDocToBusinessCaseResponse_Type complex type.
|
||||||
*
|
*
|
||||||
@@ -23,7 +24,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault;
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
* <choice maxOccurs="unbounded">
|
* <choice maxOccurs="unbounded">
|
||||||
* <element name="ArcImageId" type="{urn:omds3ServiceTypes-1-1-0}ArcImageInfo"/>
|
* <element name="DocRef" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentenReferenz_Type"/>
|
||||||
* <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded"/>
|
* <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded"/>
|
||||||
* </choice>
|
* </choice>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
@@ -35,44 +36,44 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault;
|
|||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "AddDocToBusinessCaseResponse_Type", propOrder = {
|
@XmlType(name = "AddDocToBusinessCaseResponse_Type", propOrder = {
|
||||||
"arcImageIdOrServiceFault"
|
"docRefOrServiceFault"
|
||||||
})
|
})
|
||||||
public class AddDocToBusinessCaseResponseType {
|
public class AddDocToBusinessCaseResponseType {
|
||||||
|
|
||||||
@XmlElements({
|
@XmlElements({
|
||||||
@XmlElement(name = "ArcImageId", type = ArcImageInfo.class),
|
@XmlElement(name = "DocRef", type = DokumentenReferenzType.class),
|
||||||
@XmlElement(name = "ServiceFault", type = ServiceFault.class)
|
@XmlElement(name = "ServiceFault", type = ServiceFault.class)
|
||||||
})
|
})
|
||||||
protected List<Object> arcImageIdOrServiceFault;
|
protected List<Object> docRefOrServiceFault;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the value of the arcImageIdOrServiceFault property.
|
* Gets the value of the docRefOrServiceFault property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* This accessor method returns a reference to the live list,
|
* This accessor method returns a reference to the live list,
|
||||||
* not a snapshot. Therefore any modification you make to the
|
* not a snapshot. Therefore any modification you make to the
|
||||||
* returned list will be present inside the JAXB object.
|
* returned list will be present inside the JAXB object.
|
||||||
* This is why there is not a <CODE>set</CODE> method for the arcImageIdOrServiceFault property.
|
* This is why there is not a <CODE>set</CODE> method for the docRefOrServiceFault property.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* For example, to add a new item, do as follows:
|
* For example, to add a new item, do as follows:
|
||||||
* <pre>
|
* <pre>
|
||||||
* getArcImageIdOrServiceFault().add(newItem);
|
* getDocRefOrServiceFault().add(newItem);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* Objects of the following type(s) are allowed in the list
|
* Objects of the following type(s) are allowed in the list
|
||||||
* {@link ArcImageInfo }
|
* {@link DokumentenReferenzType }
|
||||||
* {@link ServiceFault }
|
* {@link ServiceFault }
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public List<Object> getArcImageIdOrServiceFault() {
|
public List<Object> getDocRefOrServiceFault() {
|
||||||
if (arcImageIdOrServiceFault == null) {
|
if (docRefOrServiceFault == null) {
|
||||||
arcImageIdOrServiceFault = new ArrayList<Object>();
|
docRefOrServiceFault = new ArrayList<Object>();
|
||||||
}
|
}
|
||||||
return this.arcImageIdOrServiceFault;
|
return this.docRefOrServiceFault;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -28,8 +28,8 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.AuthorizationFilter;
|
|||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </element>
|
* </element>
|
||||||
* <element ref="{urn:omds3ServiceTypes-1-1-0}ArtAuthentifizierung"/>
|
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}ArtAuthentifizierung"/>
|
||||||
* <element name="Credentials" type="{urn:omds3ServiceTypes-1-1-0}Credentials_Type"/>
|
* <element name="Credentials" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}Credentials_Type"/>
|
||||||
* <element name="AuthorizationFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
|
* <element name="AuthorizationFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -0,0 +1,134 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||||
|
|
||||||
|
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.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentenReferenzType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <p>Java-Klasse für DocumentInfosResponseResult_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="DocumentInfosResponseResult_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="ActualOffset" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||||
|
* <element name="ActualMaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||||
|
* <element name="TotalResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||||
|
* <element name="DokumentInfos" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentenReferenz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </restriction>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "DocumentInfosResponseResult_Type", propOrder = {
|
||||||
|
"actualOffset",
|
||||||
|
"actualMaxResults",
|
||||||
|
"totalResults",
|
||||||
|
"dokumentInfos"
|
||||||
|
})
|
||||||
|
public class DocumentInfosResponseResultType {
|
||||||
|
|
||||||
|
@XmlElement(name = "ActualOffset")
|
||||||
|
@XmlSchemaType(name = "unsignedInt")
|
||||||
|
protected long actualOffset;
|
||||||
|
@XmlElement(name = "ActualMaxResults")
|
||||||
|
@XmlSchemaType(name = "unsignedInt")
|
||||||
|
protected long actualMaxResults;
|
||||||
|
@XmlElement(name = "TotalResults")
|
||||||
|
@XmlSchemaType(name = "unsignedInt")
|
||||||
|
protected long totalResults;
|
||||||
|
@XmlElement(name = "DokumentInfos")
|
||||||
|
protected List<DokumentenReferenzType> dokumentInfos;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der actualOffset-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public long getActualOffset() {
|
||||||
|
return actualOffset;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der actualOffset-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setActualOffset(long value) {
|
||||||
|
this.actualOffset = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der actualMaxResults-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public long getActualMaxResults() {
|
||||||
|
return actualMaxResults;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der actualMaxResults-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setActualMaxResults(long value) {
|
||||||
|
this.actualMaxResults = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der totalResults-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public long getTotalResults() {
|
||||||
|
return totalResults;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der totalResults-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setTotalResults(long value) {
|
||||||
|
this.totalResults = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the dokumentInfos property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* This accessor method returns a reference to the live list,
|
||||||
|
* not a snapshot. Therefore any modification you make to the
|
||||||
|
* returned list will be present inside the JAXB object.
|
||||||
|
* This is why there is not a <CODE>set</CODE> method for the dokumentInfos property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getDokumentInfos().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link DokumentenReferenzType }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public List<DokumentenReferenzType> getDokumentInfos() {
|
||||||
|
if (dokumentInfos == null) {
|
||||||
|
dokumentInfos = new ArrayList<DokumentenReferenzType>();
|
||||||
|
}
|
||||||
|
return this.dokumentInfos;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,272 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.AuthorizationFilter;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektSpezifikationType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.ZeitraumType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Dieser Typ enthält die Elemente fuer die Anfrage nach Dokumenten
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für GetDocumentInfosRequest_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="GetDocumentInfosRequest_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="VUNr" type="{urn:omds20}VUNr"/>
|
||||||
|
* <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
|
||||||
|
* <element name="ObjektSpezifikation" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type" minOccurs="0"/>
|
||||||
|
* <element name="Zeitraum" type="{urn:omds3CommonServiceTypes-1-1-0}Zeitraum_Type" minOccurs="0"/>
|
||||||
|
* <element name="DokumentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType" minOccurs="0"/>
|
||||||
|
* <element name="MaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
|
||||||
|
* <element name="Offset" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
|
||||||
|
* <element name="OrderBy" minOccurs="0">
|
||||||
|
* <simpleType>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
|
* <enumeration value="Erstellungsdatum aufsteigend"/>
|
||||||
|
* </restriction>
|
||||||
|
* </simpleType>
|
||||||
|
* </element>
|
||||||
|
* </sequence>
|
||||||
|
* </restriction>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "GetDocumentInfosRequest_Type", propOrder = {
|
||||||
|
"vuNr",
|
||||||
|
"authFilter",
|
||||||
|
"objektSpezifikation",
|
||||||
|
"zeitraum",
|
||||||
|
"dokumentType",
|
||||||
|
"maxResults",
|
||||||
|
"offset",
|
||||||
|
"orderBy"
|
||||||
|
})
|
||||||
|
public class GetDocumentInfosRequestType {
|
||||||
|
|
||||||
|
@XmlElement(name = "VUNr", required = true)
|
||||||
|
protected String vuNr;
|
||||||
|
@XmlElement(name = "AuthFilter")
|
||||||
|
protected AuthorizationFilter authFilter;
|
||||||
|
@XmlElement(name = "ObjektSpezifikation")
|
||||||
|
protected ObjektSpezifikationType objektSpezifikation;
|
||||||
|
@XmlElement(name = "Zeitraum")
|
||||||
|
protected ZeitraumType zeitraum;
|
||||||
|
@XmlElement(name = "DokumentType")
|
||||||
|
protected Integer dokumentType;
|
||||||
|
@XmlElement(name = "MaxResults")
|
||||||
|
@XmlSchemaType(name = "unsignedShort")
|
||||||
|
protected Integer maxResults;
|
||||||
|
@XmlElement(name = "Offset")
|
||||||
|
@XmlSchemaType(name = "unsignedShort")
|
||||||
|
protected Integer offset;
|
||||||
|
@XmlElement(name = "OrderBy")
|
||||||
|
protected String orderBy;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der vuNr-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getVUNr() {
|
||||||
|
return vuNr;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der vuNr-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setVUNr(String value) {
|
||||||
|
this.vuNr = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der authFilter-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link AuthorizationFilter }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public AuthorizationFilter getAuthFilter() {
|
||||||
|
return authFilter;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der authFilter-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link AuthorizationFilter }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setAuthFilter(AuthorizationFilter value) {
|
||||||
|
this.authFilter = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der objektSpezifikation-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link ObjektSpezifikationType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public ObjektSpezifikationType getObjektSpezifikation() {
|
||||||
|
return objektSpezifikation;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der objektSpezifikation-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link ObjektSpezifikationType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setObjektSpezifikation(ObjektSpezifikationType value) {
|
||||||
|
this.objektSpezifikation = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der zeitraum-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link ZeitraumType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public ZeitraumType getZeitraum() {
|
||||||
|
return zeitraum;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der zeitraum-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link ZeitraumType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setZeitraum(ZeitraumType value) {
|
||||||
|
this.zeitraum = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der dokumentType-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Integer }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public Integer getDokumentType() {
|
||||||
|
return dokumentType;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der dokumentType-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link Integer }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setDokumentType(Integer value) {
|
||||||
|
this.dokumentType = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der maxResults-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Integer }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public Integer getMaxResults() {
|
||||||
|
return maxResults;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der maxResults-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link Integer }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setMaxResults(Integer value) {
|
||||||
|
this.maxResults = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der offset-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Integer }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public Integer getOffset() {
|
||||||
|
return offset;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der offset-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link Integer }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setOffset(Integer value) {
|
||||||
|
this.offset = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der orderBy-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getOrderBy() {
|
||||||
|
return orderBy;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der orderBy-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setOrderBy(String value) {
|
||||||
|
this.orderBy = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,100 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||||
|
|
||||||
|
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.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ResponseTyp mit Informationen zu den Dokumenten eines fachlichen Objekts.
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für GetDocumentInfosResponse_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="GetDocumentInfosResponse_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
|
* <choice>
|
||||||
|
* <element name="Result" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}DocumentInfosResponseResult_Type"/>
|
||||||
|
* <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded"/>
|
||||||
|
* </choice>
|
||||||
|
* </restriction>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "GetDocumentInfosResponse_Type", propOrder = {
|
||||||
|
"result",
|
||||||
|
"serviceFault"
|
||||||
|
})
|
||||||
|
public class GetDocumentInfosResponseType {
|
||||||
|
|
||||||
|
@XmlElement(name = "Result")
|
||||||
|
protected DocumentInfosResponseResultType result;
|
||||||
|
@XmlElement(name = "ServiceFault")
|
||||||
|
protected List<ServiceFault> serviceFault;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der result-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link DocumentInfosResponseResultType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public DocumentInfosResponseResultType getResult() {
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der result-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link DocumentInfosResponseResultType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setResult(DocumentInfosResponseResultType value) {
|
||||||
|
this.result = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the serviceFault property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* This accessor method returns a reference to the live list,
|
||||||
|
* not a snapshot. Therefore any modification you make to the
|
||||||
|
* returned list will be present inside the JAXB object.
|
||||||
|
* This is why there is not a <CODE>set</CODE> method for the serviceFault property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getServiceFault().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link ServiceFault }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public List<ServiceFault> getServiceFault() {
|
||||||
|
if (serviceFault == null) {
|
||||||
|
serviceFault = new ArrayList<ServiceFault>();
|
||||||
|
}
|
||||||
|
return this.serviceFault;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,179 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.AuthorizationFilter;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektSpezifikationType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.ZeitraumType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Dieser Typ enthält die Elemente fuer die Anfrage nach Dokumenten
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für GetNumberOfDocumentsRequest_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="GetNumberOfDocumentsRequest_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="VUNr" type="{urn:omds20}VUNr"/>
|
||||||
|
* <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
|
||||||
|
* <element name="ObjektSpezifikation" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektSpezifikation_Type" minOccurs="0"/>
|
||||||
|
* <element name="Zeitraum" type="{urn:omds3CommonServiceTypes-1-1-0}Zeitraum_Type" minOccurs="0"/>
|
||||||
|
* <element name="DokumentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType" minOccurs="0"/>
|
||||||
|
* </sequence>
|
||||||
|
* </restriction>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "GetNumberOfDocumentsRequest_Type", propOrder = {
|
||||||
|
"vuNr",
|
||||||
|
"authFilter",
|
||||||
|
"objektSpezifikation",
|
||||||
|
"zeitraum",
|
||||||
|
"dokumentType"
|
||||||
|
})
|
||||||
|
public class GetNumberOfDocumentsRequestType {
|
||||||
|
|
||||||
|
@XmlElement(name = "VUNr", required = true)
|
||||||
|
protected String vuNr;
|
||||||
|
@XmlElement(name = "AuthFilter")
|
||||||
|
protected AuthorizationFilter authFilter;
|
||||||
|
@XmlElement(name = "ObjektSpezifikation")
|
||||||
|
protected ObjektSpezifikationType objektSpezifikation;
|
||||||
|
@XmlElement(name = "Zeitraum")
|
||||||
|
protected ZeitraumType zeitraum;
|
||||||
|
@XmlElement(name = "DokumentType")
|
||||||
|
protected Integer dokumentType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der vuNr-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getVUNr() {
|
||||||
|
return vuNr;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der vuNr-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setVUNr(String value) {
|
||||||
|
this.vuNr = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der authFilter-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link AuthorizationFilter }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public AuthorizationFilter getAuthFilter() {
|
||||||
|
return authFilter;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der authFilter-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link AuthorizationFilter }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setAuthFilter(AuthorizationFilter value) {
|
||||||
|
this.authFilter = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der objektSpezifikation-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link ObjektSpezifikationType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public ObjektSpezifikationType getObjektSpezifikation() {
|
||||||
|
return objektSpezifikation;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der objektSpezifikation-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link ObjektSpezifikationType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setObjektSpezifikation(ObjektSpezifikationType value) {
|
||||||
|
this.objektSpezifikation = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der zeitraum-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link ZeitraumType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public ZeitraumType getZeitraum() {
|
||||||
|
return zeitraum;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der zeitraum-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link ZeitraumType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setZeitraum(ZeitraumType value) {
|
||||||
|
this.zeitraum = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der dokumentType-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Integer }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public Integer getDokumentType() {
|
||||||
|
return dokumentType;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der dokumentType-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link Integer }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setDokumentType(Integer value) {
|
||||||
|
this.dokumentType = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,96 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||||
|
|
||||||
|
import java.math.BigInteger;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Typ für den Response einer Anzahl von Dokumenten zu einem fachlichen Objekt
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für GetNumberOfDocumentsResponse_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="GetNumberOfDocumentsResponse_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
|
* <choice>
|
||||||
|
* <element name="AnzDokumente" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
|
||||||
|
* <element name="ServiceFault" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault"/>
|
||||||
|
* </choice>
|
||||||
|
* </restriction>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "GetNumberOfDocumentsResponse_Type", propOrder = {
|
||||||
|
"anzDokumente",
|
||||||
|
"serviceFault"
|
||||||
|
})
|
||||||
|
public class GetNumberOfDocumentsResponseType {
|
||||||
|
|
||||||
|
@XmlElement(name = "AnzDokumente")
|
||||||
|
@XmlSchemaType(name = "nonNegativeInteger")
|
||||||
|
protected BigInteger anzDokumente;
|
||||||
|
@XmlElement(name = "ServiceFault")
|
||||||
|
protected ServiceFault serviceFault;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der anzDokumente-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link BigInteger }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public BigInteger getAnzDokumente() {
|
||||||
|
return anzDokumente;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der anzDokumente-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link BigInteger }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setAnzDokumente(BigInteger value) {
|
||||||
|
this.anzDokumente = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der serviceFault-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link ServiceFault }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public ServiceFault getServiceFault() {
|
||||||
|
return serviceFault;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der serviceFault-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link ServiceFault }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setServiceFault(ServiceFault value) {
|
||||||
|
this.serviceFault = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -24,6 +24,17 @@ import javax.xml.namespace.QName;
|
|||||||
@XmlRegistry
|
@XmlRegistry
|
||||||
public class ObjectFactory {
|
public class ObjectFactory {
|
||||||
|
|
||||||
|
private final static QName _AddDocToBusinessCaseRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "AddDocToBusinessCaseRequest");
|
||||||
|
private final static QName _AddDocToBusinessCaseResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "AddDocToBusinessCaseResponse");
|
||||||
|
private final static QName _GetNumberOfDocumentsRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetNumberOfDocumentsRequest");
|
||||||
|
private final static QName _GetNumberOfDocumentsResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetNumberOfDocumentsResponse");
|
||||||
|
private final static QName _GetDocumentInfosRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentInfosRequest");
|
||||||
|
private final static QName _GetDocumentInfosResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetDocumentInfosResponse");
|
||||||
|
private final static QName _DeclareEndpointRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareEndpointRequest");
|
||||||
|
private final static QName _ArtAuthentifizierung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "ArtAuthentifizierung");
|
||||||
|
private final static QName _DeclareEndpointResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareEndpointResponse");
|
||||||
|
private final static QName _SecurityContextTokenRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "SecurityContextTokenRequest");
|
||||||
|
private final static QName _SecurityContextTokenResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "SecurityContextTokenResponse");
|
||||||
private final static QName _GetStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesRequest");
|
private final static QName _GetStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesRequest");
|
||||||
private final static QName _GetStateChangesResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesResponse");
|
private final static QName _GetStateChangesResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesResponse");
|
||||||
private final static QName _DeclareStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareStateChangesRequest");
|
private final static QName _DeclareStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareStateChangesRequest");
|
||||||
@@ -36,6 +47,86 @@ public class ObjectFactory {
|
|||||||
public ObjectFactory() {
|
public ObjectFactory() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link AddDocToBusinessCaseRequestType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public AddDocToBusinessCaseRequestType createAddDocToBusinessCaseRequestType() {
|
||||||
|
return new AddDocToBusinessCaseRequestType();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link AddDocToBusinessCaseResponseType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public AddDocToBusinessCaseResponseType createAddDocToBusinessCaseResponseType() {
|
||||||
|
return new AddDocToBusinessCaseResponseType();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link GetNumberOfDocumentsRequestType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public GetNumberOfDocumentsRequestType createGetNumberOfDocumentsRequestType() {
|
||||||
|
return new GetNumberOfDocumentsRequestType();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link GetNumberOfDocumentsResponseType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public GetNumberOfDocumentsResponseType createGetNumberOfDocumentsResponseType() {
|
||||||
|
return new GetNumberOfDocumentsResponseType();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link GetDocumentInfosRequestType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public GetDocumentInfosRequestType createGetDocumentInfosRequestType() {
|
||||||
|
return new GetDocumentInfosRequestType();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link GetDocumentInfosResponseType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public GetDocumentInfosResponseType createGetDocumentInfosResponseType() {
|
||||||
|
return new GetDocumentInfosResponseType();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link DeclareEndpointRequestType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public DeclareEndpointRequestType createDeclareEndpointRequestType() {
|
||||||
|
return new DeclareEndpointRequestType();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link DeclareEndpointResponseType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public DeclareEndpointResponseType createDeclareEndpointResponseType() {
|
||||||
|
return new DeclareEndpointResponseType();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link SecurityContextTokenRequestType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public SecurityContextTokenRequestType createSecurityContextTokenRequestType() {
|
||||||
|
return new SecurityContextTokenRequestType();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link SecurityContextTokenResponseType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public SecurityContextTokenResponseType createSecurityContextTokenResponseType() {
|
||||||
|
return new SecurityContextTokenResponseType();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link GetStateChangesRequestType }
|
* Create an instance of {@link GetStateChangesRequestType }
|
||||||
*
|
*
|
||||||
@@ -68,6 +159,22 @@ public class ObjectFactory {
|
|||||||
return new DeclareStateChangesResponseType();
|
return new DeclareStateChangesResponseType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link DocumentInfosResponseResultType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public DocumentInfosResponseResultType createDocumentInfosResponseResultType() {
|
||||||
|
return new DocumentInfosResponseResultType();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link UsernamePasswordCredentialsType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public UsernamePasswordCredentialsType createUsernamePasswordCredentialsType() {
|
||||||
|
return new UsernamePasswordCredentialsType();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link StateChangeEventType }
|
* Create an instance of {@link StateChangeEventType }
|
||||||
*
|
*
|
||||||
@@ -84,6 +191,105 @@ public class ObjectFactory {
|
|||||||
return new StatusAntragsGeschaeftsfall();
|
return new StatusAntragsGeschaeftsfall();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link JAXBElement }{@code <}{@link AddDocToBusinessCaseRequestType }{@code >}}
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "AddDocToBusinessCaseRequest")
|
||||||
|
public JAXBElement<AddDocToBusinessCaseRequestType> createAddDocToBusinessCaseRequest(AddDocToBusinessCaseRequestType value) {
|
||||||
|
return new JAXBElement<AddDocToBusinessCaseRequestType>(_AddDocToBusinessCaseRequest_QNAME, AddDocToBusinessCaseRequestType.class, null, value);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link JAXBElement }{@code <}{@link AddDocToBusinessCaseResponseType }{@code >}}
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "AddDocToBusinessCaseResponse")
|
||||||
|
public JAXBElement<AddDocToBusinessCaseResponseType> createAddDocToBusinessCaseResponse(AddDocToBusinessCaseResponseType value) {
|
||||||
|
return new JAXBElement<AddDocToBusinessCaseResponseType>(_AddDocToBusinessCaseResponse_QNAME, AddDocToBusinessCaseResponseType.class, null, value);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link JAXBElement }{@code <}{@link GetNumberOfDocumentsRequestType }{@code >}}
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetNumberOfDocumentsRequest")
|
||||||
|
public JAXBElement<GetNumberOfDocumentsRequestType> createGetNumberOfDocumentsRequest(GetNumberOfDocumentsRequestType value) {
|
||||||
|
return new JAXBElement<GetNumberOfDocumentsRequestType>(_GetNumberOfDocumentsRequest_QNAME, GetNumberOfDocumentsRequestType.class, null, value);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link JAXBElement }{@code <}{@link GetNumberOfDocumentsResponseType }{@code >}}
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetNumberOfDocumentsResponse")
|
||||||
|
public JAXBElement<GetNumberOfDocumentsResponseType> createGetNumberOfDocumentsResponse(GetNumberOfDocumentsResponseType value) {
|
||||||
|
return new JAXBElement<GetNumberOfDocumentsResponseType>(_GetNumberOfDocumentsResponse_QNAME, GetNumberOfDocumentsResponseType.class, null, value);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link JAXBElement }{@code <}{@link GetDocumentInfosRequestType }{@code >}}
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetDocumentInfosRequest")
|
||||||
|
public JAXBElement<GetDocumentInfosRequestType> createGetDocumentInfosRequest(GetDocumentInfosRequestType value) {
|
||||||
|
return new JAXBElement<GetDocumentInfosRequestType>(_GetDocumentInfosRequest_QNAME, GetDocumentInfosRequestType.class, null, value);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link JAXBElement }{@code <}{@link GetDocumentInfosResponseType }{@code >}}
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetDocumentInfosResponse")
|
||||||
|
public JAXBElement<GetDocumentInfosResponseType> createGetDocumentInfosResponse(GetDocumentInfosResponseType value) {
|
||||||
|
return new JAXBElement<GetDocumentInfosResponseType>(_GetDocumentInfosResponse_QNAME, GetDocumentInfosResponseType.class, null, value);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link JAXBElement }{@code <}{@link DeclareEndpointRequestType }{@code >}}
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareEndpointRequest")
|
||||||
|
public JAXBElement<DeclareEndpointRequestType> createDeclareEndpointRequest(DeclareEndpointRequestType value) {
|
||||||
|
return new JAXBElement<DeclareEndpointRequestType>(_DeclareEndpointRequest_QNAME, DeclareEndpointRequestType.class, null, value);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "ArtAuthentifizierung")
|
||||||
|
public JAXBElement<String> createArtAuthentifizierung(String value) {
|
||||||
|
return new JAXBElement<String>(_ArtAuthentifizierung_QNAME, String.class, null, value);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link JAXBElement }{@code <}{@link DeclareEndpointResponseType }{@code >}}
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareEndpointResponse")
|
||||||
|
public JAXBElement<DeclareEndpointResponseType> createDeclareEndpointResponse(DeclareEndpointResponseType value) {
|
||||||
|
return new JAXBElement<DeclareEndpointResponseType>(_DeclareEndpointResponse_QNAME, DeclareEndpointResponseType.class, null, value);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link JAXBElement }{@code <}{@link SecurityContextTokenRequestType }{@code >}}
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "SecurityContextTokenRequest")
|
||||||
|
public JAXBElement<SecurityContextTokenRequestType> createSecurityContextTokenRequest(SecurityContextTokenRequestType value) {
|
||||||
|
return new JAXBElement<SecurityContextTokenRequestType>(_SecurityContextTokenRequest_QNAME, SecurityContextTokenRequestType.class, null, value);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link JAXBElement }{@code <}{@link SecurityContextTokenResponseType }{@code >}}
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "SecurityContextTokenResponse")
|
||||||
|
public JAXBElement<SecurityContextTokenResponseType> createSecurityContextTokenResponse(SecurityContextTokenResponseType value) {
|
||||||
|
return new JAXBElement<SecurityContextTokenResponseType>(_SecurityContextTokenResponse_QNAME, SecurityContextTokenResponseType.class, null, value);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetStateChangesRequestType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link GetStateChangesRequestType }{@code >}}
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Credentials" type="{urn:omds3ServiceTypes-1-1-0}Credentials_Type"/>
|
* <element name="Credentials" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}Credentials_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.servicetypes;
|
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -31,9 +31,9 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
@XmlType(name = "UsernamePasswordCredentials_Type")
|
@XmlType(name = "UsernamePasswordCredentials_Type")
|
||||||
public class UsernamePasswordCredentialsType {
|
public class UsernamePasswordCredentialsType {
|
||||||
|
|
||||||
@XmlAttribute(name = "Username", namespace = "urn:omds3ServiceTypes-1-1-0", required = true)
|
@XmlAttribute(name = "Username", namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", required = true)
|
||||||
protected String username;
|
protected String username;
|
||||||
@XmlAttribute(name = "Password", namespace = "urn:omds3ServiceTypes-1-1-0", required = true)
|
@XmlAttribute(name = "Password", namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", required = true)
|
||||||
protected String password;
|
protected String password;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -10,6 +10,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonProcessRequestType;
|
|||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.CalculateKfzRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.CalculateKfzRequestType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CalculateRechtsschutzRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CalculateRechtsschutzRequestType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CalculateUnfallRequestType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -39,8 +40,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CalculateSachPri
|
|||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CalculateKfzRequestType.class,
|
CalculateKfzRequestType.class,
|
||||||
|
CalculateRechtsschutzRequestType.class,
|
||||||
CalculateSachPrivatRequestType.class,
|
CalculateSachPrivatRequestType.class,
|
||||||
CalculateRechtsschutzRequestType.class
|
CalculateUnfallRequestType.class
|
||||||
})
|
})
|
||||||
public abstract class CalculateRequestType
|
public abstract class CalculateRequestType
|
||||||
extends CommonProcessRequestType
|
extends CommonProcessRequestType
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonProcessResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonProcessResponseType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.CalculateKfzResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.CalculateKfzResponseType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CalculateRechtsschutzResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CalculateRechtsschutzResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CalculateUnfallResponseType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -32,7 +33,8 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CalculateRechtsschutzRes
|
|||||||
@XmlType(name = "CalculateResponse_Type")
|
@XmlType(name = "CalculateResponse_Type")
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CalculateKfzResponseType.class,
|
CalculateKfzResponseType.class,
|
||||||
CalculateRechtsschutzResponseType.class
|
CalculateRechtsschutzResponseType.class,
|
||||||
|
CalculateUnfallResponseType.class
|
||||||
})
|
})
|
||||||
public abstract class CalculateResponseType
|
public abstract class CalculateResponseType
|
||||||
extends CommonProcessResponseType
|
extends CommonProcessResponseType
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.DateianhangType;
|
|||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.CreateApplicationKfzRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.CreateApplicationKfzRequestType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateApplicationUnfallRequestType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -42,8 +43,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateApplicatio
|
|||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CreateApplicationKfzRequestType.class,
|
CreateApplicationKfzRequestType.class,
|
||||||
|
CreateApplicationRechtsschutzRequestType.class,
|
||||||
CreateApplicationSachPrivatRequestType.class,
|
CreateApplicationSachPrivatRequestType.class,
|
||||||
CreateApplicationRechtsschutzRequestType.class
|
CreateApplicationUnfallRequestType.class
|
||||||
})
|
})
|
||||||
public abstract class CreateApplicationRequestType
|
public abstract class CreateApplicationRequestType
|
||||||
extends CommonProcessRequestType
|
extends CommonProcessRequestType
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentInfoType;
|
|||||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.CreateApplicationKfzResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.CreateApplicationKfzResponseType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateApplicationUnfallResponseType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -46,7 +47,8 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateApplicationRechtss
|
|||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CreateApplicationKfzResponseType.class,
|
CreateApplicationKfzResponseType.class,
|
||||||
CreateApplicationRechtsschutzResponseType.class
|
CreateApplicationRechtsschutzResponseType.class,
|
||||||
|
CreateApplicationUnfallResponseType.class
|
||||||
})
|
})
|
||||||
public abstract class CreateApplicationResponseType
|
public abstract class CreateApplicationResponseType
|
||||||
extends CommonProcessResponseType
|
extends CommonProcessResponseType
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonProcessRequestType;
|
|||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.CreateOfferKfzRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.CreateOfferKfzRequestType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateOfferRechtsschutzRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateOfferRechtsschutzRequestType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateOfferUnfallRequestType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -33,8 +34,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateOfferSachP
|
|||||||
@XmlType(name = "CreateOfferRequest_Type")
|
@XmlType(name = "CreateOfferRequest_Type")
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CreateOfferKfzRequestType.class,
|
CreateOfferKfzRequestType.class,
|
||||||
|
CreateOfferRechtsschutzRequestType.class,
|
||||||
CreateOfferSachPrivatRequestType.class,
|
CreateOfferSachPrivatRequestType.class,
|
||||||
CreateOfferRechtsschutzRequestType.class
|
CreateOfferUnfallRequestType.class
|
||||||
})
|
})
|
||||||
public abstract class CreateOfferRequestType
|
public abstract class CreateOfferRequestType
|
||||||
extends CommonProcessRequestType
|
extends CommonProcessRequestType
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonProcessResponseType;
|
|||||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentInfoType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentInfoType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.CreateOfferKfzResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.CreateOfferKfzResponseType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateOfferRechtsschutzResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateOfferRechtsschutzResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateOfferUnfallResponseType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -41,7 +42,8 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateOfferRechtsschutzR
|
|||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CreateOfferKfzResponseType.class,
|
CreateOfferKfzResponseType.class,
|
||||||
CreateOfferRechtsschutzResponseType.class
|
CreateOfferRechtsschutzResponseType.class,
|
||||||
|
CreateOfferUnfallResponseType.class
|
||||||
})
|
})
|
||||||
public abstract class CreateOfferResponseType
|
public abstract class CreateOfferResponseType
|
||||||
extends CommonProcessResponseType
|
extends CommonProcessResponseType
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ZahlungsdatenType;
|
|||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SpezAntragKfzType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SpezAntragKfzType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SpezAntragRechtsschutzType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SpezAntragRechtsschutzType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.AntragSachPrivatType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.AntragSachPrivatType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezAntragUnfallType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.BeteiligtePersonVertragType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.BeteiligtePersonVertragType;
|
||||||
|
|
||||||
|
|
||||||
@@ -73,8 +74,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.BeteiligtePersonVertragT
|
|||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
SpezAntragKfzType.class,
|
SpezAntragKfzType.class,
|
||||||
|
SpezAntragRechtsschutzType.class,
|
||||||
AntragSachPrivatType.class,
|
AntragSachPrivatType.class,
|
||||||
SpezAntragRechtsschutzType.class
|
SpezAntragUnfallType.class
|
||||||
})
|
})
|
||||||
public abstract class SpezAntragType {
|
public abstract class SpezAntragType {
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SpezBerechnungKfzType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SpezBerechnungKfzType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SpezBerechnungRechtsschutzType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SpezBerechnungRechtsschutzType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.BerechnungSachPrivatType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.BerechnungSachPrivatType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezBerechnungUnfallType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -32,8 +33,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.BerechnungSachPr
|
|||||||
@XmlType(name = "SpezBerechnung_Type")
|
@XmlType(name = "SpezBerechnung_Type")
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
SpezBerechnungKfzType.class,
|
SpezBerechnungKfzType.class,
|
||||||
|
SpezBerechnungRechtsschutzType.class,
|
||||||
BerechnungSachPrivatType.class,
|
BerechnungSachPrivatType.class,
|
||||||
SpezBerechnungRechtsschutzType.class
|
SpezBerechnungUnfallType.class
|
||||||
})
|
})
|
||||||
public abstract class SpezBerechnungType {
|
public abstract class SpezBerechnungType {
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
|
|||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SpezOffertKfzType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SpezOffertKfzType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SpezOffertRechtsschutzType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SpezOffertRechtsschutzType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.OffertSachPrivatType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.OffertSachPrivatType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezOffertUnfallType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.BeteiligtePersonVertragType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.BeteiligtePersonVertragType;
|
||||||
|
|
||||||
|
|
||||||
@@ -47,8 +48,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.BeteiligtePersonVertragT
|
|||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
SpezOffertKfzType.class,
|
SpezOffertKfzType.class,
|
||||||
|
SpezOffertRechtsschutzType.class,
|
||||||
OffertSachPrivatType.class,
|
OffertSachPrivatType.class,
|
||||||
SpezOffertRechtsschutzType.class
|
SpezOffertUnfallType.class
|
||||||
})
|
})
|
||||||
public abstract class SpezOffertType {
|
public abstract class SpezOffertType {
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
|
|||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SubmitApplicationKfzRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SubmitApplicationKfzRequestType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzRequestType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SubmitApplicationUnfallRequestType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -40,8 +41,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.SubmitApplicatio
|
|||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
SubmitApplicationKfzRequestType.class,
|
SubmitApplicationKfzRequestType.class,
|
||||||
|
SubmitApplicationRechtsschutzRequestType.class,
|
||||||
SubmitApplicationSachPrivatRequestType.class,
|
SubmitApplicationSachPrivatRequestType.class,
|
||||||
SubmitApplicationRechtsschutzRequestType.class
|
SubmitApplicationUnfallRequestType.class
|
||||||
})
|
})
|
||||||
public abstract class SubmitApplicationRequestType
|
public abstract class SubmitApplicationRequestType
|
||||||
extends CommonProcessRequestType
|
extends CommonProcessRequestType
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
|
|||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SubmitApplicationKfzResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SubmitApplicationKfzResponseType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzResponseType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SubmitApplicationUnfallResponseType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -47,8 +48,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.SubmitApplicatio
|
|||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
SubmitApplicationKfzResponseType.class,
|
SubmitApplicationKfzResponseType.class,
|
||||||
|
SubmitApplicationRechtsschutzResponseType.class,
|
||||||
SubmitApplicationSachPrivatResponseType.class,
|
SubmitApplicationSachPrivatResponseType.class,
|
||||||
SubmitApplicationRechtsschutzResponseType.class
|
SubmitApplicationUnfallResponseType.class
|
||||||
})
|
})
|
||||||
public abstract class SubmitApplicationResponseType
|
public abstract class SubmitApplicationResponseType
|
||||||
extends CommonProcessResponseType
|
extends CommonProcessResponseType
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateRequestType
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequest_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequest_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Berechnungsanfrage" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}SpezBerechnungRechtsschutz_Type"/>
|
* <element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezBerechnungRechtsschutz_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateResponseTyp
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponse_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponse_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Berechnungsantwort" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}SpezBerechnungRechtsschutz_Type"/>
|
* <element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezBerechnungRechtsschutz_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationReq
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequest_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequest_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Antragsanfrage" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}SpezAntragRechtsschutz_Type"/>
|
* <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezAntragRechtsschutz_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationRes
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponse_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponse_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Antragsantwort" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}SpezAntragRechtsschutz_Type"/>
|
* <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezAntragRechtsschutz_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferRequestTy
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequest_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequest_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Offertanfrage" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}SpezOffertRechtsschutz_Type"/>
|
* <element name="Offertanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezOffertRechtsschutz_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferResponseT
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponse_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponse_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Offertantwort" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}SpezOffertRechtsschutz_Type"/>
|
* <element name="Offertantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezOffertRechtsschutz_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.SelbstbehaltType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="ElementarproduktRechtsschutzStdImpl_Type">
|
* <complexType name="ElementarproduktRechtsschutzStdImpl_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}ElementarproduktRechtsschutz_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ElementarproduktRechtsschutz_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Versicherungssumme" minOccurs="0">
|
* <element name="Versicherungssumme" minOccurs="0">
|
||||||
* <complexType>
|
* <complexType>
|
||||||
@@ -34,7 +34,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.SelbstbehaltType;
|
|||||||
* </complexType>
|
* </complexType>
|
||||||
* </element>
|
* </element>
|
||||||
* <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
|
* <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
|
||||||
* <element name="OertlicherGeltungsbereich" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}OertlicherGeltungsbereichCd_Type" minOccurs="0"/>
|
* <element name="OertlicherGeltungsbereich" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}OertlicherGeltungsbereichCd_Type" minOccurs="0"/>
|
||||||
* <element name="WartezeitInMonaten" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
|
* <element name="WartezeitInMonaten" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
|
||||||
* <element name="Wartezeitverzicht" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
* <element name="Wartezeitverzicht" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||||
* <element name="Streitwertobergrenze" type="{urn:omds20}decimal" minOccurs="0"/>
|
* <element name="Streitwertobergrenze" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||||
@@ -297,9 +297,9 @@ public class ElementarproduktRechtsschutzStdImplType
|
|||||||
@XmlType(name = "")
|
@XmlType(name = "")
|
||||||
public static class Versicherungssumme {
|
public static class Versicherungssumme {
|
||||||
|
|
||||||
@XmlAttribute(name = "Unlimitiert", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", required = true)
|
@XmlAttribute(name = "Unlimitiert", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", required = true)
|
||||||
protected boolean unlimitiert;
|
protected boolean unlimitiert;
|
||||||
@XmlAttribute(name = "Betrag", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs")
|
@XmlAttribute(name = "Betrag", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs")
|
||||||
protected BigDecimal betrag;
|
protected BigDecimal betrag;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="ElementarproduktVertragsrechtsschutz_Type">
|
* <complexType name="ElementarproduktVertragsrechtsschutz_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}ElementarproduktRechtsschutz_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ElementarproduktRechtsschutz_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
|
|||||||
@@ -24,17 +24,17 @@ import javax.xml.namespace.QName;
|
|||||||
@XmlRegistry
|
@XmlRegistry
|
||||||
public class ObjectFactory {
|
public class ObjectFactory {
|
||||||
|
|
||||||
private final static QName _VerkaufsproduktRechtsschutzStdImpl_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", "VerkaufsproduktRechtsschutzStdImpl");
|
private final static QName _VerkaufsproduktRechtsschutzStdImpl_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "VerkaufsproduktRechtsschutzStdImpl");
|
||||||
private final static QName _ProduktRechtsschutzStdImpl_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", "ProduktRechtsschutzStdImpl");
|
private final static QName _ProduktRechtsschutzStdImpl_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "ProduktRechtsschutzStdImpl");
|
||||||
private final static QName _ElementarproduktRechtsschutzStdImpl_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", "ElementarproduktRechtsschutzStdImpl");
|
private final static QName _ElementarproduktRechtsschutzStdImpl_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "ElementarproduktRechtsschutzStdImpl");
|
||||||
private final static QName _CalculateRechtsschutzRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", "CalculateRechtsschutzRequest");
|
private final static QName _CalculateRechtsschutzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CalculateRechtsschutzRequest");
|
||||||
private final static QName _CalculateRechtsschutzResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", "CalculateRechtsschutzResponse");
|
private final static QName _CalculateRechtsschutzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CalculateRechtsschutzResponse");
|
||||||
private final static QName _CreateOfferRechtsschutzRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", "CreateOfferRechtsschutzRequest");
|
private final static QName _CreateOfferRechtsschutzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CreateOfferRechtsschutzRequest");
|
||||||
private final static QName _CreateOfferRechtsschutzResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", "CreateOfferRechtsschutzResponse");
|
private final static QName _CreateOfferRechtsschutzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CreateOfferRechtsschutzResponse");
|
||||||
private final static QName _CreateApplicationRechtsschutzRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", "CreateApplicationRechtsschutzRequest");
|
private final static QName _CreateApplicationRechtsschutzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CreateApplicationRechtsschutzRequest");
|
||||||
private final static QName _CreateApplicationRechtsschutzResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", "CreateApplicationRechtsschutzResponse");
|
private final static QName _CreateApplicationRechtsschutzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CreateApplicationRechtsschutzResponse");
|
||||||
private final static QName _SubmitApplicationRechtsschutzRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", "SubmitApplicationRechtsschutzRequest");
|
private final static QName _SubmitApplicationRechtsschutzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "SubmitApplicationRechtsschutzRequest");
|
||||||
private final static QName _SubmitApplicationRechtsschutzResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", "SubmitApplicationRechtsschutzResponse");
|
private final static QName _SubmitApplicationRechtsschutzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "SubmitApplicationRechtsschutzResponse");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs
|
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs
|
||||||
@@ -183,7 +183,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link VerkaufsproduktRechtsschutzStdImplType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link VerkaufsproduktRechtsschutzStdImplType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", name = "VerkaufsproduktRechtsschutzStdImpl")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "VerkaufsproduktRechtsschutzStdImpl")
|
||||||
public JAXBElement<VerkaufsproduktRechtsschutzStdImplType> createVerkaufsproduktRechtsschutzStdImpl(VerkaufsproduktRechtsschutzStdImplType value) {
|
public JAXBElement<VerkaufsproduktRechtsschutzStdImplType> createVerkaufsproduktRechtsschutzStdImpl(VerkaufsproduktRechtsschutzStdImplType value) {
|
||||||
return new JAXBElement<VerkaufsproduktRechtsschutzStdImplType>(_VerkaufsproduktRechtsschutzStdImpl_QNAME, VerkaufsproduktRechtsschutzStdImplType.class, null, value);
|
return new JAXBElement<VerkaufsproduktRechtsschutzStdImplType>(_VerkaufsproduktRechtsschutzStdImpl_QNAME, VerkaufsproduktRechtsschutzStdImplType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -192,7 +192,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link ProduktRechtsschutzStdImplType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link ProduktRechtsschutzStdImplType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", name = "ProduktRechtsschutzStdImpl")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "ProduktRechtsschutzStdImpl")
|
||||||
public JAXBElement<ProduktRechtsschutzStdImplType> createProduktRechtsschutzStdImpl(ProduktRechtsschutzStdImplType value) {
|
public JAXBElement<ProduktRechtsschutzStdImplType> createProduktRechtsschutzStdImpl(ProduktRechtsschutzStdImplType value) {
|
||||||
return new JAXBElement<ProduktRechtsschutzStdImplType>(_ProduktRechtsschutzStdImpl_QNAME, ProduktRechtsschutzStdImplType.class, null, value);
|
return new JAXBElement<ProduktRechtsschutzStdImplType>(_ProduktRechtsschutzStdImpl_QNAME, ProduktRechtsschutzStdImplType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -201,7 +201,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link ElementarproduktRechtsschutzType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link ElementarproduktRechtsschutzType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", name = "ElementarproduktRechtsschutzStdImpl")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "ElementarproduktRechtsschutzStdImpl")
|
||||||
public JAXBElement<ElementarproduktRechtsschutzType> createElementarproduktRechtsschutzStdImpl(ElementarproduktRechtsschutzType value) {
|
public JAXBElement<ElementarproduktRechtsschutzType> createElementarproduktRechtsschutzStdImpl(ElementarproduktRechtsschutzType value) {
|
||||||
return new JAXBElement<ElementarproduktRechtsschutzType>(_ElementarproduktRechtsschutzStdImpl_QNAME, ElementarproduktRechtsschutzType.class, null, value);
|
return new JAXBElement<ElementarproduktRechtsschutzType>(_ElementarproduktRechtsschutzStdImpl_QNAME, ElementarproduktRechtsschutzType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -210,7 +210,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateRechtsschutzRequestType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateRechtsschutzRequestType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", name = "CalculateRechtsschutzRequest")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "CalculateRechtsschutzRequest")
|
||||||
public JAXBElement<CalculateRechtsschutzRequestType> createCalculateRechtsschutzRequest(CalculateRechtsschutzRequestType value) {
|
public JAXBElement<CalculateRechtsschutzRequestType> createCalculateRechtsschutzRequest(CalculateRechtsschutzRequestType value) {
|
||||||
return new JAXBElement<CalculateRechtsschutzRequestType>(_CalculateRechtsschutzRequest_QNAME, CalculateRechtsschutzRequestType.class, null, value);
|
return new JAXBElement<CalculateRechtsschutzRequestType>(_CalculateRechtsschutzRequest_QNAME, CalculateRechtsschutzRequestType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -219,7 +219,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateRechtsschutzResponseType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateRechtsschutzResponseType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", name = "CalculateRechtsschutzResponse")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "CalculateRechtsschutzResponse")
|
||||||
public JAXBElement<CalculateRechtsschutzResponseType> createCalculateRechtsschutzResponse(CalculateRechtsschutzResponseType value) {
|
public JAXBElement<CalculateRechtsschutzResponseType> createCalculateRechtsschutzResponse(CalculateRechtsschutzResponseType value) {
|
||||||
return new JAXBElement<CalculateRechtsschutzResponseType>(_CalculateRechtsschutzResponse_QNAME, CalculateRechtsschutzResponseType.class, null, value);
|
return new JAXBElement<CalculateRechtsschutzResponseType>(_CalculateRechtsschutzResponse_QNAME, CalculateRechtsschutzResponseType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -228,7 +228,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferRechtsschutzRequestType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferRechtsschutzRequestType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", name = "CreateOfferRechtsschutzRequest")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "CreateOfferRechtsschutzRequest")
|
||||||
public JAXBElement<CreateOfferRechtsschutzRequestType> createCreateOfferRechtsschutzRequest(CreateOfferRechtsschutzRequestType value) {
|
public JAXBElement<CreateOfferRechtsschutzRequestType> createCreateOfferRechtsschutzRequest(CreateOfferRechtsschutzRequestType value) {
|
||||||
return new JAXBElement<CreateOfferRechtsschutzRequestType>(_CreateOfferRechtsschutzRequest_QNAME, CreateOfferRechtsschutzRequestType.class, null, value);
|
return new JAXBElement<CreateOfferRechtsschutzRequestType>(_CreateOfferRechtsschutzRequest_QNAME, CreateOfferRechtsschutzRequestType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -237,7 +237,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferRechtsschutzResponseType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferRechtsschutzResponseType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", name = "CreateOfferRechtsschutzResponse")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "CreateOfferRechtsschutzResponse")
|
||||||
public JAXBElement<CreateOfferRechtsschutzResponseType> createCreateOfferRechtsschutzResponse(CreateOfferRechtsschutzResponseType value) {
|
public JAXBElement<CreateOfferRechtsschutzResponseType> createCreateOfferRechtsschutzResponse(CreateOfferRechtsschutzResponseType value) {
|
||||||
return new JAXBElement<CreateOfferRechtsschutzResponseType>(_CreateOfferRechtsschutzResponse_QNAME, CreateOfferRechtsschutzResponseType.class, null, value);
|
return new JAXBElement<CreateOfferRechtsschutzResponseType>(_CreateOfferRechtsschutzResponse_QNAME, CreateOfferRechtsschutzResponseType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -246,7 +246,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationRechtsschutzRequestType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationRechtsschutzRequestType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", name = "CreateApplicationRechtsschutzRequest")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "CreateApplicationRechtsschutzRequest")
|
||||||
public JAXBElement<CreateApplicationRechtsschutzRequestType> createCreateApplicationRechtsschutzRequest(CreateApplicationRechtsschutzRequestType value) {
|
public JAXBElement<CreateApplicationRechtsschutzRequestType> createCreateApplicationRechtsschutzRequest(CreateApplicationRechtsschutzRequestType value) {
|
||||||
return new JAXBElement<CreateApplicationRechtsschutzRequestType>(_CreateApplicationRechtsschutzRequest_QNAME, CreateApplicationRechtsschutzRequestType.class, null, value);
|
return new JAXBElement<CreateApplicationRechtsschutzRequestType>(_CreateApplicationRechtsschutzRequest_QNAME, CreateApplicationRechtsschutzRequestType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -255,7 +255,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationRechtsschutzResponseType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationRechtsschutzResponseType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", name = "CreateApplicationRechtsschutzResponse")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "CreateApplicationRechtsschutzResponse")
|
||||||
public JAXBElement<CreateApplicationRechtsschutzResponseType> createCreateApplicationRechtsschutzResponse(CreateApplicationRechtsschutzResponseType value) {
|
public JAXBElement<CreateApplicationRechtsschutzResponseType> createCreateApplicationRechtsschutzResponse(CreateApplicationRechtsschutzResponseType value) {
|
||||||
return new JAXBElement<CreateApplicationRechtsschutzResponseType>(_CreateApplicationRechtsschutzResponse_QNAME, CreateApplicationRechtsschutzResponseType.class, null, value);
|
return new JAXBElement<CreateApplicationRechtsschutzResponseType>(_CreateApplicationRechtsschutzResponse_QNAME, CreateApplicationRechtsschutzResponseType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -264,7 +264,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationRechtsschutzResponseType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationRechtsschutzResponseType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", name = "SubmitApplicationRechtsschutzRequest")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "SubmitApplicationRechtsschutzRequest")
|
||||||
public JAXBElement<SubmitApplicationRechtsschutzResponseType> createSubmitApplicationRechtsschutzRequest(SubmitApplicationRechtsschutzResponseType value) {
|
public JAXBElement<SubmitApplicationRechtsschutzResponseType> createSubmitApplicationRechtsschutzRequest(SubmitApplicationRechtsschutzResponseType value) {
|
||||||
return new JAXBElement<SubmitApplicationRechtsschutzResponseType>(_SubmitApplicationRechtsschutzRequest_QNAME, SubmitApplicationRechtsschutzResponseType.class, null, value);
|
return new JAXBElement<SubmitApplicationRechtsschutzResponseType>(_SubmitApplicationRechtsschutzRequest_QNAME, SubmitApplicationRechtsschutzResponseType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -273,7 +273,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationRechtsschutzResponseType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationRechtsschutzResponseType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", name = "SubmitApplicationRechtsschutzResponse")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "SubmitApplicationRechtsschutzResponse")
|
||||||
public JAXBElement<SubmitApplicationRechtsschutzResponseType> createSubmitApplicationRechtsschutzResponse(SubmitApplicationRechtsschutzResponseType value) {
|
public JAXBElement<SubmitApplicationRechtsschutzResponseType> createSubmitApplicationRechtsschutzResponse(SubmitApplicationRechtsschutzResponseType value) {
|
||||||
return new JAXBElement<SubmitApplicationRechtsschutzResponseType>(_SubmitApplicationRechtsschutzResponse_QNAME, SubmitApplicationRechtsschutzResponseType.class, null, value);
|
return new JAXBElement<SubmitApplicationRechtsschutzResponseType>(_SubmitApplicationRechtsschutzResponse_QNAME, SubmitApplicationRechtsschutzResponseType.class, null, value);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="ProduktRechtsschutzStdImpl_Type">
|
* <complexType name="ProduktRechtsschutzStdImpl_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}ProduktRechtsschutz_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ProduktRechtsschutz_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Elementarprodukt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}ElementarproduktRechtsschutz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="Elementarprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ElementarproduktRechtsschutz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezAntragType;
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Verkaufsprodukt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}VerkaufsproduktRechtsschutz_Type"/>
|
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}VerkaufsproduktRechtsschutz_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezBerechnungType;
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Verkaufsprodukt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}VerkaufsproduktRechtsschutz_Type"/>
|
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}VerkaufsproduktRechtsschutz_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezOffertType;
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Verkaufsprodukt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}VerkaufsproduktRechtsschutz_Type"/>
|
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}VerkaufsproduktRechtsschutz_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationRes
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponse_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponse_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Antragsantwort" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}SpezAntragRechtsschutz_Type"/>
|
* <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezAntragRechtsschutz_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,9 +20,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ProduktType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="VerkaufsproduktRechtsschutzStdImpl_Type">
|
* <complexType name="VerkaufsproduktRechtsschutzStdImpl_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}VerkaufsproduktRechtsschutz_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}VerkaufsproduktRechtsschutz_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Rechtsschutzversicherung" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}ProduktRechtsschutz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="Rechtsschutzversicherung" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ProduktRechtsschutz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* <element name="Zusatzversicherung" type="{urn:omds3CommonServiceTypes-1-1-0}Produkt_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="Zusatzversicherung" type="{urn:omds3CommonServiceTypes-1-1-0}Produkt_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
@javax.xml.bind.annotation.XmlSchema(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezAntragType;
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Verkaufsprodukt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}VerkaufsproduktSachPrivat_Type"/>
|
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}VerkaufsproduktSachPrivat_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezBerechnungType;
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Verkaufsprodukt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}VerkaufsproduktSachPrivat_Type"/>
|
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}VerkaufsproduktSachPrivat_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateRequestType
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequest_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequest_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Berechnungsanfrage" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}BerechnungSachPrivat_Type"/>
|
* <element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}BerechnungSachPrivat_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonResponseType;
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Berechnungsantwort" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}BerechnungSachPrivat_Type"/>
|
* <element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}BerechnungSachPrivat_Type"/>
|
||||||
* <element name="ResponseUpselling" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}UpsellingSachPrivatResponse_Type" minOccurs="0"/>
|
* <element name="ResponseUpselling" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}UpsellingSachPrivatResponse_Type" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationReq
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequest_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequest_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Antragsanfrage" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}AntragSachPrivat_Type"/>
|
* <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}AntragSachPrivat_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonResponseType;
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Antragsantwort" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}AntragSachPrivat_Type"/>
|
* <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}AntragSachPrivat_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferRequestTy
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequest_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequest_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Berechnungsanfrage" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}OffertSachPrivat_Type"/>
|
* <element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}OffertSachPrivat_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonResponseType;
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Berechnungsantwort" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}OffertSachPrivat_Type"/>
|
* <element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}OffertSachPrivat_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="ElementarproduktGebaeude_Type">
|
* <complexType name="ElementarproduktGebaeude_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}ElementarproduktSachPrivat_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktSachPrivat_Type">
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
* </complexType>
|
* </complexType>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="ElementarproduktHaushalt_Type">
|
* <complexType name="ElementarproduktHaushalt_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}ElementarproduktSachPrivat_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktSachPrivat_Type">
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
* </complexType>
|
* </complexType>
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.SelbstbehaltType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="GenElementarproduktGebaeude_Type">
|
* <complexType name="GenElementarproduktGebaeude_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}ElementarproduktGebaeude_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktGebaeude_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Sparte" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}GebaeudeSpartenCd_Type"/>
|
* <element name="Sparte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}GebaeudeSpartenCd_Type"/>
|
||||||
* <element name="Pauschalbetrag" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
* <element name="Pauschalbetrag" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
||||||
* <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
|
* <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
|
||||||
* <element name="Versicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
* <element name="Versicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.SelbstbehaltType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="GenElementarproduktHaushalt_Type">
|
* <complexType name="GenElementarproduktHaushalt_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}ElementarproduktHaushalt_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktHaushalt_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Sparte" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}HaushaltSpartenCd_Type"/>
|
* <element name="Sparte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}HaushaltSpartenCd_Type"/>
|
||||||
* <element name="Versicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
* <element name="Versicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
||||||
* <element name="Pauschalbetrag" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
* <element name="Pauschalbetrag" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
||||||
* <element name="ProzentVersicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
|
* <element name="ProzentVersicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
|
||||||
|
|||||||
@@ -24,16 +24,16 @@ import javax.xml.namespace.QName;
|
|||||||
@XmlRegistry
|
@XmlRegistry
|
||||||
public class ObjectFactory {
|
public class ObjectFactory {
|
||||||
|
|
||||||
private final static QName _ProduktGebaeudeversicherung_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", "ProduktGebaeudeversicherung");
|
private final static QName _ProduktGebaeudeversicherung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "ProduktGebaeudeversicherung");
|
||||||
private final static QName _ProduktHaushaltsversicherung_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", "ProduktHaushaltsversicherung");
|
private final static QName _ProduktHaushaltsversicherung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "ProduktHaushaltsversicherung");
|
||||||
private final static QName _CalculateSachPrivatRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", "CalculateSachPrivatRequest");
|
private final static QName _CalculateSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CalculateSachPrivatRequest");
|
||||||
private final static QName _CalculateSachPrivatResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", "CalculateSachPrivatResponse");
|
private final static QName _CalculateSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CalculateSachPrivatResponse");
|
||||||
private final static QName _CreateOfferSachPrivatRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", "CreateOfferSachPrivatRequest");
|
private final static QName _CreateOfferSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateOfferSachPrivatRequest");
|
||||||
private final static QName _CreateOfferSachPrivatResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", "CreateOfferSachPrivatResponse");
|
private final static QName _CreateOfferSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateOfferSachPrivatResponse");
|
||||||
private final static QName _CreateApplicationSachPrivatRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", "CreateApplicationSachPrivatRequest");
|
private final static QName _CreateApplicationSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateApplicationSachPrivatRequest");
|
||||||
private final static QName _CreateApplicationSachPrivatResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", "CreateApplicationSachPrivatResponse");
|
private final static QName _CreateApplicationSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateApplicationSachPrivatResponse");
|
||||||
private final static QName _SubmitApplicationSachPrivatRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", "SubmitApplicationSachPrivatRequest");
|
private final static QName _SubmitApplicationSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "SubmitApplicationSachPrivatRequest");
|
||||||
private final static QName _SubmitApplicationSachPrivatResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", "SubmitApplicationSachPrivatResponse");
|
private final static QName _SubmitApplicationSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "SubmitApplicationSachPrivatResponse");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat
|
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat
|
||||||
@@ -246,7 +246,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link ProduktGebaeudeversicherungType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link ProduktGebaeudeversicherungType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", name = "ProduktGebaeudeversicherung")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "ProduktGebaeudeversicherung")
|
||||||
public JAXBElement<ProduktGebaeudeversicherungType> createProduktGebaeudeversicherung(ProduktGebaeudeversicherungType value) {
|
public JAXBElement<ProduktGebaeudeversicherungType> createProduktGebaeudeversicherung(ProduktGebaeudeversicherungType value) {
|
||||||
return new JAXBElement<ProduktGebaeudeversicherungType>(_ProduktGebaeudeversicherung_QNAME, ProduktGebaeudeversicherungType.class, null, value);
|
return new JAXBElement<ProduktGebaeudeversicherungType>(_ProduktGebaeudeversicherung_QNAME, ProduktGebaeudeversicherungType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -255,7 +255,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link ProduktHaushaltsversicherungType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link ProduktHaushaltsversicherungType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", name = "ProduktHaushaltsversicherung")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "ProduktHaushaltsversicherung")
|
||||||
public JAXBElement<ProduktHaushaltsversicherungType> createProduktHaushaltsversicherung(ProduktHaushaltsversicherungType value) {
|
public JAXBElement<ProduktHaushaltsversicherungType> createProduktHaushaltsversicherung(ProduktHaushaltsversicherungType value) {
|
||||||
return new JAXBElement<ProduktHaushaltsversicherungType>(_ProduktHaushaltsversicherung_QNAME, ProduktHaushaltsversicherungType.class, null, value);
|
return new JAXBElement<ProduktHaushaltsversicherungType>(_ProduktHaushaltsversicherung_QNAME, ProduktHaushaltsversicherungType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -264,7 +264,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateSachPrivatRequestType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateSachPrivatRequestType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", name = "CalculateSachPrivatRequest")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CalculateSachPrivatRequest")
|
||||||
public JAXBElement<CalculateSachPrivatRequestType> createCalculateSachPrivatRequest(CalculateSachPrivatRequestType value) {
|
public JAXBElement<CalculateSachPrivatRequestType> createCalculateSachPrivatRequest(CalculateSachPrivatRequestType value) {
|
||||||
return new JAXBElement<CalculateSachPrivatRequestType>(_CalculateSachPrivatRequest_QNAME, CalculateSachPrivatRequestType.class, null, value);
|
return new JAXBElement<CalculateSachPrivatRequestType>(_CalculateSachPrivatRequest_QNAME, CalculateSachPrivatRequestType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -273,7 +273,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateSachPrivatResponseType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateSachPrivatResponseType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", name = "CalculateSachPrivatResponse")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CalculateSachPrivatResponse")
|
||||||
public JAXBElement<CalculateSachPrivatResponseType> createCalculateSachPrivatResponse(CalculateSachPrivatResponseType value) {
|
public JAXBElement<CalculateSachPrivatResponseType> createCalculateSachPrivatResponse(CalculateSachPrivatResponseType value) {
|
||||||
return new JAXBElement<CalculateSachPrivatResponseType>(_CalculateSachPrivatResponse_QNAME, CalculateSachPrivatResponseType.class, null, value);
|
return new JAXBElement<CalculateSachPrivatResponseType>(_CalculateSachPrivatResponse_QNAME, CalculateSachPrivatResponseType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -282,7 +282,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferSachPrivatRequestType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferSachPrivatRequestType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", name = "CreateOfferSachPrivatRequest")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CreateOfferSachPrivatRequest")
|
||||||
public JAXBElement<CreateOfferSachPrivatRequestType> createCreateOfferSachPrivatRequest(CreateOfferSachPrivatRequestType value) {
|
public JAXBElement<CreateOfferSachPrivatRequestType> createCreateOfferSachPrivatRequest(CreateOfferSachPrivatRequestType value) {
|
||||||
return new JAXBElement<CreateOfferSachPrivatRequestType>(_CreateOfferSachPrivatRequest_QNAME, CreateOfferSachPrivatRequestType.class, null, value);
|
return new JAXBElement<CreateOfferSachPrivatRequestType>(_CreateOfferSachPrivatRequest_QNAME, CreateOfferSachPrivatRequestType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -291,7 +291,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferSachPrivatResponseType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferSachPrivatResponseType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", name = "CreateOfferSachPrivatResponse")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CreateOfferSachPrivatResponse")
|
||||||
public JAXBElement<CreateOfferSachPrivatResponseType> createCreateOfferSachPrivatResponse(CreateOfferSachPrivatResponseType value) {
|
public JAXBElement<CreateOfferSachPrivatResponseType> createCreateOfferSachPrivatResponse(CreateOfferSachPrivatResponseType value) {
|
||||||
return new JAXBElement<CreateOfferSachPrivatResponseType>(_CreateOfferSachPrivatResponse_QNAME, CreateOfferSachPrivatResponseType.class, null, value);
|
return new JAXBElement<CreateOfferSachPrivatResponseType>(_CreateOfferSachPrivatResponse_QNAME, CreateOfferSachPrivatResponseType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -300,7 +300,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationSachPrivatRequestType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationSachPrivatRequestType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", name = "CreateApplicationSachPrivatRequest")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CreateApplicationSachPrivatRequest")
|
||||||
public JAXBElement<CreateApplicationSachPrivatRequestType> createCreateApplicationSachPrivatRequest(CreateApplicationSachPrivatRequestType value) {
|
public JAXBElement<CreateApplicationSachPrivatRequestType> createCreateApplicationSachPrivatRequest(CreateApplicationSachPrivatRequestType value) {
|
||||||
return new JAXBElement<CreateApplicationSachPrivatRequestType>(_CreateApplicationSachPrivatRequest_QNAME, CreateApplicationSachPrivatRequestType.class, null, value);
|
return new JAXBElement<CreateApplicationSachPrivatRequestType>(_CreateApplicationSachPrivatRequest_QNAME, CreateApplicationSachPrivatRequestType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -309,7 +309,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationSachPrivatResponseType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationSachPrivatResponseType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", name = "CreateApplicationSachPrivatResponse")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CreateApplicationSachPrivatResponse")
|
||||||
public JAXBElement<CreateApplicationSachPrivatResponseType> createCreateApplicationSachPrivatResponse(CreateApplicationSachPrivatResponseType value) {
|
public JAXBElement<CreateApplicationSachPrivatResponseType> createCreateApplicationSachPrivatResponse(CreateApplicationSachPrivatResponseType value) {
|
||||||
return new JAXBElement<CreateApplicationSachPrivatResponseType>(_CreateApplicationSachPrivatResponse_QNAME, CreateApplicationSachPrivatResponseType.class, null, value);
|
return new JAXBElement<CreateApplicationSachPrivatResponseType>(_CreateApplicationSachPrivatResponse_QNAME, CreateApplicationSachPrivatResponseType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -318,7 +318,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationSachPrivatRequestType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationSachPrivatRequestType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", name = "SubmitApplicationSachPrivatRequest")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "SubmitApplicationSachPrivatRequest")
|
||||||
public JAXBElement<SubmitApplicationSachPrivatRequestType> createSubmitApplicationSachPrivatRequest(SubmitApplicationSachPrivatRequestType value) {
|
public JAXBElement<SubmitApplicationSachPrivatRequestType> createSubmitApplicationSachPrivatRequest(SubmitApplicationSachPrivatRequestType value) {
|
||||||
return new JAXBElement<SubmitApplicationSachPrivatRequestType>(_SubmitApplicationSachPrivatRequest_QNAME, SubmitApplicationSachPrivatRequestType.class, null, value);
|
return new JAXBElement<SubmitApplicationSachPrivatRequestType>(_SubmitApplicationSachPrivatRequest_QNAME, SubmitApplicationSachPrivatRequestType.class, null, value);
|
||||||
}
|
}
|
||||||
@@ -327,7 +327,7 @@ public class ObjectFactory {
|
|||||||
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationSachPrivatResponseType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationSachPrivatResponseType }{@code >}}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", name = "SubmitApplicationSachPrivatResponse")
|
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "SubmitApplicationSachPrivatResponse")
|
||||||
public JAXBElement<SubmitApplicationSachPrivatResponseType> createSubmitApplicationSachPrivatResponse(SubmitApplicationSachPrivatResponseType value) {
|
public JAXBElement<SubmitApplicationSachPrivatResponseType> createSubmitApplicationSachPrivatResponse(SubmitApplicationSachPrivatResponseType value) {
|
||||||
return new JAXBElement<SubmitApplicationSachPrivatResponseType>(_SubmitApplicationSachPrivatResponse_QNAME, SubmitApplicationSachPrivatResponseType.class, null, value);
|
return new JAXBElement<SubmitApplicationSachPrivatResponseType>(_SubmitApplicationSachPrivatResponse_QNAME, SubmitApplicationSachPrivatResponseType.class, null, value);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezOffertType;
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Verkaufsprodukt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}VerkaufsproduktSachPrivat_Type"/>
|
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}VerkaufsproduktSachPrivat_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="ProduktGebaeudeversicherung_Type">
|
* <complexType name="ProduktGebaeudeversicherung_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}ProduktSachPrivat_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ProduktSachPrivat_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Deckungen" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}ElementarproduktGebaeude_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="Deckungen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktGebaeude_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="ProduktHaushaltsversicherung_Type">
|
* <complexType name="ProduktHaushaltsversicherung_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}ProduktSachPrivat_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ProduktSachPrivat_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Deckungen" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}ElementarproduktHaushalt_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="Deckungen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktHaushalt_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -35,11 +35,11 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.VersichertesInteresseType;
|
|||||||
* <element name="GebaeudeHoeheCd" type="{urn:omds20}GebaeudeHoeheCd_Type" minOccurs="0"/>
|
* <element name="GebaeudeHoeheCd" type="{urn:omds20}GebaeudeHoeheCd_Type" minOccurs="0"/>
|
||||||
* <element name="BaujahrGebaeude" type="{http://www.w3.org/2001/XMLSchema}integer"/>
|
* <element name="BaujahrGebaeude" type="{http://www.w3.org/2001/XMLSchema}integer"/>
|
||||||
* <element name="EL-Flaeche" type="{urn:omds20}EL-Flaeche_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="EL-Flaeche" type="{urn:omds20}EL-Flaeche_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* <element name="Vorschaeden" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}RisikoVorschaeden_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="Vorschaeden" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoVorschaeden_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* <element name="AusstattungCd" type="{urn:omds20}AusstattungCd_Type" minOccurs="0"/>
|
* <element name="AusstattungCd" type="{urn:omds20}AusstattungCd_Type" minOccurs="0"/>
|
||||||
* <element name="SichergKz" type="{urn:omds20}Entsch2_Type" minOccurs="0"/>
|
* <element name="SichergKz" type="{urn:omds20}Entsch2_Type" minOccurs="0"/>
|
||||||
* <element name="PreisProQm" type="{urn:omds20}decimal"/>
|
* <element name="PreisProQm" type="{urn:omds20}decimal"/>
|
||||||
* <element name="ZusaetzlicheGebaeudedaten" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}ZusaetzlicheGebaeudedaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="ZusaetzlicheGebaeudedaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.VersichertesInteresseType;
|
|||||||
* <element name="Wohnflaeche" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
|
* <element name="Wohnflaeche" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
|
||||||
* <element name="AusstattungCd" type="{urn:omds20}AusstattungCd_Type"/>
|
* <element name="AusstattungCd" type="{urn:omds20}AusstattungCd_Type"/>
|
||||||
* <element name="NutzungCd" type="{urn:omds20}NutzungCd_Type" minOccurs="0"/>
|
* <element name="NutzungCd" type="{urn:omds20}NutzungCd_Type" minOccurs="0"/>
|
||||||
* <element name="ZusaetzlicheHaushaltDaten" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}ZusaetzlicheGebaeudedaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
* <element name="ZusaetzlicheHaushaltDaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationRes
|
|||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponse_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponse_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Antragsantwort" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}AntragSachPrivat_Type"/>
|
* <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}AntragSachPrivat_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -24,9 +24,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.VersichertesInteresseType;
|
|||||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type">
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="ObjektId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
|
* <element name="ObjektId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
|
||||||
* <element name="RisikoAdresse" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}RisikoAdresse_Type"/>
|
* <element name="RisikoAdresse" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoAdresse_Type"/>
|
||||||
* <element name="RisikoGebaeude" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}RisikoGebaeude_Type" maxOccurs="unbounded"/>
|
* <element name="RisikoGebaeude" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoGebaeude_Type" maxOccurs="unbounded"/>
|
||||||
* <element name="RisikoHaushalt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}RisikoHaushalt_Type" minOccurs="0"/>
|
* <element name="RisikoHaushalt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoHaushalt_Type" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="ZusaetzlicheGebaeudedatenPhotovoltaik_Type">
|
* <complexType name="ZusaetzlicheGebaeudedatenPhotovoltaik_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}ZusaetzlicheGebaeudedaten_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="ZusaetzlicheGebaeudedatenSchwimmbad_Type">
|
* <complexType name="ZusaetzlicheGebaeudedatenSchwimmbad_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}ZusaetzlicheGebaeudedaten_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="ZusaetzlicheGebaeudedatenSolarthermie_Type">
|
* <complexType name="ZusaetzlicheGebaeudedatenSolarthermie_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}ZusaetzlicheGebaeudedaten_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="ZusaetzlicheGebaeudedatenWintergarten_Type">
|
* <complexType name="ZusaetzlicheGebaeudedatenWintergarten_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat}ZusaetzlicheGebaeudedaten_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
@javax.xml.bind.annotation.XmlSchema(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/sachprivat", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||||
|
|||||||
@@ -0,0 +1,67 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateRequestType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Typ des Requestobjekts für eine Berechnung Unfall
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für CalculateUnfallRequest_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="CalculateUnfallRequest_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequest_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezBerechnungUnfall_Type"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "CalculateUnfallRequest_Type", propOrder = {
|
||||||
|
"berechnungsanfrage"
|
||||||
|
})
|
||||||
|
public class CalculateUnfallRequestType
|
||||||
|
extends CalculateRequestType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Berechnungsanfrage", required = true)
|
||||||
|
protected SpezBerechnungUnfallType berechnungsanfrage;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der berechnungsanfrage-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link SpezBerechnungUnfallType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public SpezBerechnungUnfallType getBerechnungsanfrage() {
|
||||||
|
return berechnungsanfrage;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der berechnungsanfrage-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link SpezBerechnungUnfallType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setBerechnungsanfrage(SpezBerechnungUnfallType value) {
|
||||||
|
this.berechnungsanfrage = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,67 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateResponseType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Typ des Responseobjekts für eine Unfall-Berechnung
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für CalculateUnfallResponse_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="CalculateUnfallResponse_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponse_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezBerechnungUnfall_Type"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "CalculateUnfallResponse_Type", propOrder = {
|
||||||
|
"berechnungsantwort"
|
||||||
|
})
|
||||||
|
public class CalculateUnfallResponseType
|
||||||
|
extends CalculateResponseType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Berechnungsantwort", required = true)
|
||||||
|
protected SpezBerechnungUnfallType berechnungsantwort;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der berechnungsantwort-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link SpezBerechnungUnfallType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public SpezBerechnungUnfallType getBerechnungsantwort() {
|
||||||
|
return berechnungsantwort;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der berechnungsantwort-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link SpezBerechnungUnfallType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setBerechnungsantwort(SpezBerechnungUnfallType value) {
|
||||||
|
this.berechnungsantwort = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,67 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationRequestType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Type des Requestobjekts für die Erstellung eines Unfallantrags
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für CreateApplicationUnfallRequest_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="CreateApplicationUnfallRequest_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequest_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "CreateApplicationUnfallRequest_Type", propOrder = {
|
||||||
|
"antragsanfrage"
|
||||||
|
})
|
||||||
|
public class CreateApplicationUnfallRequestType
|
||||||
|
extends CreateApplicationRequestType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Antragsanfrage", required = true)
|
||||||
|
protected SpezAntragUnfallType antragsanfrage;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der antragsanfrage-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link SpezAntragUnfallType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public SpezAntragUnfallType getAntragsanfrage() {
|
||||||
|
return antragsanfrage;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der antragsanfrage-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link SpezAntragUnfallType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setAntragsanfrage(SpezAntragUnfallType value) {
|
||||||
|
this.antragsanfrage = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,67 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationResponseType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Type des Responseobjekts für die Erstellung eines Unfallantrags
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für CreateApplicationUnfallResponse_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="CreateApplicationUnfallResponse_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponse_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "CreateApplicationUnfallResponse_Type", propOrder = {
|
||||||
|
"antragsantwort"
|
||||||
|
})
|
||||||
|
public class CreateApplicationUnfallResponseType
|
||||||
|
extends CreateApplicationResponseType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Antragsantwort", required = true)
|
||||||
|
protected SpezAntragUnfallType antragsantwort;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der antragsantwort-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link SpezAntragUnfallType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public SpezAntragUnfallType getAntragsantwort() {
|
||||||
|
return antragsantwort;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der antragsantwort-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link SpezAntragUnfallType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setAntragsantwort(SpezAntragUnfallType value) {
|
||||||
|
this.antragsantwort = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,67 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferRequestType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Typ des Requestobjekts für eine Erstellung eines Unfall-Offerts
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für CreateOfferUnfallRequest_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="CreateOfferUnfallRequest_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequest_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Offertanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezOffertUnfall_Type"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "CreateOfferUnfallRequest_Type", propOrder = {
|
||||||
|
"offertanfrage"
|
||||||
|
})
|
||||||
|
public class CreateOfferUnfallRequestType
|
||||||
|
extends CreateOfferRequestType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Offertanfrage", required = true)
|
||||||
|
protected SpezOffertUnfallType offertanfrage;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der offertanfrage-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link SpezOffertUnfallType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public SpezOffertUnfallType getOffertanfrage() {
|
||||||
|
return offertanfrage;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der offertanfrage-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link SpezOffertUnfallType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setOffertanfrage(SpezOffertUnfallType value) {
|
||||||
|
this.offertanfrage = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,67 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferResponseType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Type des Responseobjekts für eine Erstellung eines Unfall-Offerts
|
||||||
|
*
|
||||||
|
* <p>Java-Klasse für CreateOfferUnfallResponse_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="CreateOfferUnfallResponse_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponse_Type">
|
||||||
|
* <sequence>
|
||||||
|
* <element name="Offertantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezOffertUnfall_Type"/>
|
||||||
|
* </sequence>
|
||||||
|
* </extension>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "CreateOfferUnfallResponse_Type", propOrder = {
|
||||||
|
"offertantwort"
|
||||||
|
})
|
||||||
|
public class CreateOfferUnfallResponseType
|
||||||
|
extends CreateOfferResponseType
|
||||||
|
{
|
||||||
|
|
||||||
|
@XmlElement(name = "Offertantwort", required = true)
|
||||||
|
protected SpezOffertUnfallType offertantwort;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der offertantwort-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link SpezOffertUnfallType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public SpezOffertUnfallType getOffertantwort() {
|
||||||
|
return offertantwort;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der offertantwort-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link SpezOffertUnfallType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setOffertantwort(SpezOffertUnfallType value) {
|
||||||
|
this.offertantwort = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user