Korrektur package Schaden
Attribut für Leasing bei verbundenem Unternehmen als optionales Element der Tarifgestaltung Korretur Vererbung in Sach-Privat CreateSachPrivatOfferRequest_Type, CreateSachPrivatOfferResponse_Type
This commit is contained in:
@@ -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-07-12T15:21:51.726+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-07-12T15:21:51.673+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(on7schaden._0._4.v1.omds3types.types.omds.vvo.at.LossEventType parameters)*
|
|
||||||
*/
|
|
||||||
public on7schaden._0._4.v1.omds3types.types.omds.vvo.at.LossEventRegisteredResponseType lossEventRegistered(on7schaden._0._4.v1.omds3types.types.omds.vvo.at.LossEventType parameters) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation lossEventRegistered");
|
|
||||||
System.out.println(parameters);
|
|
||||||
try {
|
|
||||||
on7schaden._0._4.v1.omds3types.types.omds.vvo.at.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(on7schaden._0._4.v1.omds3types.types.omds.vvo.at.DeclareNewClaimStatusRequestType parameters)*
|
|
||||||
*/
|
|
||||||
public on7schaden._0._4.v1.omds3types.types.omds.vvo.at.DeclareNewClaimStatusResponseType declareNewClaimStatus(on7schaden._0._4.v1.omds3types.types.omds.vvo.at.DeclareNewClaimStatusRequestType parameters) throws ServiceFaultMsg {
|
|
||||||
LOG.info("Executing operation declareNewClaimStatus");
|
|
||||||
System.out.println(parameters);
|
|
||||||
try {
|
|
||||||
on7schaden._0._4.v1.omds3types.types.omds.vvo.at.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-07-12T15:21:51.715+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, on7schaden._0._4.v1.omds3types.types.omds.vvo.at.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:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
|
|
||||||
public on7schaden._0._4.v1.omds3types.types.omds.vvo.at.LossEventRegisteredResponseType lossEventRegistered(
|
|
||||||
@WebParam(partName = "parameters", name = "LossEventRegisteredRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
|
|
||||||
on7schaden._0._4.v1.omds3types.types.omds.vvo.at.LossEventType parameters
|
|
||||||
) throws ServiceFaultMsg;
|
|
||||||
|
|
||||||
@WebMethod(action = "urn:declareNewClaimStatus")
|
|
||||||
@WebResult(name = "DeclareNewClaimStatusResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
|
|
||||||
public on7schaden._0._4.v1.omds3types.types.omds.vvo.at.DeclareNewClaimStatusResponseType declareNewClaimStatus(
|
|
||||||
@WebParam(partName = "parameters", name = "DeclareNewClaimStatusRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
|
|
||||||
on7schaden._0._4.v1.omds3types.types.omds.vvo.at.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-07-12T15:21:51.592+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...");
|
|
||||||
on7schaden._0._4.v1.omds3types.types.omds.vvo.at.LossEventType _lossEventRegistered_parameters = null;
|
|
||||||
try {
|
|
||||||
on7schaden._0._4.v1.omds3types.types.omds.vvo.at.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...");
|
|
||||||
on7schaden._0._4.v1.omds3types.types.omds.vvo.at.DeclareNewClaimStatusRequestType _declareNewClaimStatus_parameters = null;
|
|
||||||
try {
|
|
||||||
on7schaden._0._4.v1.omds3types.types.omds.vvo.at.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-07-12T15:21:51.660+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 on7schaden._0._4.v1.omds3types.types.omds.vvo.at.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 on7schaden._0._4.v1.omds3types.types.omds.vvo.at.CreateClaimRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.GetApplicationDocumentRequestType;
|
||||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.InitiateClaimRequestType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.CollectionChangeRequestType;
|
||||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.SpezifikationSchadenType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.GetPoliciesOfPartnerRequestType;
|
||||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.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;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -50,8 +61,19 @@ import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.SubmitClaimRequestType;
|
|||||||
SubmitClaimRequestType.class,
|
SubmitClaimRequestType.class,
|
||||||
InitiateClaimRequestType.class,
|
InitiateClaimRequestType.class,
|
||||||
SpezifikationSchadenType.class,
|
SpezifikationSchadenType.class,
|
||||||
|
GetPoliciesOfPartnerRequestType.class,
|
||||||
|
SetMailingAddressRequestType.class,
|
||||||
|
CollectionChangeRequestType.class,
|
||||||
|
GetApplicationDocumentRequestType.class,
|
||||||
CommonProcessRequestType.class,
|
CommonProcessRequestType.class,
|
||||||
CommonSearchRequestType.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,22 @@ 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 on7schaden._0._4.v1.omds3types.types.omds.vvo.at.CreateClaimResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.GetApplicationDocumentResponseType;
|
||||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.GetClaimResponseLightType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.CollectionChangeResponseType;
|
||||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.GetClaimResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.GetPoliciesOfPartnerResponseType;
|
||||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.InitiateClaimResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.SetMailingAddressResponseType;
|
||||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.SubmitClaimResponseType;
|
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;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -44,8 +55,19 @@ import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.SubmitClaimResponseType;
|
|||||||
InitiateClaimResponseType.class,
|
InitiateClaimResponseType.class,
|
||||||
GetClaimResponseType.class,
|
GetClaimResponseType.class,
|
||||||
GetClaimResponseLightType.class,
|
GetClaimResponseLightType.class,
|
||||||
|
GetPoliciesOfPartnerResponseType.class,
|
||||||
|
SetMailingAddressResponseType.class,
|
||||||
|
CollectionChangeResponseType.class,
|
||||||
|
GetApplicationDocumentResponseType.class,
|
||||||
CommonProcessResponseType.class,
|
CommonProcessResponseType.class,
|
||||||
CommonSearchResponseType.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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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 on7schaden._0._4.v1.omds3types.types.omds.vvo.at.SchadenmelderVermittlerType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenmelderVermittlerType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|
||||||
|
|||||||
@@ -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.sachPrivat.CalculateSachPrivatResponseType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CalculateUnfallResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CalculateUnfallResponseType;
|
||||||
|
|
||||||
|
|
||||||
@@ -34,6 +35,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CalculateUnfallRespo
|
|||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CalculateKfzResponseType.class,
|
CalculateKfzResponseType.class,
|
||||||
CalculateRechtsschutzResponseType.class,
|
CalculateRechtsschutzResponseType.class,
|
||||||
|
CalculateSachPrivatResponseType.class,
|
||||||
CalculateUnfallResponseType.class
|
CalculateUnfallResponseType.class
|
||||||
})
|
})
|
||||||
public abstract class CalculateResponseType
|
public abstract class CalculateResponseType
|
||||||
|
|||||||
@@ -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.sachPrivat.CreateApplicationSachPrivatResponseType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateApplicationUnfallResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateApplicationUnfallResponseType;
|
||||||
|
|
||||||
|
|
||||||
@@ -48,6 +49,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateApplicationUnf
|
|||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CreateApplicationKfzResponseType.class,
|
CreateApplicationKfzResponseType.class,
|
||||||
CreateApplicationRechtsschutzResponseType.class,
|
CreateApplicationRechtsschutzResponseType.class,
|
||||||
|
CreateApplicationSachPrivatResponseType.class,
|
||||||
CreateApplicationUnfallResponseType.class
|
CreateApplicationUnfallResponseType.class
|
||||||
})
|
})
|
||||||
public abstract class CreateApplicationResponseType
|
public abstract class CreateApplicationResponseType
|
||||||
|
|||||||
@@ -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.sachPrivat.CreateOfferSachPrivatResponseType;
|
||||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateOfferUnfallResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateOfferUnfallResponseType;
|
||||||
|
|
||||||
|
|
||||||
@@ -43,6 +44,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateOfferUnfallRes
|
|||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
CreateOfferKfzResponseType.class,
|
CreateOfferKfzResponseType.class,
|
||||||
CreateOfferRechtsschutzResponseType.class,
|
CreateOfferRechtsschutzResponseType.class,
|
||||||
|
CreateOfferSachPrivatResponseType.class,
|
||||||
CreateOfferUnfallResponseType.class
|
CreateOfferUnfallResponseType.class
|
||||||
})
|
})
|
||||||
public abstract class CreateOfferResponseType
|
public abstract class CreateOfferResponseType
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ElementarproduktType;
|
|||||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Elementarprodukt_Type">
|
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Elementarprodukt_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}FahrzeugRefLfdNr" minOccurs="0"/>
|
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}FahrzeugRefLfdNr" minOccurs="0"/>
|
||||||
|
* <element name="LeasingVerbundUnternehmen" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
@@ -32,7 +33,8 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ElementarproduktType;
|
|||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "ElementarproduktKfz_Type", propOrder = {
|
@XmlType(name = "ElementarproduktKfz_Type", propOrder = {
|
||||||
"fahrzeugRefLfdNr"
|
"fahrzeugRefLfdNr",
|
||||||
|
"leasingVerbundUnternehmen"
|
||||||
})
|
})
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
HaftpflichtKfzType.class,
|
HaftpflichtKfzType.class,
|
||||||
@@ -47,6 +49,8 @@ public abstract class ElementarproduktKfzType
|
|||||||
|
|
||||||
@XmlElement(name = "FahrzeugRefLfdNr")
|
@XmlElement(name = "FahrzeugRefLfdNr")
|
||||||
protected String fahrzeugRefLfdNr;
|
protected String fahrzeugRefLfdNr;
|
||||||
|
@XmlElement(name = "LeasingVerbundUnternehmen")
|
||||||
|
protected Boolean leasingVerbundUnternehmen;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der fahrzeugRefLfdNr-Eigenschaft ab.
|
* Ruft den Wert der fahrzeugRefLfdNr-Eigenschaft ab.
|
||||||
@@ -72,4 +76,28 @@ public abstract class ElementarproduktKfzType
|
|||||||
this.fahrzeugRefLfdNr = value;
|
this.fahrzeugRefLfdNr = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der leasingVerbundUnternehmen-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link Boolean }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public Boolean isLeasingVerbundUnternehmen() {
|
||||||
|
return leasingVerbundUnternehmen;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der leasingVerbundUnternehmen-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link Boolean }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setLeasingVerbundUnternehmen(Boolean value) {
|
||||||
|
this.leasingVerbundUnternehmen = value;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.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.CommonResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateResponseType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -18,7 +18,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonResponseType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="CalculateSachPrivatResponse_Type">
|
* <complexType name="CalculateSachPrivatResponse_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponse_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Berechnungsantwort" type="{urn:at.vvo.omds.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="{urn:at.vvo.omds.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"/>
|
||||||
@@ -36,7 +36,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonResponseType;
|
|||||||
"responseUpselling"
|
"responseUpselling"
|
||||||
})
|
})
|
||||||
public class CalculateSachPrivatResponseType
|
public class CalculateSachPrivatResponseType
|
||||||
extends CommonResponseType
|
extends CalculateResponseType
|
||||||
{
|
{
|
||||||
|
|
||||||
@XmlElement(name = "Berechnungsantwort", required = true)
|
@XmlElement(name = "Berechnungsantwort", required = true)
|
||||||
|
|||||||
@@ -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.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.CommonResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationResponseType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -18,7 +18,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonResponseType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="CreateApplicationSachPrivatResponse_Type">
|
* <complexType name="CreateApplicationSachPrivatResponse_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponse_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Antragsantwort" type="{urn:at.vvo.omds.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>
|
||||||
@@ -34,7 +34,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonResponseType;
|
|||||||
"antragsantwort"
|
"antragsantwort"
|
||||||
})
|
})
|
||||||
public class CreateApplicationSachPrivatResponseType
|
public class CreateApplicationSachPrivatResponseType
|
||||||
extends CommonResponseType
|
extends CreateApplicationResponseType
|
||||||
{
|
{
|
||||||
|
|
||||||
@XmlElement(name = "Antragsantwort", required = true)
|
@XmlElement(name = "Antragsantwort", required = true)
|
||||||
|
|||||||
@@ -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="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}OffertSachPrivat_Type"/>
|
* <element name="Offertanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}OffertSachPrivat_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
@@ -31,37 +31,37 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferRequestTy
|
|||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "CreateOfferSachPrivatRequest_Type", propOrder = {
|
@XmlType(name = "CreateOfferSachPrivatRequest_Type", propOrder = {
|
||||||
"berechnungsanfrage"
|
"offertanfrage"
|
||||||
})
|
})
|
||||||
public class CreateOfferSachPrivatRequestType
|
public class CreateOfferSachPrivatRequestType
|
||||||
extends CreateOfferRequestType
|
extends CreateOfferRequestType
|
||||||
{
|
{
|
||||||
|
|
||||||
@XmlElement(name = "Berechnungsanfrage", required = true)
|
@XmlElement(name = "Offertanfrage", required = true)
|
||||||
protected OffertSachPrivatType berechnungsanfrage;
|
protected OffertSachPrivatType offertanfrage;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der berechnungsanfrage-Eigenschaft ab.
|
* Ruft den Wert der offertanfrage-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
* possible object is
|
* possible object is
|
||||||
* {@link OffertSachPrivatType }
|
* {@link OffertSachPrivatType }
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public OffertSachPrivatType getBerechnungsanfrage() {
|
public OffertSachPrivatType getOffertanfrage() {
|
||||||
return berechnungsanfrage;
|
return offertanfrage;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Legt den Wert der berechnungsanfrage-Eigenschaft fest.
|
* Legt den Wert der offertanfrage-Eigenschaft fest.
|
||||||
*
|
*
|
||||||
* @param value
|
* @param value
|
||||||
* allowed object is
|
* allowed object is
|
||||||
* {@link OffertSachPrivatType }
|
* {@link OffertSachPrivatType }
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public void setBerechnungsanfrage(OffertSachPrivatType value) {
|
public void setOffertanfrage(OffertSachPrivatType value) {
|
||||||
this.berechnungsanfrage = value;
|
this.offertanfrage = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.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.CommonResponseType;
|
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferResponseType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -18,9 +18,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonResponseType;
|
|||||||
* <pre>
|
* <pre>
|
||||||
* <complexType name="CreateOfferSachPrivatResponse_Type">
|
* <complexType name="CreateOfferSachPrivatResponse_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponse_Type">
|
||||||
* <sequence>
|
* <sequence>
|
||||||
* <element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}OffertSachPrivat_Type"/>
|
* <element name="Offertantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}OffertSachPrivat_Type"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* </extension>
|
* </extension>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
@@ -31,37 +31,37 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonResponseType;
|
|||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "CreateOfferSachPrivatResponse_Type", propOrder = {
|
@XmlType(name = "CreateOfferSachPrivatResponse_Type", propOrder = {
|
||||||
"berechnungsantwort"
|
"offertantwort"
|
||||||
})
|
})
|
||||||
public class CreateOfferSachPrivatResponseType
|
public class CreateOfferSachPrivatResponseType
|
||||||
extends CommonResponseType
|
extends CreateOfferResponseType
|
||||||
{
|
{
|
||||||
|
|
||||||
@XmlElement(name = "Berechnungsantwort", required = true)
|
@XmlElement(name = "Offertantwort", required = true)
|
||||||
protected OffertSachPrivatType berechnungsantwort;
|
protected OffertSachPrivatType offertantwort;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der berechnungsantwort-Eigenschaft ab.
|
* Ruft den Wert der offertantwort-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
* possible object is
|
* possible object is
|
||||||
* {@link OffertSachPrivatType }
|
* {@link OffertSachPrivatType }
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public OffertSachPrivatType getBerechnungsantwort() {
|
public OffertSachPrivatType getOffertantwort() {
|
||||||
return berechnungsantwort;
|
return offertantwort;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Legt den Wert der berechnungsantwort-Eigenschaft fest.
|
* Legt den Wert der offertantwort-Eigenschaft fest.
|
||||||
*
|
*
|
||||||
* @param value
|
* @param value
|
||||||
* allowed object is
|
* allowed object is
|
||||||
* {@link OffertSachPrivatType }
|
* {@link OffertSachPrivatType }
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public void setBerechnungsantwort(OffertSachPrivatType value) {
|
public void setOffertantwort(OffertSachPrivatType value) {
|
||||||
this.berechnungsantwort = value;
|
this.offertantwort = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -63,8 +63,8 @@ public class ChangeCommunicationObjectRequestType
|
|||||||
protected ObjektIdType objektId;
|
protected ObjektIdType objektId;
|
||||||
@XmlElementRefs({
|
@XmlElementRefs({
|
||||||
@XmlElementRef(name = "BisherigeKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class),
|
@XmlElementRef(name = "BisherigeKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class),
|
||||||
@XmlElementRef(name = "ObjektId", namespace = "urn:omds3CommonServiceTypes-1-1-0", type = JAXBElement.class),
|
@XmlElementRef(name = "GeaenderteKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class),
|
||||||
@XmlElementRef(name = "GeaenderteKommunikationsVerbindung", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on4partner", type = JAXBElement.class)
|
@XmlElementRef(name = "ObjektId", namespace = "urn:omds3CommonServiceTypes-1-1-0", type = JAXBElement.class)
|
||||||
})
|
})
|
||||||
protected List<JAXBElement<?>> objektIdOrBisherigeKommunikationsVerbindungAndGeaenderteKommunikationsVerbindung;
|
protected List<JAXBElement<?>> objektIdOrBisherigeKommunikationsVerbindungAndGeaenderteKommunikationsVerbindung;
|
||||||
@XmlElement(name = "WirksamtkeitAb", required = true)
|
@XmlElement(name = "WirksamtkeitAb", required = true)
|
||||||
@@ -115,9 +115,9 @@ public class ChangeCommunicationObjectRequestType
|
|||||||
*
|
*
|
||||||
* <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 JAXBElement }{@code <}{@link ELKommunikationType }{@code >}
|
|
||||||
* {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >}
|
* {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >}
|
||||||
* {@link JAXBElement }{@code <}{@link ELKommunikationType }{@code >}
|
* {@link JAXBElement }{@code <}{@link ELKommunikationType }{@code >}
|
||||||
|
* {@link JAXBElement }{@code <}{@link ELKommunikationType }{@code >}
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -516,7 +516,7 @@
|
|||||||
<xsd:documentation>Typ des Responseobjekts für eine Berechnung Sach-Privat</xsd:documentation>
|
<xsd:documentation>Typ des Responseobjekts für eine Berechnung Sach-Privat</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:complexContent>
|
<xsd:complexContent>
|
||||||
<xsd:extension base="cst:CommonResponse_Type">
|
<xsd:extension base="ac:CalculateResponse_Type">
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="Berechnungsantwort" type="BerechnungSachPrivat_Type"/>
|
<xsd:element name="Berechnungsantwort" type="BerechnungSachPrivat_Type"/>
|
||||||
<xsd:element name="ResponseUpselling" type="UpsellingSachPrivatResponse_Type" minOccurs="0">
|
<xsd:element name="ResponseUpselling" type="UpsellingSachPrivatResponse_Type" minOccurs="0">
|
||||||
@@ -535,7 +535,7 @@
|
|||||||
<xsd:complexContent>
|
<xsd:complexContent>
|
||||||
<xsd:extension base="ac:CreateOfferRequest_Type">
|
<xsd:extension base="ac:CreateOfferRequest_Type">
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="Berechnungsanfrage" type="OffertSachPrivat_Type"/>
|
<xsd:element name="Offertanfrage" type="OffertSachPrivat_Type"/>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
@@ -545,9 +545,9 @@
|
|||||||
<xsd:documentation>Typ des Responseobjekts für ein Offert Besitz</xsd:documentation>
|
<xsd:documentation>Typ des Responseobjekts für ein Offert Besitz</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:complexContent>
|
<xsd:complexContent>
|
||||||
<xsd:extension base="cst:CommonResponse_Type">
|
<xsd:extension base="ac:CreateOfferResponse_Type">
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="Berechnungsantwort" type="OffertSachPrivat_Type"/>
|
<xsd:element name="Offertantwort" type="OffertSachPrivat_Type"/>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:complexContent>
|
</xsd:complexContent>
|
||||||
@@ -569,7 +569,7 @@
|
|||||||
<xsd:documentation>Typ des Responseobjekts für einen Antrag Besitz</xsd:documentation>
|
<xsd:documentation>Typ des Responseobjekts für einen Antrag Besitz</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:complexContent>
|
<xsd:complexContent>
|
||||||
<xsd:extension base="cst:CommonResponse_Type">
|
<xsd:extension base="ac:CreateApplicationResponse_Type">
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="Antragsantwort" type="AntragSachPrivat_Type"/>
|
<xsd:element name="Antragsantwort" type="AntragSachPrivat_Type"/>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
|
|||||||
Reference in New Issue
Block a user