Vorbereitung Release 1.5 von OMDS: Neue Ordner für 1.5 (1.4 fehlt momentan, muss noch aus dem Branch hineinkopiert werden)

This commit is contained in:
2019-10-08 12:37:23 +02:00
parent d9c3cb8c42
commit a5e4b3af3b
5131 changed files with 1219 additions and 1210 deletions

View File

@@ -7,7 +7,7 @@ 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;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.RisikoAdresseType;
/**

View File

@@ -1,4 +1,4 @@
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
package at.vvo.omds.types.omds3Types.r1_5_0.brokerservice;
import java.net.MalformedURLException;
import java.net.URL;

View File

@@ -4,7 +4,7 @@
* This class is not complete
*/
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
package at.vvo.omds.types.omds3Types.r1_5_0.brokerservice;
import java.util.logging.Logger;
import javax.jws.WebMethod;
@@ -35,11 +35,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_4_0.brokerservice.OmdsServicePortType#lossEventRegistered(at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventRegisteredResponseType lossEventRegistered(at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventType parameters) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.LossEventRegisteredResponseType lossEventRegistered(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.LossEventType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation lossEventRegistered");
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventRegisteredResponseType _return = null;
at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.LossEventRegisteredResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();
@@ -51,11 +51,11 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
/* (non-Javadoc)
* @see at.vvo.omds.types.omds3Types.r1_4_0.brokerservice.OmdsServicePortType#declareNewClaimStatus(at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusRequestType parameters)*
*/
public at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusResponseType declareNewClaimStatus(at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusRequestType parameters) throws ServiceFaultMsg {
public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.DeclareNewClaimStatusResponseType declareNewClaimStatus(at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.DeclareNewClaimStatusRequestType parameters) throws ServiceFaultMsg {
LOG.info("Executing operation declareNewClaimStatus");
System.out.println(parameters);
try {
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusResponseType _return = null;
at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.DeclareNewClaimStatusResponseType _return = null;
return _return;
} catch (java.lang.Exception ex) {
ex.printStackTrace();

View File

@@ -1,4 +1,4 @@
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
package at.vvo.omds.types.omds3Types.r1_5_0.brokerservice;
import javax.jws.WebMethod;
import javax.jws.WebParam;
@@ -14,21 +14,21 @@ import javax.xml.bind.annotation.XmlSeeAlso;
*
*/
@WebService(targetNamespace = "http://omds.vvo.at/brokerservice/v1_4_0", name = "omdsServicePortType")
@XmlSeeAlso({at.vvo.omds.types.omds2Types.v2_11.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_4_0.common.ObjectFactory.class})
@XmlSeeAlso({at.vvo.omds.types.omds2Types.v2_11.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_5_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 at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventRegisteredResponseType lossEventRegistered(
public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.LossEventRegisteredResponseType lossEventRegistered(
@WebParam(partName = "parameters", name = "LossEventRegisteredRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventType parameters
at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.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 at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusResponseType declareNewClaimStatus(
public at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.DeclareNewClaimStatusResponseType declareNewClaimStatus(
@WebParam(partName = "parameters", name = "DeclareNewClaimStatusRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusRequestType parameters
at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.DeclareNewClaimStatusRequestType parameters
) throws ServiceFaultMsg;
}

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
package at.vvo.omds.types.omds3Types.r1_5_0.brokerservice;
/**
* Please modify this class to meet your needs
@@ -51,9 +51,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
{
System.out.println("Invoking lossEventRegistered...");
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventType _lossEventRegistered_parameters = null;
at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.LossEventType _lossEventRegistered_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventRegisteredResponseType _lossEventRegistered__return = port.lossEventRegistered(_lossEventRegistered_parameters);
at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.LossEventRegisteredResponseType _lossEventRegistered__return = port.lossEventRegistered(_lossEventRegistered_parameters);
System.out.println("lossEventRegistered.result=" + _lossEventRegistered__return);
} catch (ServiceFaultMsg e) {
@@ -63,9 +63,9 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
}
{
System.out.println("Invoking declareNewClaimStatus...");
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusRequestType _declareNewClaimStatus_parameters = null;
at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.DeclareNewClaimStatusRequestType _declareNewClaimStatus_parameters = null;
try {
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusResponseType _declareNewClaimStatus__return = port.declareNewClaimStatus(_declareNewClaimStatus_parameters);
at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.DeclareNewClaimStatusResponseType _declareNewClaimStatus__return = port.declareNewClaimStatus(_declareNewClaimStatus_parameters);
System.out.println("declareNewClaimStatus.result=" + _declareNewClaimStatus__return);
} catch (ServiceFaultMsg e) {

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
package at.vvo.omds.types.omds3Types.r1_5_0.brokerservice;
import javax.xml.ws.WebFault;
@@ -13,7 +13,7 @@ import javax.xml.ws.WebFault;
@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;
private at.vvo.omds.types.omds3Types.r1_5_0.common.ServiceFault serviceFault;
public ServiceFaultMsg() {
super();
@@ -27,17 +27,17 @@ public class ServiceFaultMsg extends Exception {
super(message, cause);
}
public ServiceFaultMsg(String message, at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault serviceFault) {
public ServiceFaultMsg(String message, at.vvo.omds.types.omds3Types.r1_5_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) {
public ServiceFaultMsg(String message, at.vvo.omds.types.omds3Types.r1_5_0.common.ServiceFault serviceFault, Throwable cause) {
super(message, cause);
this.serviceFault = serviceFault;
}
public at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault getFaultInfo() {
public at.vvo.omds.types.omds3Types.r1_5_0.common.ServiceFault getFaultInfo() {
return this.serviceFault;
}
}

View File

@@ -1,11 +1,11 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
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 at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenStatusType;
import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SchadenStatusType;
/**

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.math.BigDecimal;
import java.util.ArrayList;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;

View File

@@ -1,16 +1,16 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_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.BOARequestType;
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;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.BOARequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CalculateRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CreateApplicationRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CreateOfferRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.SubmitApplicationRequestType;
/**

View File

@@ -1,16 +1,16 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_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.BOAResponseType;
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;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.BOAResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CalculateResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CreateApplicationResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.CreateOfferResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.SubmitApplicationResponseType;
/**

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;
@@ -8,21 +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 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;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.GetApplicationDocumentRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.CollectionChangeRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.SetMailingAddressRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.AddCommunicationObjectRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangeCommunicationObjectRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePartnerMainAddressRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.CheckAddressRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CreateClaimRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.InitiateClaimRequestType;
import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SpezifikationSchadenType;
import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimRequestType;
/**
@@ -57,6 +57,13 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SubmitClaimRequestType;
"korrelationsId"
})
@XmlSeeAlso({
GetPartnerRequestType.class,
CheckAddressRequestType.class,
ChangePartnerMainAddressRequestType.class,
ChangePersonDataRequestType.class,
ChangeCommunicationObjectRequestType.class,
AddCommunicationObjectRequestType.class,
DeleteCommunicationObjectRequestType.class,
CreateClaimRequestType.class,
SubmitClaimRequestType.class,
InitiateClaimRequestType.class,
@@ -66,14 +73,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SubmitClaimRequestType;
CollectionChangeRequestType.class,
GetApplicationDocumentRequestType.class,
CommonProcessRequestType.class,
CommonSearchRequestType.class,
GetPartnerRequestType.class,
CheckAddressRequestType.class,
ChangePartnerMainAddressRequestType.class,
ChangePersonDataRequestType.class,
ChangeCommunicationObjectRequestType.class,
AddCommunicationObjectRequestType.class,
DeleteCommunicationObjectRequestType.class
CommonSearchRequestType.class
})
public abstract class CommonRequestType {

View File

@@ -1,27 +1,27 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_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.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;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.common.GetApplicationDocumentResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.CollectionChangeResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.GetPoliciesOfPartnerResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on3vertrag.SetMailingAddressResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.AddCommunicationObjectResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangeCommunicationObjectResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePartnerMainAddressResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.ChangePersonDataResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.CheckAddressResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.DeleteCommunicationObjectResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on4partner.GetPartnerResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.CreateClaimResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimResponseLightType;
import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.GetClaimResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.InitiateClaimResponseType;
import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SubmitClaimResponseType;
/**
@@ -50,6 +50,12 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SubmitClaimResponseType;
"status"
})
@XmlSeeAlso({
GetPartnerResponseType.class,
CheckAddressResponseType.class,
ChangePartnerMainAddressResponseType.class,
ChangePersonDataResponseType.class,
AddCommunicationObjectResponseType.class,
DeleteCommunicationObjectResponseType.class,
CreateClaimResponseType.class,
SubmitClaimResponseType.class,
InitiateClaimResponseType.class,
@@ -61,12 +67,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SubmitClaimResponseType;
GetApplicationDocumentResponseType.class,
CommonProcessResponseType.class,
CommonSearchResponseType.class,
GetPartnerResponseType.class,
CheckAddressResponseType.class,
ChangePartnerMainAddressResponseType.class,
ChangePersonDataResponseType.class,
AddCommunicationObjectResponseType.class,
DeleteCommunicationObjectResponseType.class,
ChangeCommunicationObjectResponseType.class
})
public abstract class CommonResponseType {

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
@@ -8,7 +8,7 @@ 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;
import at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesRequestType;
/**

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
@@ -7,7 +7,7 @@ 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;
import at.vvo.omds.types.omds3Types.r1_5_0.on1basis.GetStateChangesResponseType;
/**

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;
@@ -8,9 +8,9 @@ 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.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;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.ElementarproduktRechtsschutzType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.ElementarproduktSachPrivatType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.ElementarproduktUnfallType;
/**
@@ -39,8 +39,8 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.ElementarproduktUnfa
"zusaetzlicheElementarproduktdaten"
})
@XmlSeeAlso({
ElementarproduktRechtsschutzType.class,
ElementarproduktSachPrivatType.class,
ElementarproduktRechtsschutzType.class,
ElementarproduktUnfallType.class
})
public abstract class ElementarproduktGenerischType

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;
@@ -8,8 +8,8 @@ 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_5_0.on2antrag.kfz.ElementarproduktKfzType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.VerkehrsrechtsschutzKfzType;
/**

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.math.BigDecimal;
import javax.xml.bind.annotation.XmlAccessType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.math.BigInteger;
import javax.xml.bind.annotation.XmlAccessType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.math.BigDecimal;
import javax.xml.bind.annotation.XmlAccessType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
@@ -10,7 +10,7 @@ import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the at.vvo.omds.types.omds3Types.r1_4_0.common package.
* generated in the at.vvo.omds.types.omds3Types.r1_5_0.common package.
* <p>An ObjectFactory allows you to programatically
* construct new instances of the Java representation
* for XML content. The Java representation of XML
@@ -32,7 +32,7 @@ public class ObjectFactory {
private final static QName _Adresse_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "Adresse");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_4_0.common
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_5_0.common
*
*/
public ObjectFactory() {
@@ -47,11 +47,19 @@ public class ObjectFactory {
}
/**
* Create an instance of {@link ObjektIdType }
* Create an instance of {@link ResponseStatusType }
*
*/
public ObjektIdType createObjektIdType() {
return new ObjektIdType();
public ResponseStatusType createResponseStatusType() {
return new ResponseStatusType();
}
/**
* Create an instance of {@link PersonType }
*
*/
public PersonType createPersonType() {
return new PersonType();
}
/**
@@ -63,11 +71,11 @@ public class ObjectFactory {
}
/**
* Create an instance of {@link PersonType }
* Create an instance of {@link ObjektIdType }
*
*/
public PersonType createPersonType() {
return new PersonType();
public ObjektIdType createObjektIdType() {
return new ObjektIdType();
}
/**
@@ -94,14 +102,6 @@ public class ObjectFactory {
return new ElementIdType();
}
/**
* Create an instance of {@link ResponseStatusType }
*
*/
public ResponseStatusType createResponseStatusType() {
return new ResponseStatusType();
}
/**
* Create an instance of {@link DateianhangType }
*

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,11 +1,11 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
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 at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenmelderVermittlerType;
import at.vvo.omds.types.omds3Types.r1_5_0.on7schaden.SchadenmelderVermittlerType;
/**
@@ -29,9 +29,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenmelderVermittlerTyp
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ObjektSpezifikation_Type")
@XmlSeeAlso({
SchadenmelderVermittlerType.class,
PolizzenObjektSpezifikationType.class,
SchadenObjektSpezifikationType.class
SchadenObjektSpezifikationType.class,
SchadenmelderVermittlerType.class
})
public abstract class ObjektSpezifikationType {

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.math.BigInteger;
import javax.xml.bind.annotation.XmlAccessType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;
@@ -7,7 +7,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.servicetypes.PolicyPartnerRole;
import at.vvo.omds.types.omds3Types.r1_5_0.servicetypes.PolicyPartnerRole;
/**

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.math.BigDecimal;
import java.util.ArrayList;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;
@@ -10,9 +10,9 @@ 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.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;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.ProduktRechtsschutzType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.ProduktSachPrivatType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.ProduktUnfallType;
/**
@@ -49,8 +49,8 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.ProduktUnfallType;
"zusaetzlicheProduktdaten"
})
@XmlSeeAlso({
ProduktRechtsschutzType.class,
ProduktSachPrivatType.class,
ProduktRechtsschutzType.class,
ProduktUnfallType.class
})
public abstract class ProduktGenerischType

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;
@@ -10,8 +10,8 @@ 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_5_0.on2antrag.kfz.ProduktKfzType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.kfz.ZusatzproduktKfzType;
/**

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.math.BigDecimal;
import java.util.ArrayList;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.math.BigDecimal;
import javax.xml.bind.annotation.XmlAccessType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.math.BigInteger;
import javax.xml.bind.annotation.XmlAccessType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.activation.DataHandler;
import javax.xml.bind.annotation.XmlAccessType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;
@@ -10,9 +10,9 @@ 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.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;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.rs.VerkaufsproduktRechtsschutzType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.VerkaufsproduktSachPrivatType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.unfall.VerkaufsproduktUnfallType;
/**
@@ -47,8 +47,8 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.VerkaufsproduktUnfal
"zusaetzlicheVerkaufproduktdaten"
})
@XmlSeeAlso({
VerkaufsproduktRechtsschutzType.class,
VerkaufsproduktSachPrivatType.class,
VerkaufsproduktRechtsschutzType.class,
VerkaufsproduktUnfallType.class
})
public abstract class VerkaufsproduktGenerischType

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;
@@ -10,7 +10,7 @@ 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_5_0.on2antrag.kfz.VerkaufsproduktKfzType;
/**

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.math.BigInteger;
import java.util.ArrayList;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.util.ArrayList;
import java.util.List;
@@ -8,9 +8,9 @@ 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.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;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.RisikoGebaeudeType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.RisikoHaushaltType;
import at.vvo.omds.types.omds3Types.r1_5_0.on2antrag.sachPrivat.VersichertesObjektSachPrivatType;
/**
@@ -39,13 +39,13 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.VersichertesObje
"attributMetadaten"
})
@XmlSeeAlso({
VersichertesObjektSachPrivatType.class,
RisikoHaushaltType.class,
RisikoGebaeudeType.class,
VersichertePersonType.class,
VersicherteVeranstaltungType.class,
VersicherterBetriebType.class,
VersicherteLiegenschaftType.class,
VersichertesObjektSachPrivatType.class,
RisikoHaushaltType.class,
RisikoGebaeudeType.class
VersicherteLiegenschaftType.class
})
public abstract class VersichertesInteresseMitAttributMetadatenType
extends VersichertesInteresseType

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import java.math.BigDecimal;
import javax.xml.bind.annotation.XmlAccessType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,2 +1,2 @@
@javax.xml.bind.annotation.XmlSchema(namespace = "urn:omds3CommonServiceTypes-1-1-0", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package at.vvo.omds.types.omds3Types.r1_4_0.common;
package at.vvo.omds.types.omds3Types.r1_5_0.common;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
package at.vvo.omds.types.omds3Types.r1_5_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
package at.vvo.omds.types.omds3Types.r1_5_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

View File

@@ -1,12 +1,12 @@
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
package at.vvo.omds.types.omds3Types.r1_5_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.UploadDokumentType;
import at.vvo.omds.types.omds3Types.r1_5_0.common.ObjektIdType;
import at.vvo.omds.types.omds3Types.r1_5_0.common.UploadDokumentType;
/**

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
package at.vvo.omds.types.omds3Types.r1_5_0.on1basis;
import java.util.ArrayList;
import java.util.List;
@@ -8,8 +8,8 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentenReferenzType;
import at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault;
import at.vvo.omds.types.omds3Types.r1_5_0.common.DokumentenReferenzType;
import at.vvo.omds.types.omds3Types.r1_5_0.common.ServiceFault;
/**

View File

@@ -1,5 +1,5 @@
package at.vvo.omds.types.omds3Types.r1_4_0.on1basis;
package at.vvo.omds.types.omds3Types.r1_5_0.on1basis;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

Some files were not shown because too many files have changed in this diff Show More