Namespaces der bestehenden xsds wieder auf den alten Stand zurück geändert, das unklar, wie es da weitergeht
Schaden überarbeitet: CreateClaim, SubmitClaim, Umbenennung Methode Dokumenten-Upload Änderungen aus Version 1.3 nachgezogen (insb. Innerclasses-Bereinigung bei nicht Quick-wins) SubmitApplication nimmt Applikationsdaten erneut entgegen Javaklassen neu generiert
This commit is contained in:
@@ -10,7 +10,7 @@ import javax.xml.ws.Service;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-03-12T18:28:48.227+01:00
|
||||
* 2019-05-15T12:29:27.990+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-03-12T18:28:48.019+01:00
|
||||
* 2019-05-15T12:29:27.907+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
@@ -48,6 +48,22 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#addDocToBusinessCase(at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToBusinessCaseRequestType parameters)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToBusinessCaseResponseType addDocToBusinessCase(at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToBusinessCaseRequestType parameters) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation addDocToBusinessCase");
|
||||
System.out.println(parameters);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToBusinessCaseResponseType _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.service.v1_4_0.OmdsServicePortType#checkAddress(at.vvo.omds.types.omds3Types.v1_4_0.on4partner.CheckAddressRequestType parameters)*
|
||||
*/
|
||||
@@ -320,6 +336,22 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#submitClaim(at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.SubmitClaimRequestType parameters)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.SubmitClaimResponseType submitClaim(at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.SubmitClaimRequestType parameters) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation submitClaim");
|
||||
System.out.println(parameters);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.SubmitClaimResponseType _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.service.v1_4_0.OmdsServicePortType#collectionChange(at.vvo.omds.types.omds3Types.v1_4_0.on3vertrag.CollectionChangeRequestType parameters)*
|
||||
*/
|
||||
@@ -416,22 +448,6 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#addDocToClaim(at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToClaimRequestType parameters)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToClaimResponseType addDocToClaim(at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToClaimRequestType parameters) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation addDocToClaim");
|
||||
System.out.println(parameters);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToClaimResponseType _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.service.v1_4_0.OmdsServicePortType#getPoliciesOfPartner(at.vvo.omds.types.omds3Types.v1_4_0.on3vertrag.GetPoliciesOfPartnerRequestType parameters)*
|
||||
*/
|
||||
|
||||
@@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-03-12T18:28:48.173+01:00
|
||||
* 2019-05-15T12:29:27.961+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
@@ -19,12 +19,19 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
public interface OmdsServicePortType {
|
||||
|
||||
@WebMethod(action = "urn:getOMDSPackageList")
|
||||
@WebResult(name = "getOMDSPackageListResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "getOMDSPackageListResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.OMDSPackageListResponse getOMDSPackageList(
|
||||
@WebParam(partName = "parameters", name = "getOMDSPackageListRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "getOMDSPackageListRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.OMDSPackageListRequest parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:addDocToBusinessCase")
|
||||
@WebResult(name = "AddDocToBusinessCaseResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToBusinessCaseResponseType addDocToBusinessCase(
|
||||
@WebParam(partName = "parameters", name = "AddDocToBusinessCaseRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToBusinessCaseRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:checkAddress")
|
||||
@WebResult(name = "CheckAddressResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on4partner", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.on4partner.CheckAddressResponseType checkAddress(
|
||||
@@ -61,30 +68,30 @@ public interface OmdsServicePortType {
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:createApplicationKfz")
|
||||
@WebResult(name = "CreateApplicationKfzResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", partName = "parameters")
|
||||
@WebResult(name = "CreateApplicationKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.CreateApplicationKfzResponseType createApplicationKfz(
|
||||
@WebParam(partName = "parameters", name = "CreateApplicationKfzRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz")
|
||||
@WebParam(partName = "parameters", name = "CreateApplicationKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.CreateApplicationKfzRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:createOfferKfz")
|
||||
@WebResult(name = "CreateOfferKfzResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", partName = "parameters")
|
||||
@WebResult(name = "CreateOfferKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.CreateOfferKfzResponseType createOfferKfz(
|
||||
@WebParam(partName = "parameters", name = "CreateOfferKfzRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz")
|
||||
@WebParam(partName = "parameters", name = "CreateOfferKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.CreateOfferKfzRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:deepLinkPartner")
|
||||
@WebResult(name = "getDeepLinkPartnerResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "getDeepLinkPartnerResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPartner(
|
||||
@WebParam(partName = "parameters", name = "getDeepLinkPartnerRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "getDeepLinkPartnerRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.DeepLinkPartnerRequest parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:deepLinkPolicy")
|
||||
@WebResult(name = "getDeepLinkPolicyResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "getDeepLinkPolicyResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkPolicy(
|
||||
@WebParam(partName = "parameters", name = "getDeepLinkPolicyRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "getDeepLinkPolicyRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.DeepLinkPolicyRequest parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@@ -96,23 +103,23 @@ public interface OmdsServicePortType {
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:searchClaim")
|
||||
@WebResult(name = "SearchClaimResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "SearchClaimResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.SearchClaimResponseType searchClaim(
|
||||
@WebParam(partName = "parameters", name = "SearchClaimRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "SearchClaimRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.SearchClaimRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getStateChanges")
|
||||
@WebResult(name = "GetStateChangesResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on1basis", partName = "parameters")
|
||||
@WebResult(name = "GetStateChangesResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.on1basis.GetStateChangesResponseType getStateChanges(
|
||||
@WebParam(partName = "parameters", name = "GetStateChangesRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on1basis")
|
||||
@WebParam(partName = "parameters", name = "GetStateChangesRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.on1basis.GetStateChangesRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getUserData")
|
||||
@WebResult(name = "getUserDataResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "getUserDataResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.UserDataResponse getUserData(
|
||||
@WebParam(partName = "parameters", name = "getUserDataRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "getUserDataRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.UserDataRequest parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@@ -124,26 +131,33 @@ public interface OmdsServicePortType {
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:initiateClaim")
|
||||
@WebResult(name = "InitiateClaimResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "InitiateClaimResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.InitiateClaimResponseType initiateClaim(
|
||||
@WebParam(partName = "parameters", name = "InitiateClaimRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "InitiateClaimRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.InitiateClaimRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:deepLinkClaim")
|
||||
@WebResult(name = "getDeepLinkClaimResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "getDeepLinkClaimResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkClaim(
|
||||
@WebParam(partName = "parameters", name = "getDeepLinkClaimRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "getDeepLinkClaimRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.DeepLinkClaimRequest parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:createClaim")
|
||||
@WebResult(name = "CreateClaimResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "CreateClaimResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.CreateClaimResponseType createClaim(
|
||||
@WebParam(partName = "parameters", name = "CreateClaimRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "CreateClaimRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.CreateClaimRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:submitClaim")
|
||||
@WebResult(name = "SubmitClaimResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.SubmitClaimResponseType submitClaim(
|
||||
@WebParam(partName = "parameters", name = "SubmitClaimRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.SubmitClaimRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:collectionChange")
|
||||
@WebResult(name = "CollectionChangeResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on3vertrag", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.on3vertrag.CollectionChangeResponseType collectionChange(
|
||||
@@ -152,47 +166,40 @@ public interface OmdsServicePortType {
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getOMDSPackage")
|
||||
@WebResult(name = "getOMDSPackageResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "getOMDSPackageResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.OMDSPackageResponse getOMDSPackage(
|
||||
@WebParam(partName = "parameters", name = "getOMDSPackageRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "getOMDSPackageRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.OMDSPackageRequest parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getNumberOfDocuments")
|
||||
@WebResult(name = "GetNumberOfDocumentsResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "GetNumberOfDocumentsResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.GetNumberOfDocumentsResponseType getNumberOfDocuments(
|
||||
@WebParam(partName = "parameters", name = "GetNumberOfDocumentsRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "GetNumberOfDocumentsRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.GetNumberOfDocumentsRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:deepLinkOffer")
|
||||
@WebResult(name = "getDeepLinkOfferResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "getDeepLinkOfferResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.DeepLinkBusinessObjectResponse deepLinkOffer(
|
||||
@WebParam(partName = "parameters", name = "getDeepLinkOfferRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "getDeepLinkOfferRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.DeepLinkOfferRequest parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getClaimLight")
|
||||
@WebResult(name = "GetClaimLightResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "GetClaimLightResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.GetClaimResponseLightType getClaimLight(
|
||||
@WebParam(partName = "parameters", name = "GetClaimLightRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "GetClaimLightRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.SpezifikationSchadenType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:calculateKfz")
|
||||
@WebResult(name = "CalculateKfzResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", partName = "parameters")
|
||||
@WebResult(name = "CalculateKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.CalculateKfzResponseType calculateKfz(
|
||||
@WebParam(partName = "parameters", name = "CalculateKfzRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz")
|
||||
@WebParam(partName = "parameters", name = "CalculateKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.CalculateKfzRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:addDocToClaim")
|
||||
@WebResult(name = "AddDocToClaimResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToClaimResponseType addDocToClaim(
|
||||
@WebParam(partName = "parameters", name = "AddDocToClaimRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToClaimRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:changePersonData")
|
||||
@WebResult(name = "GetPoliciesOfPartnerResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on3vertrag", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.on3vertrag.GetPoliciesOfPartnerResponseType getPoliciesOfPartner(
|
||||
@@ -208,9 +215,9 @@ public interface OmdsServicePortType {
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getDocumentInfos")
|
||||
@WebResult(name = "GetDocumentInfosResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "GetDocumentInfosResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.GetDocumentInfosResponseType getDocumentInfos(
|
||||
@WebParam(partName = "parameters", name = "GetDocumentInfosRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "GetDocumentInfosRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.GetDocumentInfosRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@@ -229,9 +236,9 @@ public interface OmdsServicePortType {
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getChangedClaimsList")
|
||||
@WebResult(name = "ChangedClaimsListResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "ChangedClaimsListResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.ChangedClaimsListResponseType getChangedClaimsList(
|
||||
@WebParam(partName = "parameters", name = "ChangedClaimsListRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "ChangedClaimsListRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.ChangedClaimsListRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@@ -250,16 +257,16 @@ public interface OmdsServicePortType {
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getArcImage")
|
||||
@WebResult(name = "getArcImageResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "getArcImageResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.ArcImageResponse getArcImage(
|
||||
@WebParam(partName = "parameters", name = "getArcImageRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "getArcImageRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.ArcImageRequest parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getClaim")
|
||||
@WebResult(name = "GetClaimResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "GetClaimResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.GetClaimResponseType getClaim(
|
||||
@WebParam(partName = "parameters", name = "GetClaimRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "GetClaimRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.SpezifikationSchadenType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@@ -278,16 +285,16 @@ public interface OmdsServicePortType {
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:login")
|
||||
@WebResult(name = "loginResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "loginResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.DeepLinkBusinessObjectResponse login(
|
||||
@WebParam(partName = "parameters", name = "loginRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "loginRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.LoginRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:declareEndpoint")
|
||||
@WebResult(name = "DeclareEndpointResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "DeclareEndpointResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.DeclareEndpointResponseType declareEndpoint(
|
||||
@WebParam(partName = "parameters", name = "DeclareEndpointRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "DeclareEndpointRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.DeclareEndpointRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@@ -299,9 +306,9 @@ public interface OmdsServicePortType {
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:submitApplicationKfz")
|
||||
@WebResult(name = "SubmitApplicationKfzResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", partName = "parameters")
|
||||
@WebResult(name = "SubmitApplicationKfzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.SubmitApplicationKfzResponseType submitApplicationKfz(
|
||||
@WebParam(partName = "parameters", name = "SubmitApplicationKfzRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz")
|
||||
@WebParam(partName = "parameters", name = "SubmitApplicationKfzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.SubmitApplicationKfzRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@@ -313,16 +320,16 @@ public interface OmdsServicePortType {
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getArcImageInfos")
|
||||
@WebResult(name = "getArcImageInfosResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "getArcImageInfosResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.ArcImageInfosResponse getArcImageInfos(
|
||||
@WebParam(partName = "parameters", name = "getArcImageInfosRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "getArcImageInfosRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.ArcImageInfosRequest parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:getLossEventList")
|
||||
@WebResult(name = "LossEventListResponse", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes", partName = "parameters")
|
||||
@WebResult(name = "LossEventListResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.LossEventListResponseType getLossEventList(
|
||||
@WebParam(partName = "parameters", name = "LossEventListRequest", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes")
|
||||
@WebParam(partName = "parameters", name = "LossEventListRequest", targetNamespace = "urn:omds3ServiceTypes-1-1-0")
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.LossEventListRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-03-12T18:28:47.870+01:00
|
||||
* 2019-05-15T12:29:27.768+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
@@ -55,6 +55,18 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.OMDSPackageListResponse _getOMDSPackageList__return = port.getOMDSPackageList(_getOMDSPackageList_parameters);
|
||||
System.out.println("getOMDSPackageList.result=" + _getOMDSPackageList__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
}
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking addDocToBusinessCase...");
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToBusinessCaseRequestType _addDocToBusinessCase_parameters = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToBusinessCaseResponseType _addDocToBusinessCase__return = port.addDocToBusinessCase(_addDocToBusinessCase_parameters);
|
||||
System.out.println("addDocToBusinessCase.result=" + _addDocToBusinessCase__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
@@ -259,6 +271,18 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.CreateClaimResponseType _createClaim__return = port.createClaim(_createClaim_parameters);
|
||||
System.out.println("createClaim.result=" + _createClaim__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
}
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking submitClaim...");
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.SubmitClaimRequestType _submitClaim_parameters = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.SubmitClaimResponseType _submitClaim__return = port.submitClaim(_submitClaim_parameters);
|
||||
System.out.println("submitClaim.result=" + _submitClaim__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
@@ -331,18 +355,6 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.CalculateKfzResponseType _calculateKfz__return = port.calculateKfz(_calculateKfz_parameters);
|
||||
System.out.println("calculateKfz.result=" + _calculateKfz__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
}
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking addDocToClaim...");
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToClaimRequestType _addDocToClaim_parameters = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.AddDocToClaimResponseType _addDocToClaim__return = port.addDocToClaim(_addDocToClaim_parameters);
|
||||
System.out.println("addDocToClaim.result=" + _addDocToClaim__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
|
||||
@@ -6,11 +6,11 @@ import javax.xml.ws.WebFault;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-03-12T18:28:47.984+01:00
|
||||
* 2019-05-15T12:29:27.893+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*/
|
||||
|
||||
@WebFault(name = "serviceFault", targetNamespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@WebFault(name = "serviceFault", targetNamespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
public class ServiceFaultMsg extends Exception {
|
||||
|
||||
private at.vvo.omds.types.omds3Types.v1_4_0.common.ServiceFault serviceFault;
|
||||
|
||||
@@ -21,7 +21,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element ref="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ObjektId"/>
|
||||
* <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId"/>
|
||||
* </sequence>
|
||||
* <attGroup ref="{urn:omds20}Adresse_Attribute"/>
|
||||
* </restriction>
|
||||
|
||||
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <pre>
|
||||
* <complexType name="AgentFilter_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}AuthorizationFilter">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter">
|
||||
* <choice>
|
||||
* <element name="MaklerID" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}MaklerID_Type"/>
|
||||
* <element name="MaklerID" type="{urn:omds3CommonServiceTypes-1-1-0}MaklerID_Type"/>
|
||||
* <element name="Vermnr" type="{urn:omds20}Vermnr" maxOccurs="unbounded"/>
|
||||
* </choice>
|
||||
* </extension>
|
||||
|
||||
@@ -21,8 +21,8 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <sequence>
|
||||
* <element name="Kontoinhaber" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="Bank" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="BIC" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}BIC_Type" minOccurs="0"/>
|
||||
* <element name="IBAN" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}IBAN_Type"/>
|
||||
* <element name="BIC" type="{urn:omds3CommonServiceTypes-1-1-0}BIC_Type" minOccurs="0"/>
|
||||
* <element name="IBAN" type="{urn:omds3CommonServiceTypes-1-1-0}IBAN_Type"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
|
||||
@@ -20,8 +20,8 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="BonusMalusVorversicherung" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}BonusMalusVorversicherung_Type"/>
|
||||
* <element name="Versicherungsgesellschaft" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Versicherungsgesellschaft_Type" minOccurs="0"/>
|
||||
* <element name="BonusMalusVorversicherung" type="{urn:omds3CommonServiceTypes-1-1-0}BonusMalusVorversicherung_Type"/>
|
||||
* <element name="Versicherungsgesellschaft" type="{urn:omds3CommonServiceTypes-1-1-0}Versicherungsgesellschaft_Type" minOccurs="0"/>
|
||||
* <element name="Polizzennummer" minOccurs="0">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
@@ -30,7 +30,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="OffeneSchaeden" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}OffeneSchaeden_Type" minOccurs="0"/>
|
||||
* <element name="OffeneSchaeden" type="{urn:omds3CommonServiceTypes-1-1-0}OffeneSchaeden_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
|
||||
@@ -22,9 +22,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.SubmitApplicationReq
|
||||
* <pre>
|
||||
* <complexType name="CommonProcessRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonRequest_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="Geschaeftsfallnummer" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ObjektId_Type" minOccurs="0"/>
|
||||
* <element ref="{urn:omds3CommonServiceTypes-1-1-0}Geschaeftsfallnummer" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -51,7 +51,7 @@ public abstract class CommonProcessRequestType
|
||||
protected ObjektIdType geschaeftsfallnummer;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der geschaeftsfallnummer-Eigenschaft ab.
|
||||
* Optional eine Geschaeftsfallnummer, die mehrere Request-Responses einem Geschaeftsfall zuordnet
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
|
||||
@@ -22,9 +22,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.SubmitApplicationRes
|
||||
* <pre>
|
||||
* <complexType name="CommonProcessResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonResponse_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="Geschaeftsfallnummer" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ObjektId_Type" minOccurs="0"/>
|
||||
* <element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -19,6 +19,10 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on4partner.ChangePersonDataRequestTyp
|
||||
import at.vvo.omds.types.omds3Types.v1_4_0.on4partner.CheckAddressRequestType;
|
||||
import at.vvo.omds.types.omds3Types.v1_4_0.on4partner.DeleteCommunicationObjectRequestType;
|
||||
import at.vvo.omds.types.omds3Types.v1_4_0.on4partner.GetPartnerRequestType;
|
||||
import at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.CreateClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.InitiateClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.SubmitClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.SubmitClaimResponseType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -35,7 +39,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on4partner.GetPartnerRequestType;
|
||||
* <sequence>
|
||||
* <element name="VUNr" type="{urn:omds20}VUNr"/>
|
||||
* <element name="ClientId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="TechnischeParameter" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}TechnicalKeyValue_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="TechnischeParameter" type="{urn:omds3CommonServiceTypes-1-1-0}TechnicalKeyValue_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="KorrelationsId" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
@@ -61,8 +65,12 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on4partner.GetPartnerRequestType;
|
||||
AddCommunicationObjectRequestType.class,
|
||||
DeleteCommunicationObjectRequestType.class,
|
||||
GetApplicationDocumentRequestType.class,
|
||||
CommonSearchRequestType.class,
|
||||
CreateClaimRequestType.class,
|
||||
SubmitClaimRequestType.class,
|
||||
SubmitClaimResponseType.class,
|
||||
InitiateClaimRequestType.class,
|
||||
CommonProcessRequestType.class,
|
||||
CommonSearchRequestType.class,
|
||||
GetPoliciesOfPartnerRequestType.class,
|
||||
SetMailingAddressRequestType.class,
|
||||
CollectionChangeRequestType.class
|
||||
|
||||
@@ -23,7 +23,8 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on4partner.ChangePersonDataResponseTy
|
||||
import at.vvo.omds.types.omds3Types.v1_4_0.on4partner.CheckAddressResponseType;
|
||||
import at.vvo.omds.types.omds3Types.v1_4_0.on4partner.DeleteCommunicationObjectResponseType;
|
||||
import at.vvo.omds.types.omds3Types.v1_4_0.on4partner.GetPartnerResponseType;
|
||||
import at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.DeleteResponseType;
|
||||
import at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.CreateClaimResponseType;
|
||||
import at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.InitiateClaimResponseType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -44,8 +45,8 @@ import at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.DeleteResponseType;
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="KorrelationsId" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="Ergebnis" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Status_Type"/>
|
||||
* <element name="Meldungen" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Ergebnis" type="{urn:omds3CommonServiceTypes-1-1-0}Status_Type"/>
|
||||
* <element name="Meldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
@@ -71,16 +72,17 @@ import at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.DeleteResponseType;
|
||||
AddCommunicationObjectResponseType.class,
|
||||
DeleteCommunicationObjectResponseType.class,
|
||||
GetApplicationDocumentResponseType.class,
|
||||
CommonSearchResponseType.class,
|
||||
CreateClaimResponseType.class,
|
||||
InitiateClaimResponseType.class,
|
||||
CalculateSachPrivatResponseType.class,
|
||||
CreateOfferSachPrivatResponseType.class,
|
||||
CreateApplicationSachPrivatResponseType.class,
|
||||
CommonProcessResponseType.class,
|
||||
CommonSearchResponseType.class,
|
||||
GetPoliciesOfPartnerResponseType.class,
|
||||
SetMailingAddressResponseType.class,
|
||||
CollectionChangeResponseType.class,
|
||||
ChangeCommunicationObjectResponseType.class,
|
||||
DeleteResponseType.class
|
||||
ChangeCommunicationObjectResponseType.class
|
||||
})
|
||||
public abstract class CommonResponseType {
|
||||
|
||||
@@ -123,8 +125,8 @@ public abstract class CommonResponseType {
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="KorrelationsId" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="Ergebnis" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Status_Type"/>
|
||||
* <element name="Meldungen" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Ergebnis" type="{urn:omds3CommonServiceTypes-1-1-0}Status_Type"/>
|
||||
* <element name="Meldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
|
||||
@@ -21,9 +21,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on1basis.GetStateChangesRequestType;
|
||||
* <pre>
|
||||
* <complexType name="CommonSearchRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonRequest_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="AuthFilter" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}AuthorizationFilter" minOccurs="0"/>
|
||||
* <element name="AuthFilter" type="{urn:omds3CommonServiceTypes-1-1-0}AuthorizationFilter" minOccurs="0"/>
|
||||
* <element name="Suchbegriff" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Zeitraum" type="{urn:omds20}EL-Zeitraum_Type" minOccurs="0"/>
|
||||
* <element name="MaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||
|
||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on1basis.GetStateChangesResponseType;
|
||||
* <pre>
|
||||
* <complexType name="CommonSearchResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonResponse_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="ActualOffset" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||
* <element name="ActualMaxResults" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||
|
||||
@@ -21,7 +21,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="DateiMimeType" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="DateiType" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}TypeDateianhang_Type" minOccurs="0"/>
|
||||
* <element name="DateiType" type="{urn:omds3CommonServiceTypes-1-1-0}TypeDateianhang_Type" minOccurs="0"/>
|
||||
* <element name="DateiName">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
|
||||
@@ -24,12 +24,12 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
|
||||
* <element name="Name" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
|
||||
* <element name="DocumentType" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}DocumentType"/>
|
||||
* <element name="Mimetype" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
|
||||
* <element name="Groesse" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
|
||||
* <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="DocumentType" type="{urn:omds3CommonServiceTypes-1-1-0}DocumentType"/>
|
||||
* <element name="Mimetype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Groesse" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
|
||||
* <element name="Datum" type="{urn:omds20}Datum-Zeit" minOccurs="0"/>
|
||||
* <element name="ReferenzWeitereDokumente" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="ReferenzWeitereDokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
@@ -53,13 +53,13 @@ public class DokumentInfoType {
|
||||
@XmlElement(name = "Content")
|
||||
protected byte[] content;
|
||||
@XmlElement(name = "Name")
|
||||
protected Object name;
|
||||
protected String name;
|
||||
@XmlElement(name = "DocumentType")
|
||||
protected int documentType;
|
||||
@XmlElement(name = "Mimetype")
|
||||
protected Object mimetype;
|
||||
protected String mimetype;
|
||||
@XmlElement(name = "Groesse")
|
||||
protected Object groesse;
|
||||
protected Long groesse;
|
||||
@XmlElement(name = "Datum")
|
||||
@XmlSchemaType(name = "dateTime")
|
||||
protected XMLGregorianCalendar datum;
|
||||
@@ -93,10 +93,10 @@ public class DokumentInfoType {
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Object }
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public Object getName() {
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
@@ -105,10 +105,10 @@ public class DokumentInfoType {
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Object }
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setName(Object value) {
|
||||
public void setName(String value) {
|
||||
this.name = value;
|
||||
}
|
||||
|
||||
@@ -133,10 +133,10 @@ public class DokumentInfoType {
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Object }
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public Object getMimetype() {
|
||||
public String getMimetype() {
|
||||
return mimetype;
|
||||
}
|
||||
|
||||
@@ -145,10 +145,10 @@ public class DokumentInfoType {
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Object }
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setMimetype(Object value) {
|
||||
public void setMimetype(String value) {
|
||||
this.mimetype = value;
|
||||
}
|
||||
|
||||
@@ -157,10 +157,10 @@ public class DokumentInfoType {
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Object }
|
||||
* {@link Long }
|
||||
*
|
||||
*/
|
||||
public Object getGroesse() {
|
||||
public Long getGroesse() {
|
||||
return groesse;
|
||||
}
|
||||
|
||||
@@ -169,10 +169,10 @@ public class DokumentInfoType {
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Object }
|
||||
* {@link Long }
|
||||
*
|
||||
*/
|
||||
public void setGroesse(Object value) {
|
||||
public void setGroesse(Long value) {
|
||||
this.groesse = value;
|
||||
}
|
||||
|
||||
|
||||
@@ -24,9 +24,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.Elementarprodukt
|
||||
* <pre>
|
||||
* <complexType name="Elementarprodukt_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ProduktbausteinAntragsprozess_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktbausteinAntragsprozess_Type">
|
||||
* <sequence>
|
||||
* <element name="ZusaetzlicheElementarproduktdaten" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ZusaetzlicheElementarproduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="ZusaetzlicheElementarproduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheElementarproduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -5,6 +5,7 @@ import java.math.BigDecimal;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import javax.xml.datatype.XMLGregorianCalendar;
|
||||
@@ -21,7 +22,10 @@ import at.vvo.omds.types.omds2Types.v2_11.Entsch2Type;
|
||||
* <pre>
|
||||
* <complexType name="Fahrzeug_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}VersichertesInteresse_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type">
|
||||
* <sequence>
|
||||
* <element name="Zulassungsdaten" type="{urn:omds3CommonServiceTypes-1-1-0}Zulassungsdaten_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* <attribute name="FzgArtCd" type="{urn:omds20}FzgArtCd_Type" />
|
||||
* <attribute name="Marke">
|
||||
* <simpleType>
|
||||
@@ -110,73 +114,101 @@ import at.vvo.omds.types.omds2Types.v2_11.Entsch2Type;
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "Fahrzeug_Type")
|
||||
@XmlType(name = "Fahrzeug_Type", propOrder = {
|
||||
"zulassungsdaten"
|
||||
})
|
||||
public class FahrzeugType
|
||||
extends VersichertesInteresseType
|
||||
{
|
||||
|
||||
@XmlAttribute(name = "FzgArtCd", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlElement(name = "Zulassungsdaten")
|
||||
protected ZulassungsdatenType zulassungsdaten;
|
||||
@XmlAttribute(name = "FzgArtCd", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected String fzgArtCd;
|
||||
@XmlAttribute(name = "Marke", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Marke", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected String marke;
|
||||
@XmlAttribute(name = "Handelsbez", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Handelsbez", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected String handelsbez;
|
||||
@XmlAttribute(name = "TypVarVer", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "TypVarVer", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected String typVarVer;
|
||||
@XmlAttribute(name = "Leasingkz", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Leasingkz", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected Entsch2Type leasingkz;
|
||||
@XmlAttribute(name = "Modelljahr", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Modelljahr", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected Integer modelljahr;
|
||||
@XmlAttribute(name = "Leistung", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Leistung", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected Integer leistung;
|
||||
@XmlAttribute(name = "Plaetze", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Plaetze", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected Integer plaetze;
|
||||
@XmlAttribute(name = "Nutzlast", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Nutzlast", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected BigDecimal nutzlast;
|
||||
@XmlAttribute(name = "Hubraum", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Hubraum", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected Integer hubraum;
|
||||
@XmlAttribute(name = "AntriebsArtCd", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "AntriebsArtCd", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected String antriebsArtCd;
|
||||
@XmlAttribute(name = "CO2_Ausstoss", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "CO2_Ausstoss", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected Integer co2Ausstoss;
|
||||
@XmlAttribute(name = "Fahrgestnr", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Fahrgestnr", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected String fahrgestnr;
|
||||
@XmlAttribute(name = "Motornr", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Motornr", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected String motornr;
|
||||
@XmlAttribute(name = "NatCode", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "NatCode", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected String natCode;
|
||||
@XmlAttribute(name = "VerwendzweckCd", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "VerwendzweckCd", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected String verwendzweckCd;
|
||||
@XmlAttribute(name = "Erstzulassdat", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Erstzulassdat", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected XMLGregorianCalendar erstzulassdat;
|
||||
@XmlAttribute(name = "LandesCd", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "LandesCd", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected String landesCd;
|
||||
@XmlAttribute(name = "Pol_Kennz", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Pol_Kennz", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected String polKennz;
|
||||
@XmlAttribute(name = "Tueren", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Tueren", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected Integer tueren;
|
||||
@XmlAttribute(name = "Baujahr", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Baujahr", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected Integer baujahr;
|
||||
@XmlAttribute(name = "Gesamtgewicht", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Gesamtgewicht", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected Integer gesamtgewicht;
|
||||
@XmlAttribute(name = "Listenpreis", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Listenpreis", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected BigDecimal listenpreis;
|
||||
@XmlAttribute(name = "Sonderausstattung", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Sonderausstattung", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected BigDecimal sonderausstattung;
|
||||
@XmlAttribute(name = "Eigengewicht", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "Eigengewicht", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected Integer eigengewicht;
|
||||
@XmlAttribute(name = "ZulassdatHalter", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common")
|
||||
@XmlAttribute(name = "ZulassdatHalter", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected XMLGregorianCalendar zulassdatHalter;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der zulassungsdaten-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ZulassungsdatenType }
|
||||
*
|
||||
*/
|
||||
public ZulassungsdatenType getZulassungsdaten() {
|
||||
return zulassungsdaten;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der zulassungsdaten-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ZulassungsdatenType }
|
||||
*
|
||||
*/
|
||||
public void setZulassungsdaten(ZulassungsdatenType value) {
|
||||
this.zulassungsdaten = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der fzgArtCd-Eigenschaft ab.
|
||||
*
|
||||
|
||||
@@ -53,17 +53,17 @@ import javax.xml.bind.annotation.XmlType;
|
||||
@XmlType(name = "Kreditkarte_Type")
|
||||
public class KreditkarteType {
|
||||
|
||||
@XmlAttribute(name = "Gesellschaft", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", required = true)
|
||||
@XmlAttribute(name = "Gesellschaft", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
||||
protected String gesellschaft;
|
||||
@XmlAttribute(name = "Kartennummer", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", required = true)
|
||||
@XmlAttribute(name = "Kartennummer", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
||||
protected String kartennummer;
|
||||
@XmlAttribute(name = "Inhaber", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", required = true)
|
||||
@XmlAttribute(name = "Inhaber", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
||||
protected String inhaber;
|
||||
@XmlAttribute(name = "Pruefziffer", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", required = true)
|
||||
@XmlAttribute(name = "Pruefziffer", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
||||
protected long pruefziffer;
|
||||
@XmlAttribute(name = "AblaufMonat", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", required = true)
|
||||
@XmlAttribute(name = "AblaufMonat", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
||||
protected short ablaufMonat;
|
||||
@XmlAttribute(name = "AblaufJahr", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", required = true)
|
||||
@XmlAttribute(name = "AblaufJahr", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
||||
protected short ablaufJahr;
|
||||
|
||||
/**
|
||||
|
||||
@@ -24,12 +24,12 @@ import javax.xml.namespace.QName;
|
||||
@XmlRegistry
|
||||
public class ObjectFactory {
|
||||
|
||||
private final static QName _ServiceFault_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/common", "serviceFault");
|
||||
private final static QName _GeschaeftsfallId_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/common", "GeschaeftsfallId");
|
||||
private final static QName _OrdnungsbegriffZuordFremd_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/common", "OrdnungsbegriffZuordFremd");
|
||||
private final static QName _ObjektId_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/common", "ObjektId");
|
||||
private final static QName _Adresse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/common", "Adresse");
|
||||
private final static QName _ObjLfnr_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/common", "ObjLfnr");
|
||||
private final static QName _ServiceFault_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "serviceFault");
|
||||
private final static QName _OrdnungsbegriffZuordFremd_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "OrdnungsbegriffZuordFremd");
|
||||
private final static QName _Geschaeftsfallnummer_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "Geschaeftsfallnummer");
|
||||
private final static QName _ObjektId_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "ObjektId");
|
||||
private final static QName _Adresse_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "Adresse");
|
||||
private final static QName _ObjLfnr_QNAME = new QName("urn:omds3CommonServiceTypes-1-1-0", "ObjLfnr");
|
||||
|
||||
/**
|
||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.v1_4_0.common
|
||||
@@ -55,11 +55,11 @@ public class ObjectFactory {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ServiceFault }
|
||||
* Create an instance of {@link PersonType }
|
||||
*
|
||||
*/
|
||||
public ServiceFault createServiceFault() {
|
||||
return new ServiceFault();
|
||||
public PersonType createPersonType() {
|
||||
return new PersonType();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -70,6 +70,14 @@ public class ObjectFactory {
|
||||
return new ObjektIdType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ServiceFault }
|
||||
*
|
||||
*/
|
||||
public ServiceFault createServiceFault() {
|
||||
return new ServiceFault();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link AdresseType }
|
||||
*
|
||||
@@ -94,14 +102,6 @@ public class ObjectFactory {
|
||||
return new ElementIdType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link PersonType }
|
||||
*
|
||||
*/
|
||||
public PersonType createPersonType() {
|
||||
return new PersonType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link DateianhangType }
|
||||
*
|
||||
@@ -294,6 +294,14 @@ public class ObjectFactory {
|
||||
return new FahrzeugType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ZulassungsdatenType }
|
||||
*
|
||||
*/
|
||||
public ZulassungsdatenType createZulassungsdatenType() {
|
||||
return new ZulassungsdatenType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link VersicherterBetriebType }
|
||||
*
|
||||
@@ -338,7 +346,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link ServiceFault }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", name = "serviceFault")
|
||||
@XmlElementDecl(namespace = "urn:omds3CommonServiceTypes-1-1-0", name = "serviceFault")
|
||||
public JAXBElement<ServiceFault> createServiceFault(ServiceFault value) {
|
||||
return new JAXBElement<ServiceFault>(_ServiceFault_QNAME, ServiceFault.class, null, value);
|
||||
}
|
||||
@@ -347,16 +355,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", name = "GeschaeftsfallId")
|
||||
public JAXBElement<String> createGeschaeftsfallId(String value) {
|
||||
return new JAXBElement<String>(_GeschaeftsfallId_QNAME, String.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", name = "OrdnungsbegriffZuordFremd")
|
||||
@XmlElementDecl(namespace = "urn:omds3CommonServiceTypes-1-1-0", name = "OrdnungsbegriffZuordFremd")
|
||||
public JAXBElement<String> createOrdnungsbegriffZuordFremd(String value) {
|
||||
return new JAXBElement<String>(_OrdnungsbegriffZuordFremd_QNAME, String.class, null, value);
|
||||
}
|
||||
@@ -365,7 +364,16 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", name = "ObjektId")
|
||||
@XmlElementDecl(namespace = "urn:omds3CommonServiceTypes-1-1-0", name = "Geschaeftsfallnummer")
|
||||
public JAXBElement<ObjektIdType> createGeschaeftsfallnummer(ObjektIdType value) {
|
||||
return new JAXBElement<ObjektIdType>(_Geschaeftsfallnummer_QNAME, ObjektIdType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link ObjektIdType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:omds3CommonServiceTypes-1-1-0", name = "ObjektId")
|
||||
public JAXBElement<ObjektIdType> createObjektId(ObjektIdType value) {
|
||||
return new JAXBElement<ObjektIdType>(_ObjektId_QNAME, ObjektIdType.class, null, value);
|
||||
}
|
||||
@@ -374,7 +382,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link AdresseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", name = "Adresse")
|
||||
@XmlElementDecl(namespace = "urn:omds3CommonServiceTypes-1-1-0", name = "Adresse")
|
||||
public JAXBElement<AdresseType> createAdresse(AdresseType value) {
|
||||
return new JAXBElement<AdresseType>(_Adresse_QNAME, AdresseType.class, null, value);
|
||||
}
|
||||
@@ -383,7 +391,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", name = "ObjLfnr")
|
||||
@XmlElementDecl(namespace = "urn:omds3CommonServiceTypes-1-1-0", name = "ObjLfnr")
|
||||
public JAXBElement<String> createObjLfnr(String value) {
|
||||
return new JAXBElement<String>(_ObjLfnr_QNAME, String.class, null, value);
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="GueltigAb" type="{urn:omds20}Datum-Zeit" minOccurs="0"/>
|
||||
* <element ref="{http://omds.vvo.at/types/omds3types/v1_4_0/common}OrdnungsbegriffZuordFremd" minOccurs="0"/>
|
||||
* <element ref="{urn:omds3CommonServiceTypes-1-1-0}OrdnungsbegriffZuordFremd" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
|
||||
@@ -19,9 +19,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="OffenerSchaden1" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}OffenerSchaden_Type"/>
|
||||
* <element name="OffenerSchaden2" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}OffenerSchaden_Type" minOccurs="0"/>
|
||||
* <element name="OffenerSchaden3" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}OffenerSchaden_Type" minOccurs="0"/>
|
||||
* <element name="OffenerSchaden1" type="{urn:omds3CommonServiceTypes-1-1-0}OffenerSchaden_Type"/>
|
||||
* <element name="OffenerSchaden2" type="{urn:omds3CommonServiceTypes-1-1-0}OffenerSchaden_Type" minOccurs="0"/>
|
||||
* <element name="OffenerSchaden3" type="{urn:omds3CommonServiceTypes-1-1-0}OffenerSchaden_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
|
||||
@@ -33,12 +33,12 @@ import at.vvo.omds.types.omds2Types.v2_11.SONSTIGEPERSONType;
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element ref="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ObjektId"/>
|
||||
* <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId"/>
|
||||
* <choice>
|
||||
* <element ref="{urn:omds20}NATUERLICHE_PERSON"/>
|
||||
* <element ref="{urn:omds20}SONSTIGE_PERSON"/>
|
||||
* </choice>
|
||||
* <element ref="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Adresse" minOccurs="0"/>
|
||||
* <element ref="{urn:omds3CommonServiceTypes-1-1-0}Adresse" minOccurs="0"/>
|
||||
* <choice maxOccurs="unbounded" minOccurs="0">
|
||||
* <element ref="{urn:omds20}EL-Anzahl"/>
|
||||
* <element ref="{urn:omds20}EL-Einstufung"/>
|
||||
@@ -85,7 +85,7 @@ public class PersonType {
|
||||
@XmlElement(name = "EL-Text", namespace = "urn:omds20", type = ELTextType.class)
|
||||
})
|
||||
protected List<Object> elAnzahlOrELEinstufungOrELEntscheidungsfrage;
|
||||
@XmlAttribute(name = "PersArtCd", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", required = true)
|
||||
@XmlAttribute(name = "PersArtCd", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
||||
protected PersArtCdType persArtCd;
|
||||
|
||||
/**
|
||||
|
||||
@@ -26,7 +26,7 @@ import at.vvo.omds.types.omds2Types.v2_11.WaehrungsCdType;
|
||||
* <sequence>
|
||||
* <element name="PraemieNto" type="{urn:omds20}decimal"/>
|
||||
* <element name="PraemieBto" type="{urn:omds20}decimal"/>
|
||||
* <element name="Versicherungssteuer" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Versicherungssteuer_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Versicherungssteuer" type="{urn:omds3CommonServiceTypes-1-1-0}Versicherungssteuer_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="WaehrungsCd" type="{urn:omds20}WaehrungsCd_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
|
||||
@@ -26,13 +26,13 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.ProduktSachPriva
|
||||
* <pre>
|
||||
* <complexType name="Produkt_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ProduktbausteinAntragsprozess_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktbausteinAntragsprozess_Type">
|
||||
* <sequence>
|
||||
* <element name="Produktgeneration" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="Zahlweg" type="{urn:omds20}ZahlWegCd_Type" minOccurs="0"/>
|
||||
* <element name="Zahlrhythmus" type="{urn:omds20}ZahlRhythmCd_Type"/>
|
||||
* <element name="Hauptfaelligkeit" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Hauptfaelligkeit_Type"/>
|
||||
* <element name="ZusaetzlicheProduktdaten" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ZusaetzlicheProduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Hauptfaelligkeit" type="{urn:omds3CommonServiceTypes-1-1-0}Hauptfaelligkeit_Type"/>
|
||||
* <element name="ZusaetzlicheProduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheProduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -20,11 +20,11 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
||||
* <pre>
|
||||
* <complexType name="ProduktbausteinAntragsprozess_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Produktbaustein_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produktbaustein_Type">
|
||||
* <sequence>
|
||||
* <element name="VtgBeg" type="{urn:omds20}Datum-Zeit"/>
|
||||
* <element name="VtgEnde" type="{urn:omds20}Datum-Zeit" minOccurs="0"/>
|
||||
* <element name="Praemie" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Praemie_Type" minOccurs="0"/>
|
||||
* <element name="Praemie" type="{urn:omds3CommonServiceTypes-1-1-0}Praemie_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -19,7 +19,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
||||
* <pre>
|
||||
* <complexType name="ProduktbausteinAuskunft_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Produktbaustein_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produktbaustein_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsbeginn" type="{urn:omds20}Datum-Zeit"/>
|
||||
* <element name="Verkaufsende" type="{urn:omds20}Datum-Zeit" minOccurs="0"/>
|
||||
|
||||
@@ -25,7 +25,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Bezeichnung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Bedingungen" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Meldungen" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Meldungen" type="{urn:omds3CommonServiceTypes-1-1-0}ServiceFault" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
|
||||
@@ -25,12 +25,12 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.VerkaufsproduktS
|
||||
* <pre>
|
||||
* <complexType name="Verkaufsprodukt_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ProduktbausteinAntragsprozess_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktbausteinAntragsprozess_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsproduktgeneration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Berechnungsvariante" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Berechnungsvariante_Type" minOccurs="0"/>
|
||||
* <element name="Berechnungsvariante" type="{urn:omds3CommonServiceTypes-1-1-0}Berechnungsvariante_Type" minOccurs="0"/>
|
||||
* <element ref="{urn:omds20}EL-Rahmenvereinbarung" minOccurs="0"/>
|
||||
* <element name="ZusaetzlicheVerkaufproduktdaten" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ZusaetzlicheVerkaufproduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="ZusaetzlicheVerkaufproduktdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheVerkaufproduktdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -19,9 +19,9 @@ import at.vvo.omds.types.omds2Types.v2_11.ADRESSEType;
|
||||
* <pre>
|
||||
* <complexType name="VersicherteLiegenschaft_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}VersichertesInteresse_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type">
|
||||
* <sequence>
|
||||
* <element ref="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ObjektId"/>
|
||||
* <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId"/>
|
||||
* <element name="Adresse" type="{urn:omds20}ADRESSE_Type"/>
|
||||
* <element name="BebauteFlaecheInQm" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||
* <element name="UeberdachteFlaecheInQm" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||
|
||||
@@ -22,16 +22,16 @@ import at.vvo.omds.types.omds2Types.v2_11.ADRESSEType;
|
||||
* <pre>
|
||||
* <complexType name="VersicherterBetrieb_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}VersichertesInteresse_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type">
|
||||
* <sequence>
|
||||
* <element ref="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ObjektId" minOccurs="0"/>
|
||||
* <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId" minOccurs="0"/>
|
||||
* <element name="Adresse" type="{urn:omds20}ADRESSE_Type"/>
|
||||
* <element name="Betriebsart" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
|
||||
* <element name="Mitarbeiteranzahl" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||
* <element name="Umsatz" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
|
||||
* <element name="FlaecheInHektar" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
|
||||
* <element name="Mitgliederanzahl" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
||||
* <element name="ZusaetzlicheBetriebsdaten" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ZusaetzlicheBetriebsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="ZusaetzlicheBetriebsdaten" type="{urn:omds3CommonServiceTypes-1-1-0}ZusaetzlicheBetriebsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -23,7 +23,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.VersichertesObje
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element ref="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ObjLfnr" minOccurs="0"/>
|
||||
* <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjLfnr" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
@@ -37,12 +37,12 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.VersichertesObje
|
||||
"objLfnr"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
FahrzeugType.class,
|
||||
VersicherterBetriebType.class,
|
||||
VersicherteLiegenschaftType.class,
|
||||
VersichertesObjektSachPrivatType.class,
|
||||
RisikoHaushaltType.class,
|
||||
RisikoGebaeudeType.class
|
||||
RisikoGebaeudeType.class,
|
||||
FahrzeugType.class,
|
||||
VersicherterBetriebType.class,
|
||||
VersicherteLiegenschaftType.class
|
||||
})
|
||||
public abstract class VersichertesInteresseType {
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Versicherungssteuer" type="{urn:omds20}decimal"/>
|
||||
* <element name="VersicherungssteuerArt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}VersicherungssteuerArt_Type"/>
|
||||
* <element name="VersicherungssteuerArt" type="{urn:omds3CommonServiceTypes-1-1-0}VersicherungssteuerArt_Type"/>
|
||||
* <element name="VersicherungssteuerSatz" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
|
||||
@@ -32,7 +32,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="Versicherungsgesellschaft" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Versicherungsgesellschaft_Type"/>
|
||||
* <element name="Versicherungsgesellschaft" type="{urn:omds3CommonServiceTypes-1-1-0}Versicherungsgesellschaft_Type"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
|
||||
@@ -19,8 +19,8 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="VorversicherungKfz" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}VorversicherungenDetail_Type" minOccurs="0"/>
|
||||
* <element name="VorversicherungRechtsschutz" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}VorversicherungenDetail_Type" minOccurs="0"/>
|
||||
* <element name="VorversicherungKfz" type="{urn:omds3CommonServiceTypes-1-1-0}VorversicherungenDetail_Type" minOccurs="0"/>
|
||||
* <element name="VorversicherungRechtsschutz" type="{urn:omds3CommonServiceTypes-1-1-0}VorversicherungenDetail_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
|
||||
@@ -21,7 +21,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <sequence>
|
||||
* <element name="Zahlungsart" type="{urn:omds20}ZahlWegCd_Type"/>
|
||||
* <element name="Kontonummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="BIC" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}BIC_Type" minOccurs="0"/>
|
||||
* <element name="BIC" type="{urn:omds3CommonServiceTypes-1-1-0}BIC_Type" minOccurs="0"/>
|
||||
* <element name="Beschreibung" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
|
||||
@@ -21,7 +21,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <choice>
|
||||
* <element name="Zahlungsanweisung" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
|
||||
* <element name="Lastschrift" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Bankverbindung_Type"/>
|
||||
* <element name="Lastschrift" type="{urn:omds3CommonServiceTypes-1-1-0}Bankverbindung_Type"/>
|
||||
* <element name="Kundenkonto">
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
@@ -31,7 +31,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </element>
|
||||
* <element name="Kreditkarte" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Kreditkarte_Type"/>
|
||||
* <element name="Kreditkarte" type="{urn:omds3CommonServiceTypes-1-1-0}Kreditkarte_Type"/>
|
||||
* </choice>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
@@ -176,7 +176,7 @@ public class ZahlwegType {
|
||||
@XmlType(name = "")
|
||||
public static class Kundenkonto {
|
||||
|
||||
@XmlAttribute(name = "Kundenkontonummer", namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", required = true)
|
||||
@XmlAttribute(name = "Kundenkontonummer", namespace = "urn:omds3CommonServiceTypes-1-1-0", required = true)
|
||||
protected String kundenkontonummer;
|
||||
|
||||
/**
|
||||
|
||||
@@ -0,0 +1,120 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.v1_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.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für Zulassungsdaten
|
||||
*
|
||||
* <p>Java-Klasse für Zulassungsdaten_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="Zulassungsdaten_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="VBNummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Kennzeichen" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Fahrgestellnummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "Zulassungsdaten_Type", propOrder = {
|
||||
"vbNummer",
|
||||
"kennzeichen",
|
||||
"fahrgestellnummer"
|
||||
})
|
||||
public class ZulassungsdatenType {
|
||||
|
||||
@XmlElement(name = "VBNummer")
|
||||
protected String vbNummer;
|
||||
@XmlElement(name = "Kennzeichen")
|
||||
protected String kennzeichen;
|
||||
@XmlElement(name = "Fahrgestellnummer")
|
||||
protected String fahrgestellnummer;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der vbNummer-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVBNummer() {
|
||||
return vbNummer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der vbNummer-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVBNummer(String value) {
|
||||
this.vbNummer = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der kennzeichen-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getKennzeichen() {
|
||||
return kennzeichen;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der kennzeichen-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setKennzeichen(String value) {
|
||||
this.kennzeichen = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der fahrgestellnummer-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getFahrgestellnummer() {
|
||||
return fahrgestellnummer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der fahrgestellnummer-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setFahrgestellnummer(String value) {
|
||||
this.fahrgestellnummer = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,2 +1,2 @@
|
||||
@javax.xml.bind.annotation.XmlSchema(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/common", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||
@javax.xml.bind.annotation.XmlSchema(namespace = "urn:omds3CommonServiceTypes-1-1-0", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||
package at.vvo.omds.types.omds3Types.v1_4_0.common;
|
||||
|
||||
@@ -21,7 +21,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="StateChange" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on1basis}AbstractStateChangeEvent_Type" maxOccurs="unbounded"/>
|
||||
* <element name="StateChange" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStateChangeEvent_Type" maxOccurs="unbounded"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
|
||||
@@ -20,9 +20,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.common.GeschaeftsobjektArtType;
|
||||
* <pre>
|
||||
* <complexType name="GetStateChangesRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonSearchRequest_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonSearchRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="GeschaeftsobjektArt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}GeschaeftsobjektArt_Type" minOccurs="0"/>
|
||||
* <element name="GeschaeftsobjektArt" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsobjektArt_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -20,9 +20,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.common.CommonSearchResponseType;
|
||||
* <pre>
|
||||
* <complexType name="GetStateChangesResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonSearchResponse_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonSearchResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="Event" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on1basis}AbstractStateChangeEvent_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Event" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStateChangeEvent_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -24,10 +24,10 @@ import javax.xml.namespace.QName;
|
||||
@XmlRegistry
|
||||
public class ObjectFactory {
|
||||
|
||||
private final static QName _GetStateChangesRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on1basis", "GetStateChangesRequest");
|
||||
private final static QName _GetStateChangesResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on1basis", "GetStateChangesResponse");
|
||||
private final static QName _DeclareStateChangesRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on1basis", "DeclareStateChangesRequest");
|
||||
private final static QName _DeclareStateChangesResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on1basis", "DeclareStateChangesResponse");
|
||||
private final static QName _GetStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesRequest");
|
||||
private final static QName _GetStateChangesResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "GetStateChangesResponse");
|
||||
private final static QName _DeclareStateChangesRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareStateChangesRequest");
|
||||
private final static QName _DeclareStateChangesResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", "DeclareStateChangesResponse");
|
||||
|
||||
/**
|
||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.v1_4_0.on1basis
|
||||
@@ -88,7 +88,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetStateChangesRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on1basis", name = "GetStateChangesRequest")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetStateChangesRequest")
|
||||
public JAXBElement<GetStateChangesRequestType> createGetStateChangesRequest(GetStateChangesRequestType value) {
|
||||
return new JAXBElement<GetStateChangesRequestType>(_GetStateChangesRequest_QNAME, GetStateChangesRequestType.class, null, value);
|
||||
}
|
||||
@@ -97,7 +97,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetStateChangesResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on1basis", name = "GetStateChangesResponse")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "GetStateChangesResponse")
|
||||
public JAXBElement<GetStateChangesResponseType> createGetStateChangesResponse(GetStateChangesResponseType value) {
|
||||
return new JAXBElement<GetStateChangesResponseType>(_GetStateChangesResponse_QNAME, GetStateChangesResponseType.class, null, value);
|
||||
}
|
||||
@@ -106,7 +106,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link DeclareStateChangesRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on1basis", name = "DeclareStateChangesRequest")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareStateChangesRequest")
|
||||
public JAXBElement<DeclareStateChangesRequestType> createDeclareStateChangesRequest(DeclareStateChangesRequestType value) {
|
||||
return new JAXBElement<DeclareStateChangesRequestType>(_DeclareStateChangesRequest_QNAME, DeclareStateChangesRequestType.class, null, value);
|
||||
}
|
||||
@@ -115,7 +115,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link DeclareStateChangesResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on1basis", name = "DeclareStateChangesResponse")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", name = "DeclareStateChangesResponse")
|
||||
public JAXBElement<DeclareStateChangesResponseType> createDeclareStateChangesResponse(DeclareStateChangesResponseType value) {
|
||||
return new JAXBElement<DeclareStateChangesResponseType>(_DeclareStateChangesResponse_QNAME, DeclareStateChangesResponseType.class, null, value);
|
||||
}
|
||||
|
||||
@@ -21,16 +21,16 @@ import at.vvo.omds.types.omds3Types.v1_4_0.common.ObjektIdType;
|
||||
* <pre>
|
||||
* <complexType name="StateChangeEvent_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on1basis}AbstractStateChangeEvent_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStateChangeEvent_Type">
|
||||
* <sequence>
|
||||
* <element name="Objektart" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}GeschaeftsobjektArt_Type"/>
|
||||
* <element name="ObjektId" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ObjektId_Type"/>
|
||||
* <element name="Geschaeftsfallnummer" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ObjektId_Type" minOccurs="0"/>
|
||||
* <element name="GeschaeftsfallArt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}GeschaeftsfallArt_Type" minOccurs="0"/>
|
||||
* <element name="Objektart" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsobjektArt_Type"/>
|
||||
* <element name="ObjektId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
|
||||
* <element name="Geschaeftsfallnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
|
||||
* <element name="GeschaeftsfallArt" type="{urn:omds3CommonServiceTypes-1-1-0}GeschaeftsfallArt_Type" minOccurs="0"/>
|
||||
* <element name="Aenderungsdatum" type="{urn:omds20}Datum-Zeit"/>
|
||||
* <element name="StatusGueltigAbDatum" type="{urn:omds20}Datum-Zeit"/>
|
||||
* <element name="BisherigerStatus" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on1basis}AbstractStatusGeschaeftsfall_Type" minOccurs="0"/>
|
||||
* <element name="NeuerStatus" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on1basis}AbstractStatusGeschaeftsfall_Type"/>
|
||||
* <element name="BisherigerStatus" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStatusGeschaeftsfall_Type" minOccurs="0"/>
|
||||
* <element name="NeuerStatus" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStatusGeschaeftsfall_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <pre>
|
||||
* <complexType name="StatusAntragsGeschaeftsfall">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on1basis}AbstractStatusGeschaeftsfall_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen}AbstractStatusGeschaeftsfall_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragstatus" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}SubmitApplicationStatus_Type"/>
|
||||
* <element name="Antragstatus" type="{urn:omds3CommonServiceTypes-1-1-0}SubmitApplicationStatus_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@javax.xml.bind.annotation.XmlSchema(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on1basis", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||
@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on1basisfunktionen", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||
package at.vvo.omds.types.omds3Types.v1_4_0.on1basis;
|
||||
|
||||
@@ -22,7 +22,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CalculateSachPri
|
||||
* <pre>
|
||||
* <complexType name="CalculateRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonProcessRequest_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="RequestUpselling" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
||||
* </sequence>
|
||||
|
||||
@@ -20,7 +20,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CalculateRechtsschutzRes
|
||||
* <pre>
|
||||
* <complexType name="CalculateResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonProcessResponse_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessResponse_Type">
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
|
||||
@@ -25,9 +25,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateApplicatio
|
||||
* <pre>
|
||||
* <complexType name="CreateApplicationRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonProcessRequest_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="Dateianhaenge" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Dateianhang_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Dateianhaenge" type="{urn:omds3CommonServiceTypes-1-1-0}Dateianhang_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -25,11 +25,11 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateApplicationRechtss
|
||||
* <pre>
|
||||
* <complexType name="CreateApplicationResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonProcessResponse_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragstatus" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}SubmitApplicationStatus_Type" minOccurs="0"/>
|
||||
* <element name="Antragsnummer" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ObjektId_Type" minOccurs="0"/>
|
||||
* <element name="Dokumente" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Antragstatus" type="{urn:omds3CommonServiceTypes-1-1-0}SubmitApplicationStatus_Type" minOccurs="0"/>
|
||||
* <element name="Antragsnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
|
||||
* <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -21,7 +21,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateOfferSachP
|
||||
* <pre>
|
||||
* <complexType name="CreateOfferRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonProcessRequest_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessRequest_Type">
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
|
||||
@@ -24,9 +24,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateOfferRechtsschutzR
|
||||
* <pre>
|
||||
* <complexType name="CreateOfferResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonProcessResponse_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="Dokumente" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -18,7 +18,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.common.CommonRequestType;
|
||||
* <pre>
|
||||
* <complexType name="GetApplicationDocumentRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonRequest_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="DokumentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
|
||||
@@ -19,9 +19,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.common.DokumentInfoType;
|
||||
* <pre>
|
||||
* <complexType name="GetApplicationDocumentResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonResponse_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="Dokument" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}DokumentInfo_Type" minOccurs="0"/>
|
||||
* <element name="Dokument" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentInfo_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -24,8 +24,8 @@ import javax.xml.namespace.QName;
|
||||
@XmlRegistry
|
||||
public class ObjectFactory {
|
||||
|
||||
private final static QName _GetApplicationDocumentRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common", "GetApplicationDocumentRequest");
|
||||
private final static QName _GetApplicationDocumentResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common", "GetApplicationDocumentResponse");
|
||||
private final static QName _GetApplicationDocumentRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", "GetApplicationDocumentRequest");
|
||||
private final static QName _GetApplicationDocumentResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", "GetApplicationDocumentResponse");
|
||||
|
||||
/**
|
||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common
|
||||
@@ -54,7 +54,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetApplicationDocumentRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common", name = "GetApplicationDocumentRequest")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", name = "GetApplicationDocumentRequest")
|
||||
public JAXBElement<GetApplicationDocumentRequestType> createGetApplicationDocumentRequest(GetApplicationDocumentRequestType value) {
|
||||
return new JAXBElement<GetApplicationDocumentRequestType>(_GetApplicationDocumentRequest_QNAME, GetApplicationDocumentRequestType.class, null, value);
|
||||
}
|
||||
@@ -63,7 +63,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link GetApplicationDocumentResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common", name = "GetApplicationDocumentResponse")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", name = "GetApplicationDocumentResponse")
|
||||
public JAXBElement<GetApplicationDocumentResponseType> createGetApplicationDocumentResponse(GetApplicationDocumentResponseType value) {
|
||||
return new JAXBElement<GetApplicationDocumentResponseType>(_GetApplicationDocumentResponse_QNAME, GetApplicationDocumentResponseType.class, null, value);
|
||||
}
|
||||
|
||||
@@ -34,19 +34,19 @@ import at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.BeteiligtePersonVertragT
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Antragsart" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Antragsart_Type" minOccurs="0"/>
|
||||
* <element name="Personen" type="{http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes}BeteiligtePersonVertrag_Type" maxOccurs="unbounded"/>
|
||||
* <element name="Antragsart" type="{urn:omds3CommonServiceTypes-1-1-0}Antragsart_Type" minOccurs="0"/>
|
||||
* <element name="Personen" type="{urn:omds3ServiceTypes-1-1-0}BeteiligtePersonVertrag_Type" maxOccurs="unbounded"/>
|
||||
* <element name="Versicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
|
||||
* <element name="AbweichenderPraemienzahler" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
|
||||
* <element name="WeitereVersicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="WeitereVertragspersonen" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Vertragsperson_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Zahlungsdaten" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Zahlungsdaten_Type"/>
|
||||
* <element name="Sepa" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}SepaCd_Type" minOccurs="0"/>
|
||||
* <element name="Vinkulierung" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Vinkularglaeubiger_Type" minOccurs="0"/>
|
||||
* <element name="Polizzenversand" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}PolizzenversandType" minOccurs="0"/>
|
||||
* <element name="Datenschutzbestimmungen" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Datenverwendung_Type"/>
|
||||
* <element name="Kontierung" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Kontierung_Type" maxOccurs="3" minOccurs="0"/>
|
||||
* <element name="ZusaetzlicheAntragsdaten" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}ZusaetzlicheAntragsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="WeitereVertragspersonen" type="{urn:omds3CommonServiceTypes-1-1-0}Vertragsperson_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Zahlungsdaten" type="{urn:omds3CommonServiceTypes-1-1-0}Zahlungsdaten_Type"/>
|
||||
* <element name="Sepa" type="{urn:omds3CommonServiceTypes-1-1-0}SepaCd_Type" minOccurs="0"/>
|
||||
* <element name="Vinkulierung" type="{urn:omds3CommonServiceTypes-1-1-0}Vinkularglaeubiger_Type" minOccurs="0"/>
|
||||
* <element name="Polizzenversand" type="{urn:omds3CommonServiceTypes-1-1-0}PolizzenversandType" minOccurs="0"/>
|
||||
* <element name="Datenschutzbestimmungen" type="{urn:omds3CommonServiceTypes-1-1-0}Datenverwendung_Type"/>
|
||||
* <element name="Kontierung" type="{urn:omds3CommonServiceTypes-1-1-0}Kontierung_Type" maxOccurs="3" minOccurs="0"/>
|
||||
* <element name="ZusaetzlicheAntragsdaten" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}ZusaetzlicheAntragsdaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
|
||||
@@ -28,8 +28,8 @@ import at.vvo.omds.types.omds3Types.v1_4_0.servicetypes.BeteiligtePersonVertragT
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Offertnummer" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ObjektId_Type" minOccurs="0"/>
|
||||
* <element name="Personen" type="{http://omds.vvo.at/types/omds3types/v1_4_0/servicetypes}BeteiligtePersonVertrag_Type" maxOccurs="unbounded"/>
|
||||
* <element name="Offertnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
|
||||
* <element name="Personen" type="{urn:omds3ServiceTypes-1-1-0}BeteiligtePersonVertrag_Type" maxOccurs="unbounded"/>
|
||||
* <element name="Versicherungsnehmer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
|
||||
@@ -23,9 +23,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.SubmitApplicatio
|
||||
* <pre>
|
||||
* <complexType name="SubmitApplicationRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonProcessRequest_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsnummer" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ObjektId_Type"/>
|
||||
* <element name="Antragsnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -47,7 +47,7 @@ public abstract class SubmitApplicationRequestType
|
||||
extends CommonProcessRequestType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsnummer", required = true)
|
||||
@XmlElement(name = "Antragsnummer")
|
||||
protected ObjektIdType antragsnummer;
|
||||
|
||||
/**
|
||||
|
||||
@@ -26,11 +26,11 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.SubmitApplicatio
|
||||
* <pre>
|
||||
* <complexType name="SubmitApplicationResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}CommonProcessResponse_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}CommonProcessResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragstatus" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}SubmitApplicationStatus_Type"/>
|
||||
* <element name="Antragsnummer" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}ObjektId_Type"/>
|
||||
* <element name="Dokumente" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Antragstatus" type="{urn:omds3CommonServiceTypes-1-1-0}SubmitApplicationStatus_Type"/>
|
||||
* <element name="Antragsnummer" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
|
||||
* <element name="Dokumente" type="{urn:omds3CommonServiceTypes-1-1-0}DokumentInfo_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@javax.xml.bind.annotation.XmlSchema(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||
@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||
package at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common;
|
||||
|
||||
@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <pre>
|
||||
* <complexType name="AssistanceKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}ElementarproduktKfz_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ElementarproduktKfz_Type">
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
|
||||
@@ -18,10 +18,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CalculateRequestType
|
||||
* <pre>
|
||||
* <complexType name="CalculateKfzRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}CalculateRequest_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="Berechnungsanfrage" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}SpezBerechnungKfz_Type"/>
|
||||
* <element name="Zulassungsdaten" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}Zulassungsdaten_Type" minOccurs="0"/>
|
||||
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}BerechnungsdatenKfz"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -32,64 +31,37 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CalculateRequestType
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CalculateKfzRequest_Type", propOrder = {
|
||||
"berechnungsanfrage",
|
||||
"zulassungsdaten"
|
||||
"berechnungsdatenKfz"
|
||||
})
|
||||
public class CalculateKfzRequestType
|
||||
extends CalculateRequestType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Berechnungsanfrage", required = true)
|
||||
protected SpezBerechnungKfzType berechnungsanfrage;
|
||||
@XmlElement(name = "Zulassungsdaten")
|
||||
protected ZulassungsdatenType zulassungsdaten;
|
||||
@XmlElement(name = "BerechnungsdatenKfz", required = true)
|
||||
protected Object berechnungsdatenKfz;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der berechnungsanfrage-Eigenschaft ab.
|
||||
* Ruft den Wert der berechnungsdatenKfz-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezBerechnungKfzType }
|
||||
* {@link Object }
|
||||
*
|
||||
*/
|
||||
public SpezBerechnungKfzType getBerechnungsanfrage() {
|
||||
return berechnungsanfrage;
|
||||
public Object getBerechnungsdatenKfz() {
|
||||
return berechnungsdatenKfz;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der berechnungsanfrage-Eigenschaft fest.
|
||||
* Legt den Wert der berechnungsdatenKfz-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezBerechnungKfzType }
|
||||
* {@link Object }
|
||||
*
|
||||
*/
|
||||
public void setBerechnungsanfrage(SpezBerechnungKfzType value) {
|
||||
this.berechnungsanfrage = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der zulassungsdaten-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ZulassungsdatenType }
|
||||
*
|
||||
*/
|
||||
public ZulassungsdatenType getZulassungsdaten() {
|
||||
return zulassungsdaten;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der zulassungsdaten-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ZulassungsdatenType }
|
||||
*
|
||||
*/
|
||||
public void setZulassungsdaten(ZulassungsdatenType value) {
|
||||
this.zulassungsdaten = value;
|
||||
public void setBerechnungsdatenKfz(Object value) {
|
||||
this.berechnungsdatenKfz = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -18,10 +18,10 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CalculateResponseTyp
|
||||
* <pre>
|
||||
* <complexType name="CalculateKfzResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}CalculateResponse_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="Berechnungsantwort" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}SpezBerechnungKfz_Type" minOccurs="0"/>
|
||||
* <element name="ResponseUpselling" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}UpsellingKfzResponse_Type" minOccurs="0"/>
|
||||
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}BerechnungsdatenKfz" minOccurs="0"/>
|
||||
* <element name="ResponseUpselling" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}UpsellingKfzResponse_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -32,40 +32,40 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CalculateResponseTyp
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CalculateKfzResponse_Type", propOrder = {
|
||||
"berechnungsantwort",
|
||||
"berechnungsdatenKfz",
|
||||
"responseUpselling"
|
||||
})
|
||||
public class CalculateKfzResponseType
|
||||
extends CalculateResponseType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Berechnungsantwort")
|
||||
protected SpezBerechnungKfzType berechnungsantwort;
|
||||
@XmlElement(name = "BerechnungsdatenKfz")
|
||||
protected Object berechnungsdatenKfz;
|
||||
@XmlElement(name = "ResponseUpselling")
|
||||
protected UpsellingKfzResponseType responseUpselling;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der berechnungsantwort-Eigenschaft ab.
|
||||
* Antwort mit der Berechnung des Kfz-Produkts
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezBerechnungKfzType }
|
||||
* {@link Object }
|
||||
*
|
||||
*/
|
||||
public SpezBerechnungKfzType getBerechnungsantwort() {
|
||||
return berechnungsantwort;
|
||||
public Object getBerechnungsdatenKfz() {
|
||||
return berechnungsdatenKfz;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der berechnungsantwort-Eigenschaft fest.
|
||||
* Legt den Wert der berechnungsdatenKfz-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezBerechnungKfzType }
|
||||
* {@link Object }
|
||||
*
|
||||
*/
|
||||
public void setBerechnungsantwort(SpezBerechnungKfzType value) {
|
||||
this.berechnungsantwort = value;
|
||||
public void setBerechnungsdatenKfz(Object value) {
|
||||
this.berechnungsdatenKfz = value;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -18,10 +18,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CreateApplicationReq
|
||||
* <pre>
|
||||
* <complexType name="CreateApplicationKfzRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}CreateApplicationRequest_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="Antraganfrage" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}SpezAntragKfz_Type"/>
|
||||
* <element name="Zulassungsdaten" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}Zulassungsdaten_Type" minOccurs="0"/>
|
||||
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}AntragsdatenKfz"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -32,64 +31,37 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CreateApplicationReq
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateApplicationKfzRequest_Type", propOrder = {
|
||||
"antraganfrage",
|
||||
"zulassungsdaten"
|
||||
"antragsdatenKfz"
|
||||
})
|
||||
public class CreateApplicationKfzRequestType
|
||||
extends CreateApplicationRequestType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antraganfrage", required = true)
|
||||
protected SpezAntragKfzType antraganfrage;
|
||||
@XmlElement(name = "Zulassungsdaten")
|
||||
protected ZulassungsdatenType zulassungsdaten;
|
||||
@XmlElement(name = "AntragsdatenKfz", required = true)
|
||||
protected SpezAntragKfzType antragsdatenKfz;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antraganfrage-Eigenschaft ab.
|
||||
* Ruft den Wert der antragsdatenKfz-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezAntragKfzType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragKfzType getAntraganfrage() {
|
||||
return antraganfrage;
|
||||
public SpezAntragKfzType getAntragsdatenKfz() {
|
||||
return antragsdatenKfz;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antraganfrage-Eigenschaft fest.
|
||||
* Legt den Wert der antragsdatenKfz-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezAntragKfzType }
|
||||
*
|
||||
*/
|
||||
public void setAntraganfrage(SpezAntragKfzType value) {
|
||||
this.antraganfrage = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der zulassungsdaten-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ZulassungsdatenType }
|
||||
*
|
||||
*/
|
||||
public ZulassungsdatenType getZulassungsdaten() {
|
||||
return zulassungsdaten;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der zulassungsdaten-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ZulassungsdatenType }
|
||||
*
|
||||
*/
|
||||
public void setZulassungsdaten(ZulassungsdatenType value) {
|
||||
this.zulassungsdaten = value;
|
||||
public void setAntragsdatenKfz(SpezAntragKfzType value) {
|
||||
this.antragsdatenKfz = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CreateApplicationRes
|
||||
* <pre>
|
||||
* <complexType name="CreateApplicationKfzResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}CreateApplicationResponse_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragantwort" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}SpezAntragKfz_Type" minOccurs="0"/>
|
||||
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}AntragsdatenKfz" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -31,37 +31,37 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CreateApplicationRes
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateApplicationKfzResponse_Type", propOrder = {
|
||||
"antragantwort"
|
||||
"antragsdatenKfz"
|
||||
})
|
||||
public class CreateApplicationKfzResponseType
|
||||
extends CreateApplicationResponseType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragantwort")
|
||||
protected SpezAntragKfzType antragantwort;
|
||||
@XmlElement(name = "AntragsdatenKfz")
|
||||
protected SpezAntragKfzType antragsdatenKfz;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragantwort-Eigenschaft ab.
|
||||
* Dieses Element muss vorhanden sein bei erfolgreicher Erstellung eines Kfz-Antrags.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezAntragKfzType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragKfzType getAntragantwort() {
|
||||
return antragantwort;
|
||||
public SpezAntragKfzType getAntragsdatenKfz() {
|
||||
return antragsdatenKfz;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragantwort-Eigenschaft fest.
|
||||
* Legt den Wert der antragsdatenKfz-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezAntragKfzType }
|
||||
*
|
||||
*/
|
||||
public void setAntragantwort(SpezAntragKfzType value) {
|
||||
this.antragantwort = value;
|
||||
public void setAntragsdatenKfz(SpezAntragKfzType value) {
|
||||
this.antragsdatenKfz = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -18,10 +18,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CreateOfferRequestTy
|
||||
* <pre>
|
||||
* <complexType name="CreateOfferKfzRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}CreateOfferRequest_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="Offertanfrage" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}SpezOffertKfz_Type"/>
|
||||
* <element name="Zulassungsdaten" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}Zulassungsdaten_Type" minOccurs="0"/>
|
||||
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}OffertdatenKfz"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -32,64 +31,37 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CreateOfferRequestTy
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateOfferKfzRequest_Type", propOrder = {
|
||||
"offertanfrage",
|
||||
"zulassungsdaten"
|
||||
"offertdatenKfz"
|
||||
})
|
||||
public class CreateOfferKfzRequestType
|
||||
extends CreateOfferRequestType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Offertanfrage", required = true)
|
||||
protected SpezOffertKfzType offertanfrage;
|
||||
@XmlElement(name = "Zulassungsdaten")
|
||||
protected ZulassungsdatenType zulassungsdaten;
|
||||
@XmlElement(name = "OffertdatenKfz", required = true)
|
||||
protected SpezOffertKfzType offertdatenKfz;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der offertanfrage-Eigenschaft ab.
|
||||
* Ruft den Wert der offertdatenKfz-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezOffertKfzType }
|
||||
*
|
||||
*/
|
||||
public SpezOffertKfzType getOffertanfrage() {
|
||||
return offertanfrage;
|
||||
public SpezOffertKfzType getOffertdatenKfz() {
|
||||
return offertdatenKfz;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der offertanfrage-Eigenschaft fest.
|
||||
* Legt den Wert der offertdatenKfz-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezOffertKfzType }
|
||||
*
|
||||
*/
|
||||
public void setOffertanfrage(SpezOffertKfzType value) {
|
||||
this.offertanfrage = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der zulassungsdaten-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ZulassungsdatenType }
|
||||
*
|
||||
*/
|
||||
public ZulassungsdatenType getZulassungsdaten() {
|
||||
return zulassungsdaten;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der zulassungsdaten-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ZulassungsdatenType }
|
||||
*
|
||||
*/
|
||||
public void setZulassungsdaten(ZulassungsdatenType value) {
|
||||
this.zulassungsdaten = value;
|
||||
public void setOffertdatenKfz(SpezOffertKfzType value) {
|
||||
this.offertdatenKfz = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -18,16 +18,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CreateOfferResponseT
|
||||
* <pre>
|
||||
* <complexType name="CreateOfferKfzResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}CreateOfferResponse_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="Offertantwort" minOccurs="0">
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}SpezOffertKfz_Type">
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </element>
|
||||
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}OffertdatenKfz" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -38,63 +31,37 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CreateOfferResponseT
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateOfferKfzResponse_Type", propOrder = {
|
||||
"offertantwort"
|
||||
"offertdatenKfz"
|
||||
})
|
||||
public class CreateOfferKfzResponseType
|
||||
extends CreateOfferResponseType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Offertantwort")
|
||||
protected CreateOfferKfzResponseType.Offertantwort offertantwort;
|
||||
@XmlElement(name = "OffertdatenKfz")
|
||||
protected SpezOffertKfzType offertdatenKfz;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der offertantwort-Eigenschaft ab.
|
||||
* Bei erfolgreicher Erstellung eines Kfz-Offerts, muss dieses Element vorhanden sein. Wenn es Fehler gibt, darf das Element vorhanden sein.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link CreateOfferKfzResponseType.Offertantwort }
|
||||
* {@link SpezOffertKfzType }
|
||||
*
|
||||
*/
|
||||
public CreateOfferKfzResponseType.Offertantwort getOffertantwort() {
|
||||
return offertantwort;
|
||||
public SpezOffertKfzType getOffertdatenKfz() {
|
||||
return offertdatenKfz;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der offertantwort-Eigenschaft fest.
|
||||
* Legt den Wert der offertdatenKfz-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link CreateOfferKfzResponseType.Offertantwort }
|
||||
* {@link SpezOffertKfzType }
|
||||
*
|
||||
*/
|
||||
public void setOffertantwort(CreateOfferKfzResponseType.Offertantwort value) {
|
||||
this.offertantwort = value;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für anonymous complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}SpezOffertKfz_Type">
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
public static class Offertantwort
|
||||
extends SpezOffertKfzType
|
||||
{
|
||||
|
||||
|
||||
public void setOffertdatenKfz(SpezOffertKfzType value) {
|
||||
this.offertdatenKfz = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -10,6 +10,8 @@ import at.vvo.omds.types.omds3Types.v1_4_0.common.ElementarproduktType;
|
||||
|
||||
|
||||
/**
|
||||
* Abstrakte Basisklasse für KFZ-Elementarprodukte
|
||||
*
|
||||
* <p>Java-Klasse für ElementarproduktKfz_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
@@ -17,9 +19,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.common.ElementarproduktType;
|
||||
* <pre>
|
||||
* <complexType name="ElementarproduktKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Elementarprodukt_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Elementarprodukt_Type">
|
||||
* <sequence>
|
||||
* <element ref="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}FahrzeugRefLfdNr" minOccurs="0"/>
|
||||
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}FahrzeugRefLfdNr" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -23,9 +23,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="ZustandsberichtLiegtAlsFormularBei" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* <element name="Zustandsbeschreibung" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}Zustandsbeschreibung_Type"/>
|
||||
* <element name="SchaedenAnScheibenKleinglas" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}SchaedenAnScheibenKleinglas_Type" minOccurs="0"/>
|
||||
* <element name="SchaedenAmFahrzeug" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}SchaedenAmFahrzeug_Type" minOccurs="0"/>
|
||||
* <element name="Zustandsbeschreibung" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}Zustandsbeschreibung_Type"/>
|
||||
* <element name="SchaedenAnScheibenKleinglas" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}SchaedenAnScheibenKleinglas_Type" minOccurs="0"/>
|
||||
* <element name="SchaedenAmFahrzeug" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}SchaedenAmFahrzeug_Type" minOccurs="0"/>
|
||||
* <element name="KilometerLtBesichtigung" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
|
||||
* <element name="Vorschaeden" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Besichtigungsort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
|
||||
@@ -21,11 +21,11 @@ import at.vvo.omds.types.omds2Types.v2_11.ELVersicherungssummeType;
|
||||
* <pre>
|
||||
* <complexType name="HaftpflichtKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}ElementarproduktKfz_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ElementarproduktKfz_Type">
|
||||
* <sequence>
|
||||
* <element name="Art" type="{urn:omds20}VtgSparteCd_Type"/>
|
||||
* <element ref="{urn:omds20}EL-Versicherungssumme"/>
|
||||
* <element name="VarianteLeihwagen" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}VarianteLeihwagen_Type"/>
|
||||
* <element name="VarianteLeihwagen" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VarianteLeihwagen_Type"/>
|
||||
* <element ref="{urn:omds20}EL-Einstufung"/>
|
||||
* <element name="Zielpraemie" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||
* <element name="VDNummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
|
||||
@@ -18,9 +18,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <pre>
|
||||
* <complexType name="InsassenUnfallKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}ElementarproduktKfz_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ElementarproduktKfz_Type">
|
||||
* <sequence>
|
||||
* <element name="InsassenUnfallSystem" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}InsassenUnfallSystem_Type"/>
|
||||
* <element name="InsassenUnfallSystem" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}InsassenUnfallSystem_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -22,14 +22,14 @@ import at.vvo.omds.types.omds3Types.v1_4_0.common.VinkulierungType;
|
||||
* <pre>
|
||||
* <complexType name="KaskoKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}ElementarproduktKfz_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ElementarproduktKfz_Type">
|
||||
* <sequence>
|
||||
* <element name="Art" type="{urn:omds20}VtgSparteCd_Type"/>
|
||||
* <element name="SelbstbehaltBisBetrag" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||
* <element name="KMLeistung" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
|
||||
* <element name="VorsteuerAbzugBerechtigung" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
||||
* <element name="Vinkulierung" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Vinkulierung_Type" minOccurs="0"/>
|
||||
* <element name="Bezugsrecht" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Bezugsrecht_Type" minOccurs="0"/>
|
||||
* <element name="Vinkulierung" type="{urn:omds3CommonServiceTypes-1-1-0}Vinkulierung_Type" minOccurs="0"/>
|
||||
* <element name="Bezugsrecht" type="{urn:omds3CommonServiceTypes-1-1-0}Bezugsrecht_Type" minOccurs="0"/>
|
||||
* <element name="Zielpraemie" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||
* <element name="Eingeschraenkt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* </sequence>
|
||||
|
||||
@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <pre>
|
||||
* <complexType name="LenkerUnfallKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}ElementarproduktKfz_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ElementarproduktKfz_Type">
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
|
||||
@@ -24,15 +24,18 @@ import javax.xml.namespace.QName;
|
||||
@XmlRegistry
|
||||
public class ObjectFactory {
|
||||
|
||||
private final static QName _CalculateKfzRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", "CalculateKfzRequest");
|
||||
private final static QName _CalculateKfzResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", "CalculateKfzResponse");
|
||||
private final static QName _CreateOfferKfzRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", "CreateOfferKfzRequest");
|
||||
private final static QName _CreateOfferKfzResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", "CreateOfferKfzResponse");
|
||||
private final static QName _CreateApplicationKfzRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", "CreateApplicationKfzRequest");
|
||||
private final static QName _CreateApplicationKfzResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", "CreateApplicationKfzResponse");
|
||||
private final static QName _SubmitApplicationKfzRequest_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", "SubmitApplicationKfzRequest");
|
||||
private final static QName _SubmitApplicationKfzResponse_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", "SubmitApplicationKfzResponse");
|
||||
private final static QName _FahrzeugRefLfdNr_QNAME = new QName("http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", "FahrzeugRefLfdNr");
|
||||
private final static QName _BerechnungsdatenKfz_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "BerechnungsdatenKfz");
|
||||
private final static QName _OffertdatenKfz_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "OffertdatenKfz");
|
||||
private final static QName _AntragsdatenKfz_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "AntragsdatenKfz");
|
||||
private final static QName _CalculateKfzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "CalculateKfzRequest");
|
||||
private final static QName _CalculateKfzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "CalculateKfzResponse");
|
||||
private final static QName _CreateOfferKfzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "CreateOfferKfzRequest");
|
||||
private final static QName _CreateOfferKfzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "CreateOfferKfzResponse");
|
||||
private final static QName _CreateApplicationKfzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "CreateApplicationKfzRequest");
|
||||
private final static QName _CreateApplicationKfzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "CreateApplicationKfzResponse");
|
||||
private final static QName _SubmitApplicationKfzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "SubmitApplicationKfzRequest");
|
||||
private final static QName _SubmitApplicationKfzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "SubmitApplicationKfzResponse");
|
||||
private final static QName _FahrzeugRefLfdNr_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", "FahrzeugRefLfdNr");
|
||||
|
||||
/**
|
||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz
|
||||
@@ -42,11 +45,19 @@ public class ObjectFactory {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateOfferKfzResponseType }
|
||||
* Create an instance of {@link SpezOffertKfzType }
|
||||
*
|
||||
*/
|
||||
public CreateOfferKfzResponseType createCreateOfferKfzResponseType() {
|
||||
return new CreateOfferKfzResponseType();
|
||||
public SpezOffertKfzType createSpezOffertKfzType() {
|
||||
return new SpezOffertKfzType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SpezAntragKfzType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragKfzType createSpezAntragKfzType() {
|
||||
return new SpezAntragKfzType();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -73,6 +84,14 @@ public class ObjectFactory {
|
||||
return new CreateOfferKfzRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateOfferKfzResponseType }
|
||||
*
|
||||
*/
|
||||
public CreateOfferKfzResponseType createCreateOfferKfzResponseType() {
|
||||
return new CreateOfferKfzResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateApplicationKfzRequestType }
|
||||
*
|
||||
@@ -169,14 +188,6 @@ public class ObjectFactory {
|
||||
return new AssistanceKfzType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ZulassungsdatenType }
|
||||
*
|
||||
*/
|
||||
public ZulassungsdatenType createZulassungsdatenType() {
|
||||
return new ZulassungsdatenType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ProduktKfzRechtsschutzType }
|
||||
*
|
||||
@@ -201,22 +212,6 @@ public class ObjectFactory {
|
||||
return new SpezBerechnungKfzType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SpezOffertKfzType }
|
||||
*
|
||||
*/
|
||||
public SpezOffertKfzType createSpezOffertKfzType() {
|
||||
return new SpezOffertKfzType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SpezAntragKfzType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragKfzType createSpezAntragKfzType() {
|
||||
return new SpezAntragKfzType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ZusaetzlicheKfzdatenType }
|
||||
*
|
||||
@@ -242,18 +237,37 @@ public class ObjectFactory {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateOfferKfzResponseType.Offertantwort }
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link Object }{@code >}}
|
||||
*
|
||||
*/
|
||||
public CreateOfferKfzResponseType.Offertantwort createCreateOfferKfzResponseTypeOffertantwort() {
|
||||
return new CreateOfferKfzResponseType.Offertantwort();
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "BerechnungsdatenKfz")
|
||||
public JAXBElement<Object> createBerechnungsdatenKfz(Object value) {
|
||||
return new JAXBElement<Object>(_BerechnungsdatenKfz_QNAME, Object.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link SpezOffertKfzType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "OffertdatenKfz")
|
||||
public JAXBElement<SpezOffertKfzType> createOffertdatenKfz(SpezOffertKfzType value) {
|
||||
return new JAXBElement<SpezOffertKfzType>(_OffertdatenKfz_QNAME, SpezOffertKfzType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link SpezAntragKfzType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "AntragsdatenKfz")
|
||||
public JAXBElement<SpezAntragKfzType> createAntragsdatenKfz(SpezAntragKfzType value) {
|
||||
return new JAXBElement<SpezAntragKfzType>(_AntragsdatenKfz_QNAME, SpezAntragKfzType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateKfzRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", name = "CalculateKfzRequest")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "CalculateKfzRequest")
|
||||
public JAXBElement<CalculateKfzRequestType> createCalculateKfzRequest(CalculateKfzRequestType value) {
|
||||
return new JAXBElement<CalculateKfzRequestType>(_CalculateKfzRequest_QNAME, CalculateKfzRequestType.class, null, value);
|
||||
}
|
||||
@@ -262,7 +276,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateKfzResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", name = "CalculateKfzResponse")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "CalculateKfzResponse")
|
||||
public JAXBElement<CalculateKfzResponseType> createCalculateKfzResponse(CalculateKfzResponseType value) {
|
||||
return new JAXBElement<CalculateKfzResponseType>(_CalculateKfzResponse_QNAME, CalculateKfzResponseType.class, null, value);
|
||||
}
|
||||
@@ -271,7 +285,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferKfzRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", name = "CreateOfferKfzRequest")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "CreateOfferKfzRequest")
|
||||
public JAXBElement<CreateOfferKfzRequestType> createCreateOfferKfzRequest(CreateOfferKfzRequestType value) {
|
||||
return new JAXBElement<CreateOfferKfzRequestType>(_CreateOfferKfzRequest_QNAME, CreateOfferKfzRequestType.class, null, value);
|
||||
}
|
||||
@@ -280,7 +294,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferKfzResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", name = "CreateOfferKfzResponse")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "CreateOfferKfzResponse")
|
||||
public JAXBElement<CreateOfferKfzResponseType> createCreateOfferKfzResponse(CreateOfferKfzResponseType value) {
|
||||
return new JAXBElement<CreateOfferKfzResponseType>(_CreateOfferKfzResponse_QNAME, CreateOfferKfzResponseType.class, null, value);
|
||||
}
|
||||
@@ -289,7 +303,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationKfzRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", name = "CreateApplicationKfzRequest")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "CreateApplicationKfzRequest")
|
||||
public JAXBElement<CreateApplicationKfzRequestType> createCreateApplicationKfzRequest(CreateApplicationKfzRequestType value) {
|
||||
return new JAXBElement<CreateApplicationKfzRequestType>(_CreateApplicationKfzRequest_QNAME, CreateApplicationKfzRequestType.class, null, value);
|
||||
}
|
||||
@@ -298,7 +312,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationKfzResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", name = "CreateApplicationKfzResponse")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "CreateApplicationKfzResponse")
|
||||
public JAXBElement<CreateApplicationKfzResponseType> createCreateApplicationKfzResponse(CreateApplicationKfzResponseType value) {
|
||||
return new JAXBElement<CreateApplicationKfzResponseType>(_CreateApplicationKfzResponse_QNAME, CreateApplicationKfzResponseType.class, null, value);
|
||||
}
|
||||
@@ -307,7 +321,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationKfzRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", name = "SubmitApplicationKfzRequest")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "SubmitApplicationKfzRequest")
|
||||
public JAXBElement<SubmitApplicationKfzRequestType> createSubmitApplicationKfzRequest(SubmitApplicationKfzRequestType value) {
|
||||
return new JAXBElement<SubmitApplicationKfzRequestType>(_SubmitApplicationKfzRequest_QNAME, SubmitApplicationKfzRequestType.class, null, value);
|
||||
}
|
||||
@@ -316,7 +330,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationKfzResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", name = "SubmitApplicationKfzResponse")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "SubmitApplicationKfzResponse")
|
||||
public JAXBElement<SubmitApplicationKfzResponseType> createSubmitApplicationKfzResponse(SubmitApplicationKfzResponseType value) {
|
||||
return new JAXBElement<SubmitApplicationKfzResponseType>(_SubmitApplicationKfzResponse_QNAME, SubmitApplicationKfzResponseType.class, null, value);
|
||||
}
|
||||
@@ -325,7 +339,7 @@ public class ObjectFactory {
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", name = "FahrzeugRefLfdNr")
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", name = "FahrzeugRefLfdNr")
|
||||
public JAXBElement<String> createFahrzeugRefLfdNr(String value) {
|
||||
return new JAXBElement<String>(_FahrzeugRefLfdNr_QNAME, String.class, null, value);
|
||||
}
|
||||
|
||||
@@ -17,9 +17,9 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <pre>
|
||||
* <complexType name="ProduktKfzRechtsschutz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}ZusatzproduktKfz_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ZusatzproduktKfz_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkehrsrechtsschutz" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}VerkehrsrechtsschutzKfz_Type"/>
|
||||
* <element name="Verkehrsrechtsschutz" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VerkehrsrechtsschutzKfz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -20,15 +20,15 @@ import at.vvo.omds.types.omds3Types.v1_4_0.common.ProduktType;
|
||||
* <pre>
|
||||
* <complexType name="ProduktKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Produkt_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produkt_Type">
|
||||
* <sequence>
|
||||
* <element name="Haftpflicht" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}HaftpflichtKfz_Type"/>
|
||||
* <element name="Haftpflicht" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}HaftpflichtKfz_Type"/>
|
||||
* <choice>
|
||||
* <element name="Teilkasko" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}TeilkaskoKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Vollkasko" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}VollkaskoKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Teilkasko" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}TeilkaskoKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Vollkasko" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VollkaskoKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </choice>
|
||||
* <element name="Insassenunfall" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}InsassenUnfallKfz_Type" minOccurs="0"/>
|
||||
* <element name="Assistance" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}AssistanceKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Insassenunfall" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}InsassenUnfallKfz_Type" minOccurs="0"/>
|
||||
* <element name="Assistance" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}AssistanceKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -23,13 +23,13 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.SpezAntragType;
|
||||
* <pre>
|
||||
* <complexType name="SpezAntragKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}SpezAntrag_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsprodukt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}VerkaufsproduktKfz_Type"/>
|
||||
* <element name="Ersatzpolizzennummer" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Ersatzpolizzen_Type" minOccurs="0"/>
|
||||
* <element name="Vorversicherungen" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Vorversicherungen_Type" minOccurs="0"/>
|
||||
* <element name="BonusMalus" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}BonusMalusSystem_Type" minOccurs="0"/>
|
||||
* <element name="ZusaetzlicheKfzDaten" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}ZusaetzlicheKfzdaten_Type" minOccurs="0"/>
|
||||
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VerkaufsproduktKfz_Type"/>
|
||||
* <element name="Ersatzpolizzennummer" type="{urn:omds3CommonServiceTypes-1-1-0}Ersatzpolizzen_Type" minOccurs="0"/>
|
||||
* <element name="Vorversicherungen" type="{urn:omds3CommonServiceTypes-1-1-0}Vorversicherungen_Type" minOccurs="0"/>
|
||||
* <element name="BonusMalus" type="{urn:omds3CommonServiceTypes-1-1-0}BonusMalusSystem_Type" minOccurs="0"/>
|
||||
* <element name="ZusaetzlicheKfzDaten" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ZusaetzlicheKfzdaten_Type" minOccurs="0"/>
|
||||
* <element name="ZusendungWeitereDokumente" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
|
||||
@@ -18,9 +18,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.SpezBerechnungType;
|
||||
* <pre>
|
||||
* <complexType name="SpezBerechnungKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}SpezBerechnung_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsprodukt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}VerkaufsproduktKfz_Type"/>
|
||||
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VerkaufsproduktKfz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -4,7 +4,6 @@ package at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz;
|
||||
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.v1_4_0.on2antrag.common.SpezOffertType;
|
||||
|
||||
@@ -19,9 +18,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.SpezOffertType;
|
||||
* <pre>
|
||||
* <complexType name="SpezOffertKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}SpezOffert_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsprodukt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}VerkaufsproduktKfz_Type"/>
|
||||
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VerkaufsproduktKfz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -34,9 +33,6 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.SpezOffertType;
|
||||
@XmlType(name = "SpezOffertKfz_Type", propOrder = {
|
||||
"verkaufsprodukt"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.CreateOfferKfzResponseType.Offertantwort.class
|
||||
})
|
||||
public class SpezOffertKfzType
|
||||
extends SpezOffertType
|
||||
{
|
||||
|
||||
@@ -3,6 +3,7 @@ package at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz;
|
||||
|
||||
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.v1_4_0.on2antrag.common.SubmitApplicationRequestType;
|
||||
|
||||
@@ -17,7 +18,10 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.SubmitApplicationReq
|
||||
* <pre>
|
||||
* <complexType name="SubmitApplicationKfzRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}SubmitApplicationRequest_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequest_Type">
|
||||
* <sequence>
|
||||
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}AntragsdatenKfz" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
@@ -26,10 +30,38 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.SubmitApplicationReq
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SubmitApplicationKfzRequest_Type")
|
||||
@XmlType(name = "SubmitApplicationKfzRequest_Type", propOrder = {
|
||||
"antragsdatenKfz"
|
||||
})
|
||||
public class SubmitApplicationKfzRequestType
|
||||
extends SubmitApplicationRequestType
|
||||
{
|
||||
|
||||
@XmlElement(name = "AntragsdatenKfz")
|
||||
protected SpezAntragKfzType antragsdatenKfz;
|
||||
|
||||
/**
|
||||
* Entweder die Antragsdaten oder die Antragsnummer müssen vorhanden sein. Es darf nicht beides zu gleich vorhanden sein. Wenn die Antragsnummer vorhanden ist, wird versucht einen bereitsvorhandenen gültigen Antrag mit der angegebenen Nummer überzuleiten. Wenn Antragsdaten vorhanden sind, werden diese validiert und bei Erfolg übergeleitet.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezAntragKfzType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragKfzType getAntragsdatenKfz() {
|
||||
return antragsdatenKfz;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsdatenKfz-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezAntragKfzType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsdatenKfz(SpezAntragKfzType value) {
|
||||
this.antragsdatenKfz = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.SubmitApplicationRes
|
||||
* <pre>
|
||||
* <complexType name="SubmitApplicationKfzResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}SubmitApplicationResponse_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragantwort" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}SpezAntragKfz_Type" minOccurs="0"/>
|
||||
* <element ref="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}AntragsdatenKfz"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
@@ -31,37 +31,37 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.SubmitApplicationRes
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SubmitApplicationKfzResponse_Type", propOrder = {
|
||||
"antragantwort"
|
||||
"antragsdatenKfz"
|
||||
})
|
||||
public class SubmitApplicationKfzResponseType
|
||||
extends SubmitApplicationResponseType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragantwort")
|
||||
protected SpezAntragKfzType antragantwort;
|
||||
@XmlElement(name = "AntragsdatenKfz", required = true)
|
||||
protected SpezAntragKfzType antragsdatenKfz;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragantwort-Eigenschaft ab.
|
||||
* Hier werden nochmals die Antragsdaten zur Verfügung gestellt.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezAntragKfzType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragKfzType getAntragantwort() {
|
||||
return antragantwort;
|
||||
public SpezAntragKfzType getAntragsdatenKfz() {
|
||||
return antragsdatenKfz;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragantwort-Eigenschaft fest.
|
||||
* Legt den Wert der antragsdatenKfz-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezAntragKfzType }
|
||||
*
|
||||
*/
|
||||
public void setAntragantwort(SpezAntragKfzType value) {
|
||||
this.antragantwort = value;
|
||||
public void setAntragsdatenKfz(SpezAntragKfzType value) {
|
||||
this.antragsdatenKfz = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <pre>
|
||||
* <complexType name="TeilkaskoKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}KaskoKfz_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}KaskoKfz_Type">
|
||||
* <sequence>
|
||||
* <element name="Vandalismusklausel" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
||||
* </sequence>
|
||||
|
||||
@@ -21,7 +21,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="UpsellingVerkaufsprodukte" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}VerkaufsproduktKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="UpsellingVerkaufsprodukte" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}VerkaufsproduktKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
|
||||
@@ -21,11 +21,11 @@ import at.vvo.omds.types.omds3Types.v1_4_0.common.VerkaufsproduktType;
|
||||
* <pre>
|
||||
* <complexType name="VerkaufsproduktKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Verkaufsprodukt_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Verkaufsprodukt_Type">
|
||||
* <sequence>
|
||||
* <element name="KfzVersicherung" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}ProduktKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="KfzZusatzVersicherung" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}ZusatzproduktKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="VersicherteFahrzeuge" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Fahrzeug_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="KfzVersicherung" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ProduktKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="KfzZusatzVersicherung" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}ZusatzproduktKfz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="VersicherteFahrzeuge" type="{urn:omds3CommonServiceTypes-1-1-0}Fahrzeug_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
|
||||
@@ -17,7 +17,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.common.ElementarproduktType;
|
||||
* <pre>
|
||||
* <complexType name="VerkehrsrechtsschutzKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Elementarprodukt_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Elementarprodukt_Type">
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
|
||||
@@ -17,7 +17,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <pre>
|
||||
* <complexType name="VollkaskoKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}KaskoKfz_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}KaskoKfz_Type">
|
||||
* <sequence>
|
||||
* <element name="Neuwertklausel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* <element name="Leasingklausel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
|
||||
@@ -28,7 +28,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="BestehenderWechselkennzeichenvertrag" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="ErsetztWirdFahrgestellnummer" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}Fahrgestellnummer_Type" minOccurs="0"/>
|
||||
* <element name="ErsetztWirdFahrgestellnummer" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}Fahrgestellnummer_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
|
||||
@@ -30,11 +30,11 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="VvdVertrag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* <element name="Fahrgestellnummer" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}Fahrgestellnummer_Type"/>
|
||||
* <element name="Fahrgestellnummer" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}Fahrgestellnummer_Type"/>
|
||||
* <element name="ErfolgtAnmeldungZeitgleichMitAbmeldung" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* <element name="AbmeldedatumWechselkennzeichenFahrzeug" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
|
||||
* <element name="Wechselkennzeichen" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}Wechselkennzeichen_Type" minOccurs="0"/>
|
||||
* <element name="Fahrzeugzustand" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz}Fahrzeugzustand_Type" minOccurs="0"/>
|
||||
* <element name="Wechselkennzeichen" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}Wechselkennzeichen_Type" minOccurs="0"/>
|
||||
* <element name="Fahrzeugzustand" type="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz}Fahrzeugzustand_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
|
||||
@@ -18,7 +18,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.common.ProduktType;
|
||||
* <pre>
|
||||
* <complexType name="ZusatzproduktKfz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Produkt_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produkt_Type">
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@javax.xml.bind.annotation.XmlSchema(namespace = "http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/kfz", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||
@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.kfz", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||
package at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz;
|
||||
|
||||
@@ -18,7 +18,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CalculateRequestType
|
||||
* <pre>
|
||||
* <complexType name="CalculateRechtsschutzRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}CalculateRequest_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="Berechnungsanfrage" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}SpezBerechnungRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
|
||||
@@ -18,7 +18,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CalculateResponseTyp
|
||||
* <pre>
|
||||
* <complexType name="CalculateRechtsschutzResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}CalculateResponse_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="Berechnungsantwort" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}SpezBerechnungRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
|
||||
@@ -18,7 +18,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CreateApplicationReq
|
||||
* <pre>
|
||||
* <complexType name="CreateApplicationRechtsschutzRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}CreateApplicationRequest_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsanfrage" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}SpezAntragRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
|
||||
@@ -18,7 +18,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CreateApplicationRes
|
||||
* <pre>
|
||||
* <complexType name="CreateApplicationRechtsschutzResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}CreateApplicationResponse_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsantwort" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}SpezAntragRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
|
||||
@@ -18,7 +18,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CreateOfferRequestTy
|
||||
* <pre>
|
||||
* <complexType name="CreateOfferRechtsschutzRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}CreateOfferRequest_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequest_Type">
|
||||
* <sequence>
|
||||
* <element name="Offertanfrage" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}SpezOffertRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
|
||||
@@ -18,7 +18,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.CreateOfferResponseT
|
||||
* <pre>
|
||||
* <complexType name="CreateOfferRechtsschutzResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}CreateOfferResponse_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponse_Type">
|
||||
* <sequence>
|
||||
* <element name="Offertantwort" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}SpezOffertRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
|
||||
@@ -22,11 +22,11 @@ import at.vvo.omds.types.omds3Types.v1_4_0.common.SelbstbehaltType;
|
||||
* <pre>
|
||||
* <complexType name="ElementarproduktRechtsschutz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Elementarprodukt_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Elementarprodukt_Type">
|
||||
* <sequence>
|
||||
* <element name="VersInteresseRefLfNr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Versicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
||||
* <element name="Selbstbehalt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Selbstbehalt_Type" minOccurs="0"/>
|
||||
* <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
|
||||
* <element name="OertlicherGeltungsbereich" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}OertlicherGeltungsbereichCd_Type"/>
|
||||
* <element name="WartezeitInMonaten" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
|
||||
* <element name="Wartezeitverzicht" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
||||
|
||||
@@ -21,9 +21,9 @@ import at.vvo.omds.types.omds3Types.v1_4_0.common.SelbstbehaltType;
|
||||
* <pre>
|
||||
* <complexType name="ProduktRechtsschutz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Produkt_Type">
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}Produkt_Type">
|
||||
* <sequence>
|
||||
* <element name="Selbstbehalt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/common}Selbstbehalt_Type" minOccurs="0"/>
|
||||
* <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
|
||||
* <element name="FreieAnwaltswahl" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
|
||||
* <element name="Elementarprodukt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}ElementarproduktRechtsschutz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
|
||||
@@ -18,7 +18,7 @@ import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.SpezAntragType;
|
||||
* <pre>
|
||||
* <complexType name="SpezAntragRechtsschutz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/common}SpezAntrag_Type">
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsprodukt" type="{http://omds.vvo.at/types/omds3types/v1_4_0/on2antrag/rs}VerkaufsproduktRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user