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.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
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)
|
||||
@XmlType(name = "ADRESSE_Type")
|
||||
@XmlSeeAlso({
|
||||
RisikoAdresseType.class
|
||||
})
|
||||
public class ADRESSEType {
|
||||
|
||||
@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.XmlSeeAlso;
|
||||
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.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
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 = {
|
||||
"geschaeftsfallnummer"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
CalculateRequestType.class,
|
||||
CreateOfferRequestType.class,
|
||||
CreateApplicationRequestType.class,
|
||||
SubmitApplicationRequestType.class
|
||||
})
|
||||
public abstract class CommonProcessRequestType
|
||||
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.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
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 = {
|
||||
"geschaeftsfallnummer"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
CalculateResponseType.class,
|
||||
CreateOfferResponseType.class,
|
||||
CreateApplicationResponseType.class,
|
||||
SubmitApplicationResponseType.class
|
||||
})
|
||||
public abstract class CommonProcessResponseType
|
||||
extends CommonResponseType
|
||||
{
|
||||
|
||||
@@ -8,10 +8,21 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.CreateClaimRequestType;
|
||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.InitiateClaimRequestType;
|
||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.SpezifikationSchadenType;
|
||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.SubmitClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.GetApplicationDocumentRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.CollectionChangeRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.GetPoliciesOfPartnerRequestType;
|
||||
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,
|
||||
InitiateClaimRequestType.class,
|
||||
SpezifikationSchadenType.class,
|
||||
GetPoliciesOfPartnerRequestType.class,
|
||||
SetMailingAddressRequestType.class,
|
||||
CollectionChangeRequestType.class,
|
||||
GetApplicationDocumentRequestType.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 {
|
||||
|
||||
|
||||
@@ -6,11 +6,22 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.CreateClaimResponseType;
|
||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.GetClaimResponseLightType;
|
||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.GetClaimResponseType;
|
||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.InitiateClaimResponseType;
|
||||
import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.SubmitClaimResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.GetApplicationDocumentResponseType;
|
||||
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;
|
||||
|
||||
|
||||
/**
|
||||
@@ -44,8 +55,19 @@ import on7schaden._0._4.v1.omds3types.types.omds.vvo.at.SubmitClaimResponseType;
|
||||
InitiateClaimResponseType.class,
|
||||
GetClaimResponseType.class,
|
||||
GetClaimResponseLightType.class,
|
||||
GetPoliciesOfPartnerResponseType.class,
|
||||
SetMailingAddressResponseType.class,
|
||||
CollectionChangeResponseType.class,
|
||||
GetApplicationDocumentResponseType.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 {
|
||||
|
||||
|
||||
@@ -5,8 +5,10 @@ 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.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
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",
|
||||
"orderBy"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
GetStateChangesRequestType.class
|
||||
})
|
||||
public abstract class CommonSearchRequestType
|
||||
extends CommonRequestType
|
||||
{
|
||||
|
||||
@@ -5,7 +5,9 @@ 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.XmlSeeAlso;
|
||||
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",
|
||||
"totalResults"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
GetStateChangesResponseType.class
|
||||
})
|
||||
public abstract class CommonSearchResponseType
|
||||
extends CommonResponseType
|
||||
{
|
||||
|
||||
@@ -6,7 +6,13 @@ 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.XmlSeeAlso;
|
||||
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 = {
|
||||
"zusaetzlicheElementarproduktdaten"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
ElementarproduktKfzType.class,
|
||||
VerkehrsrechtsschutzKfzType.class,
|
||||
ElementarproduktRechtsschutzType.class,
|
||||
ElementarproduktSachPrivatType.class,
|
||||
ElementarproduktUnfallType.class
|
||||
})
|
||||
public abstract class ElementarproduktType
|
||||
extends ProduktbausteinAntragsprozessType
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
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.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
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",
|
||||
"zusaetzlicheProduktdaten"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
ProduktKfzType.class,
|
||||
ZusatzproduktKfzType.class,
|
||||
ProduktRechtsschutzType.class,
|
||||
ProduktSachPrivatType.class,
|
||||
ProduktUnfallType.class
|
||||
})
|
||||
public abstract class ProduktType
|
||||
extends ProduktbausteinAntragsprozessType
|
||||
{
|
||||
|
||||
@@ -7,8 +7,13 @@ 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.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
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",
|
||||
"zusaetzlicheVerkaufproduktdaten"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
VerkaufsproduktKfzType.class,
|
||||
VerkaufsproduktRechtsschutzType.class,
|
||||
VerkaufsproduktSachPrivatType.class,
|
||||
VerkaufsproduktUnfallType.class
|
||||
})
|
||||
public abstract class VerkaufsproduktType
|
||||
extends ProduktbausteinAntragsprozessType
|
||||
{
|
||||
|
||||
@@ -7,6 +7,9 @@ import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
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,
|
||||
FahrzeugType.class,
|
||||
VersicherterBetriebType.class,
|
||||
VersicherteLiegenschaftType.class
|
||||
VersicherteLiegenschaftType.class,
|
||||
VersichertesObjektSachPrivatType.class,
|
||||
RisikoHaushaltType.class,
|
||||
RisikoGebaeudeType.class
|
||||
})
|
||||
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.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.sachPrivat.CalculateSachPrivatResponseType;
|
||||
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({
|
||||
CalculateKfzResponseType.class,
|
||||
CalculateRechtsschutzResponseType.class,
|
||||
CalculateSachPrivatResponseType.class,
|
||||
CalculateUnfallResponseType.class
|
||||
})
|
||||
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.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.sachPrivat.CreateApplicationSachPrivatResponseType;
|
||||
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({
|
||||
CreateApplicationKfzResponseType.class,
|
||||
CreateApplicationRechtsschutzResponseType.class,
|
||||
CreateApplicationSachPrivatResponseType.class,
|
||||
CreateApplicationUnfallResponseType.class
|
||||
})
|
||||
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.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.sachPrivat.CreateOfferSachPrivatResponseType;
|
||||
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({
|
||||
CreateOfferKfzResponseType.class,
|
||||
CreateOfferRechtsschutzResponseType.class,
|
||||
CreateOfferSachPrivatResponseType.class,
|
||||
CreateOfferUnfallResponseType.class
|
||||
})
|
||||
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">
|
||||
* <sequence>
|
||||
* <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>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -32,7 +33,8 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.ElementarproduktType;
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ElementarproduktKfz_Type", propOrder = {
|
||||
"fahrzeugRefLfdNr"
|
||||
"fahrzeugRefLfdNr",
|
||||
"leasingVerbundUnternehmen"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
HaftpflichtKfzType.class,
|
||||
@@ -47,6 +49,8 @@ public abstract class ElementarproduktKfzType
|
||||
|
||||
@XmlElement(name = "FahrzeugRefLfdNr")
|
||||
protected String fahrzeugRefLfdNr;
|
||||
@XmlElement(name = "LeasingVerbundUnternehmen")
|
||||
protected Boolean leasingVerbundUnternehmen;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der fahrzeugRefLfdNr-Eigenschaft ab.
|
||||
@@ -72,4 +76,28 @@ public abstract class ElementarproduktKfzType
|
||||
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.XmlElement;
|
||||
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>
|
||||
* <complexType name="CalculateSachPrivatResponse_Type">
|
||||
* <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>
|
||||
* <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"/>
|
||||
@@ -36,7 +36,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonResponseType;
|
||||
"responseUpselling"
|
||||
})
|
||||
public class CalculateSachPrivatResponseType
|
||||
extends CommonResponseType
|
||||
extends CalculateResponseType
|
||||
{
|
||||
|
||||
@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.XmlElement;
|
||||
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>
|
||||
* <complexType name="CreateApplicationSachPrivatResponse_Type">
|
||||
* <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>
|
||||
* <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}AntragSachPrivat_Type"/>
|
||||
* </sequence>
|
||||
@@ -34,7 +34,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonResponseType;
|
||||
"antragsantwort"
|
||||
})
|
||||
public class CreateApplicationSachPrivatResponseType
|
||||
extends CommonResponseType
|
||||
extends CreateApplicationResponseType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsantwort", required = true)
|
||||
|
||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferRequestTy
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequest_Type">
|
||||
* <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>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -31,37 +31,37 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferRequestTy
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateOfferSachPrivatRequest_Type", propOrder = {
|
||||
"berechnungsanfrage"
|
||||
"offertanfrage"
|
||||
})
|
||||
public class CreateOfferSachPrivatRequestType
|
||||
extends CreateOfferRequestType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Berechnungsanfrage", required = true)
|
||||
protected OffertSachPrivatType berechnungsanfrage;
|
||||
@XmlElement(name = "Offertanfrage", required = true)
|
||||
protected OffertSachPrivatType offertanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der berechnungsanfrage-Eigenschaft ab.
|
||||
* Ruft den Wert der offertanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link OffertSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public OffertSachPrivatType getBerechnungsanfrage() {
|
||||
return berechnungsanfrage;
|
||||
public OffertSachPrivatType getOffertanfrage() {
|
||||
return offertanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der berechnungsanfrage-Eigenschaft fest.
|
||||
* Legt den Wert der offertanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link OffertSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public void setBerechnungsanfrage(OffertSachPrivatType value) {
|
||||
this.berechnungsanfrage = value;
|
||||
public void setOffertanfrage(OffertSachPrivatType 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.XmlElement;
|
||||
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>
|
||||
* <complexType name="CreateOfferSachPrivatResponse_Type">
|
||||
* <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>
|
||||
* <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>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -31,37 +31,37 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.CommonResponseType;
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateOfferSachPrivatResponse_Type", propOrder = {
|
||||
"berechnungsantwort"
|
||||
"offertantwort"
|
||||
})
|
||||
public class CreateOfferSachPrivatResponseType
|
||||
extends CommonResponseType
|
||||
extends CreateOfferResponseType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Berechnungsantwort", required = true)
|
||||
protected OffertSachPrivatType berechnungsantwort;
|
||||
@XmlElement(name = "Offertantwort", required = true)
|
||||
protected OffertSachPrivatType offertantwort;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der berechnungsantwort-Eigenschaft ab.
|
||||
* Ruft den Wert der offertantwort-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link OffertSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public OffertSachPrivatType getBerechnungsantwort() {
|
||||
return berechnungsantwort;
|
||||
public OffertSachPrivatType getOffertantwort() {
|
||||
return offertantwort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der berechnungsantwort-Eigenschaft fest.
|
||||
* Legt den Wert der offertantwort-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link OffertSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public void setBerechnungsantwort(OffertSachPrivatType value) {
|
||||
this.berechnungsantwort = value;
|
||||
public void setOffertantwort(OffertSachPrivatType value) {
|
||||
this.offertantwort = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -63,8 +63,8 @@ public class ChangeCommunicationObjectRequestType
|
||||
protected ObjektIdType objektId;
|
||||
@XmlElementRefs({
|
||||
@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;
|
||||
@XmlElement(name = "WirksamtkeitAb", required = true)
|
||||
@@ -115,9 +115,9 @@ public class ChangeCommunicationObjectRequestType
|
||||
*
|
||||
* <p>
|
||||
* 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 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:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:CommonResponse_Type">
|
||||
<xsd:extension base="ac:CalculateResponse_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Berechnungsantwort" type="BerechnungSachPrivat_Type"/>
|
||||
<xsd:element name="ResponseUpselling" type="UpsellingSachPrivatResponse_Type" minOccurs="0">
|
||||
@@ -535,7 +535,7 @@
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="ac:CreateOfferRequest_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Berechnungsanfrage" type="OffertSachPrivat_Type"/>
|
||||
<xsd:element name="Offertanfrage" type="OffertSachPrivat_Type"/>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
@@ -545,9 +545,9 @@
|
||||
<xsd:documentation>Typ des Responseobjekts für ein Offert Besitz</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:CommonResponse_Type">
|
||||
<xsd:extension base="ac:CreateOfferResponse_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Berechnungsantwort" type="OffertSachPrivat_Type"/>
|
||||
<xsd:element name="Offertantwort" type="OffertSachPrivat_Type"/>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
@@ -569,7 +569,7 @@
|
||||
<xsd:documentation>Typ des Responseobjekts für einen Antrag Besitz</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:CommonResponse_Type">
|
||||
<xsd:extension base="ac:CreateApplicationResponse_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Antragsantwort" type="AntragSachPrivat_Type"/>
|
||||
</xsd:sequence>
|
||||
|
||||
Reference in New Issue
Block a user