Für Release 1.4 nicht benötigte Definitionen und Klassen entfernt.
This commit is contained in:
@@ -299,12 +299,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
||||
<bindingFile>${bindings.location}/omds3_ON1_Basisfunktionen_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_Common_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_Kfz_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_SachPrivat_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_RS_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON2_Antrag_Unfall_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON3_Vertrag_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON4_Partner_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/omds3_ON7_Schaden_binding.xml</bindingFile>
|
||||
<bindingFile>${bindings.location}/${wsdl.binding.xml}</bindingFile>
|
||||
<!-- <bindingFile>${bindings.location}/omdsExampleVuExtension_binding.xml</bindingFile> -->
|
||||
</bindingFiles>
|
||||
|
||||
@@ -5,9 +5,7 @@ import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.RisikoAdresseType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -29,9 +27,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.RisikoAdresseTyp
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ADRESSE_Type")
|
||||
@XmlSeeAlso({
|
||||
RisikoAdresseType.class
|
||||
})
|
||||
public class ADRESSEType {
|
||||
|
||||
@XmlAttribute(name = "Pac")
|
||||
|
||||
@@ -1,87 +0,0 @@
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
|
||||
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.URL;
|
||||
import javax.xml.namespace.QName;
|
||||
import javax.xml.ws.WebEndpoint;
|
||||
import javax.xml.ws.WebServiceClient;
|
||||
import javax.xml.ws.WebServiceFeature;
|
||||
import javax.xml.ws.Service;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-08-01T18:23:17.414+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
@WebServiceClient(name = "omdsService",
|
||||
wsdlLocation = "file:/C:/Users/Jens/git/omdsservicedefinitions-master/OMDSServiceDefinition/src/main/resources/def/r1_4_0/omds3ServicesBroker.wsdl",
|
||||
targetNamespace = "http://omds.vvo.at/brokerservice/v1_4_0")
|
||||
public class OmdsService extends Service {
|
||||
|
||||
public final static URL WSDL_LOCATION;
|
||||
|
||||
public final static QName SERVICE = new QName("http://omds.vvo.at/brokerservice/v1_4_0", "omdsService");
|
||||
public final static QName OmdsServicePort = new QName("http://omds.vvo.at/brokerservice/v1_4_0", "omdsServicePort");
|
||||
static {
|
||||
URL url = null;
|
||||
try {
|
||||
url = new URL("file:/C:/Users/Jens/git/omdsservicedefinitions-master/OMDSServiceDefinition/src/main/resources/def/r1_4_0/omds3ServicesBroker.wsdl");
|
||||
} catch (MalformedURLException e) {
|
||||
java.util.logging.Logger.getLogger(OmdsService.class.getName())
|
||||
.log(java.util.logging.Level.INFO,
|
||||
"Can not initialize the default wsdl from {0}", "file:/C:/Users/Jens/git/omdsservicedefinitions-master/OMDSServiceDefinition/src/main/resources/def/r1_4_0/omds3ServicesBroker.wsdl");
|
||||
}
|
||||
WSDL_LOCATION = url;
|
||||
}
|
||||
|
||||
public OmdsService(URL wsdlLocation) {
|
||||
super(wsdlLocation, SERVICE);
|
||||
}
|
||||
|
||||
public OmdsService(URL wsdlLocation, QName serviceName) {
|
||||
super(wsdlLocation, serviceName);
|
||||
}
|
||||
|
||||
public OmdsService() {
|
||||
super(WSDL_LOCATION, SERVICE);
|
||||
}
|
||||
|
||||
public OmdsService(WebServiceFeature ... features) {
|
||||
super(WSDL_LOCATION, SERVICE, features);
|
||||
}
|
||||
|
||||
public OmdsService(URL wsdlLocation, WebServiceFeature ... features) {
|
||||
super(wsdlLocation, SERVICE, features);
|
||||
}
|
||||
|
||||
public OmdsService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
|
||||
super(wsdlLocation, serviceName, features);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
* returns OmdsServicePortType
|
||||
*/
|
||||
@WebEndpoint(name = "omdsServicePort")
|
||||
public OmdsServicePortType getOmdsServicePort() {
|
||||
return super.getPort(OmdsServicePort, OmdsServicePortType.class);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param features
|
||||
* A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the <code>features</code> parameter will have their default values.
|
||||
* @return
|
||||
* returns OmdsServicePortType
|
||||
*/
|
||||
@WebEndpoint(name = "omdsServicePort")
|
||||
public OmdsServicePortType getOmdsServicePort(WebServiceFeature... features) {
|
||||
return super.getPort(OmdsServicePort, OmdsServicePortType.class, features);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
/**
|
||||
* Please modify this class to meet your needs
|
||||
* This class is not complete
|
||||
*/
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
|
||||
|
||||
import java.util.logging.Logger;
|
||||
import javax.jws.WebMethod;
|
||||
import javax.jws.WebParam;
|
||||
import javax.jws.WebResult;
|
||||
import javax.jws.WebService;
|
||||
import javax.jws.soap.SOAPBinding;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-08-01T18:23:17.383+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
|
||||
@javax.jws.WebService(
|
||||
serviceName = "omdsService",
|
||||
portName = "omdsServicePort",
|
||||
targetNamespace = "http://omds.vvo.at/brokerservice/v1_4_0",
|
||||
wsdlLocation = "file:/C:/Users/Jens/git/omdsservicedefinitions-master/OMDSServiceDefinition/src/main/resources/def/r1_4_0/omds3ServicesBroker.wsdl",
|
||||
endpointInterface = "at.vvo.omds.types.omds3Types.r1_4_0.brokerservice.OmdsServicePortType")
|
||||
|
||||
public class OmdsServicePortImpl implements OmdsServicePortType {
|
||||
|
||||
private static final Logger LOG = Logger.getLogger(OmdsServicePortImpl.class.getName());
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_4_0.brokerservice.OmdsServicePortType#lossEventRegistered(at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventType parameters)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventRegisteredResponseType lossEventRegistered(at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventType parameters) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation lossEventRegistered");
|
||||
System.out.println(parameters);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventRegisteredResponseType _return = null;
|
||||
return _return;
|
||||
} catch (java.lang.Exception ex) {
|
||||
ex.printStackTrace();
|
||||
throw new RuntimeException(ex);
|
||||
}
|
||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see at.vvo.omds.types.omds3Types.r1_4_0.brokerservice.OmdsServicePortType#declareNewClaimStatus(at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusRequestType parameters)*
|
||||
*/
|
||||
public at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusResponseType declareNewClaimStatus(at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusRequestType parameters) throws ServiceFaultMsg {
|
||||
LOG.info("Executing operation declareNewClaimStatus");
|
||||
System.out.println(parameters);
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusResponseType _return = null;
|
||||
return _return;
|
||||
} catch (java.lang.Exception ex) {
|
||||
ex.printStackTrace();
|
||||
throw new RuntimeException(ex);
|
||||
}
|
||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
|
||||
|
||||
import javax.jws.WebMethod;
|
||||
import javax.jws.WebParam;
|
||||
import javax.jws.WebResult;
|
||||
import javax.jws.WebService;
|
||||
import javax.jws.soap.SOAPBinding;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-08-01T18:23:17.400+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
@WebService(targetNamespace = "http://omds.vvo.at/brokerservice/v1_4_0", name = "omdsServicePortType")
|
||||
@XmlSeeAlso({at.vvo.omds.types.omds2Types.v2_11.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_4_0.servicetypes.ObjectFactory.class, at.vvo.omds.types.omds3Types.r1_4_0.common.ObjectFactory.class})
|
||||
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
|
||||
public interface OmdsServicePortType {
|
||||
|
||||
@WebMethod(action = "urn:lossEventRegistered")
|
||||
@WebResult(name = "LossEventRegisteredResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventRegisteredResponseType lossEventRegistered(
|
||||
@WebParam(partName = "parameters", name = "LossEventRegisteredRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
|
||||
@WebMethod(action = "urn:declareNewClaimStatus")
|
||||
@WebResult(name = "DeclareNewClaimStatusResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden", partName = "parameters")
|
||||
public at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusResponseType declareNewClaimStatus(
|
||||
@WebParam(partName = "parameters", name = "DeclareNewClaimStatusRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on7schaden")
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusRequestType parameters
|
||||
) throws ServiceFaultMsg;
|
||||
}
|
||||
@@ -1,80 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
|
||||
|
||||
/**
|
||||
* Please modify this class to meet your needs
|
||||
* This class is not complete
|
||||
*/
|
||||
|
||||
import java.io.File;
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.URL;
|
||||
import javax.xml.namespace.QName;
|
||||
import javax.jws.WebMethod;
|
||||
import javax.jws.WebParam;
|
||||
import javax.jws.WebResult;
|
||||
import javax.jws.WebService;
|
||||
import javax.jws.soap.SOAPBinding;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.ws.soap.MTOMFeature;
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-08-01T18:23:17.307+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*
|
||||
*/
|
||||
public final class OmdsServicePortType_OmdsServicePort_Client {
|
||||
|
||||
private static final QName SERVICE_NAME = new QName("http://omds.vvo.at/brokerservice/v1_4_0", "omdsService");
|
||||
|
||||
private OmdsServicePortType_OmdsServicePort_Client() {
|
||||
}
|
||||
|
||||
public static void main(String args[]) throws java.lang.Exception {
|
||||
URL wsdlURL = OmdsService.WSDL_LOCATION;
|
||||
if (args.length > 0 && args[0] != null && !"".equals(args[0])) {
|
||||
File wsdlFile = new File(args[0]);
|
||||
try {
|
||||
if (wsdlFile.exists()) {
|
||||
wsdlURL = wsdlFile.toURI().toURL();
|
||||
} else {
|
||||
wsdlURL = new URL(args[0]);
|
||||
}
|
||||
} catch (MalformedURLException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
OmdsService ss = new OmdsService(wsdlURL, SERVICE_NAME);
|
||||
OmdsServicePortType port = ss.getOmdsServicePort(new MTOMFeature(1024));
|
||||
|
||||
{
|
||||
System.out.println("Invoking lossEventRegistered...");
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventType _lossEventRegistered_parameters = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.LossEventRegisteredResponseType _lossEventRegistered__return = port.lossEventRegistered(_lossEventRegistered_parameters);
|
||||
System.out.println("lossEventRegistered.result=" + _lossEventRegistered__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
}
|
||||
}
|
||||
{
|
||||
System.out.println("Invoking declareNewClaimStatus...");
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusRequestType _declareNewClaimStatus_parameters = null;
|
||||
try {
|
||||
at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.DeclareNewClaimStatusResponseType _declareNewClaimStatus__return = port.declareNewClaimStatus(_declareNewClaimStatus_parameters);
|
||||
System.out.println("declareNewClaimStatus.result=" + _declareNewClaimStatus__return);
|
||||
|
||||
} catch (ServiceFaultMsg e) {
|
||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||
System.out.println(e.toString());
|
||||
}
|
||||
}
|
||||
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.brokerservice;
|
||||
|
||||
import javax.xml.ws.WebFault;
|
||||
|
||||
|
||||
/**
|
||||
* This class was generated by Apache CXF 3.2.0
|
||||
* 2019-08-01T18:23:17.368+02:00
|
||||
* Generated source version: 3.2.0
|
||||
*/
|
||||
|
||||
@WebFault(name = "serviceFault", targetNamespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
public class ServiceFaultMsg extends Exception {
|
||||
|
||||
private at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault serviceFault;
|
||||
|
||||
public ServiceFaultMsg() {
|
||||
super();
|
||||
}
|
||||
|
||||
public ServiceFaultMsg(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
public ServiceFaultMsg(String message, Throwable cause) {
|
||||
super(message, cause);
|
||||
}
|
||||
|
||||
public ServiceFaultMsg(String message, at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault serviceFault) {
|
||||
super(message);
|
||||
this.serviceFault = serviceFault;
|
||||
}
|
||||
|
||||
public ServiceFaultMsg(String message, at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault serviceFault, Throwable cause) {
|
||||
super(message, cause);
|
||||
this.serviceFault = serviceFault;
|
||||
}
|
||||
|
||||
public at.vvo.omds.types.omds3Types.r1_4_0.common.ServiceFault getFaultInfo() {
|
||||
return this.serviceFault;
|
||||
}
|
||||
}
|
||||
@@ -3,9 +3,7 @@ package at.vvo.omds.types.omds3Types.r1_4_0.common;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenStatusType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -28,9 +26,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenStatusType;
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "AbstraktesEreignisStatusAenderung_Type")
|
||||
@XmlSeeAlso({
|
||||
SchadenStatusType.class
|
||||
})
|
||||
public abstract class AbstraktesEreignisStatusAenderungType {
|
||||
|
||||
|
||||
|
||||
@@ -9,20 +9,6 @@ import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.GetApplicationDocumentRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.CollectionChangeRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.GetPoliciesOfPartnerRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.SetMailingAddressRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.AddCommunicationObjectRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangeCommunicationObjectRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangePartnerMainAddressRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangePersonDataRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.CheckAddressRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.DeleteCommunicationObjectRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.GetPartnerRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.CreateClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.InitiateClaimRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SpezifikationSchadenType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SubmitClaimRequestType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -57,23 +43,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SubmitClaimRequestType;
|
||||
"korrelationsId"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
CreateClaimRequestType.class,
|
||||
SubmitClaimRequestType.class,
|
||||
InitiateClaimRequestType.class,
|
||||
SpezifikationSchadenType.class,
|
||||
GetPoliciesOfPartnerRequestType.class,
|
||||
SetMailingAddressRequestType.class,
|
||||
CollectionChangeRequestType.class,
|
||||
GetApplicationDocumentRequestType.class,
|
||||
CommonProcessRequestType.class,
|
||||
CommonSearchRequestType.class,
|
||||
GetPartnerRequestType.class,
|
||||
CheckAddressRequestType.class,
|
||||
ChangePartnerMainAddressRequestType.class,
|
||||
ChangePersonDataRequestType.class,
|
||||
ChangeCommunicationObjectRequestType.class,
|
||||
AddCommunicationObjectRequestType.class,
|
||||
DeleteCommunicationObjectRequestType.class
|
||||
GetApplicationDocumentRequestType.class,
|
||||
CommonProcessRequestType.class
|
||||
})
|
||||
public abstract class CommonRequestType {
|
||||
|
||||
|
||||
@@ -7,21 +7,6 @@ import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.GetApplicationDocumentResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.CollectionChangeResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.GetPoliciesOfPartnerResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on3vertrag.SetMailingAddressResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.AddCommunicationObjectResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangeCommunicationObjectResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangePartnerMainAddressResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.ChangePersonDataResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.CheckAddressResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.DeleteCommunicationObjectResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on4partner.GetPartnerResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.CreateClaimResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.GetClaimResponseLightType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.GetClaimResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.InitiateClaimResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SubmitClaimResponseType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -50,24 +35,9 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SubmitClaimResponseType;
|
||||
"status"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
CreateClaimResponseType.class,
|
||||
SubmitClaimResponseType.class,
|
||||
InitiateClaimResponseType.class,
|
||||
GetClaimResponseType.class,
|
||||
GetClaimResponseLightType.class,
|
||||
GetPoliciesOfPartnerResponseType.class,
|
||||
SetMailingAddressResponseType.class,
|
||||
CollectionChangeResponseType.class,
|
||||
GetApplicationDocumentResponseType.class,
|
||||
CommonProcessResponseType.class,
|
||||
CommonSearchResponseType.class,
|
||||
GetPartnerResponseType.class,
|
||||
CheckAddressResponseType.class,
|
||||
ChangePartnerMainAddressResponseType.class,
|
||||
ChangePersonDataResponseType.class,
|
||||
AddCommunicationObjectResponseType.class,
|
||||
DeleteCommunicationObjectResponseType.class,
|
||||
ChangeCommunicationObjectResponseType.class
|
||||
GetApplicationDocumentResponseType.class,
|
||||
CommonProcessResponseType.class
|
||||
})
|
||||
public abstract class CommonResponseType {
|
||||
|
||||
|
||||
@@ -6,11 +6,7 @@ import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.ElementarproduktRechtsschutzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.ElementarproduktSachPrivatType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.ElementarproduktUnfallType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -38,11 +34,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.ElementarproduktUnfa
|
||||
@XmlType(name = "ElementarproduktGenerisch_Type", propOrder = {
|
||||
"zusaetzlicheElementarproduktdaten"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
ElementarproduktRechtsschutzType.class,
|
||||
ElementarproduktSachPrivatType.class,
|
||||
ElementarproduktUnfallType.class
|
||||
})
|
||||
public abstract class ElementarproduktGenerischType
|
||||
extends ProduktbausteinAntragsprozessGenerischType
|
||||
{
|
||||
|
||||
@@ -46,14 +46,6 @@ public class ObjectFactory {
|
||||
return new ZahlwegType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ObjektIdType }
|
||||
*
|
||||
*/
|
||||
public ObjektIdType createObjektIdType() {
|
||||
return new ObjektIdType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ServiceFault }
|
||||
*
|
||||
@@ -62,6 +54,14 @@ public class ObjectFactory {
|
||||
return new ServiceFault();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ObjektIdType }
|
||||
*
|
||||
*/
|
||||
public ObjektIdType createObjektIdType() {
|
||||
return new ObjektIdType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link PersonType }
|
||||
*
|
||||
|
||||
@@ -5,7 +5,6 @@ import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenmelderVermittlerType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -29,7 +28,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on7schaden.SchadenmelderVermittlerTyp
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ObjektSpezifikation_Type")
|
||||
@XmlSeeAlso({
|
||||
SchadenmelderVermittlerType.class,
|
||||
PolizzenObjektSpezifikationType.class,
|
||||
SchadenObjektSpezifikationType.class
|
||||
})
|
||||
|
||||
@@ -7,12 +7,8 @@ import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import javax.xml.datatype.XMLGregorianCalendar;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.ProduktRechtsschutzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.ProduktSachPrivatType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.ProduktUnfallType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -48,11 +44,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.ProduktUnfallType;
|
||||
"hauptfaelligkeit",
|
||||
"zusaetzlicheProduktdaten"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
ProduktRechtsschutzType.class,
|
||||
ProduktSachPrivatType.class,
|
||||
ProduktUnfallType.class
|
||||
})
|
||||
public abstract class ProduktGenerischType
|
||||
extends ProduktbausteinAntragsprozessGenerischType
|
||||
{
|
||||
|
||||
@@ -45,10 +45,10 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
||||
"jahrespraemieNto"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
ProduktbausteinAntragsprozessGenerischType.class,
|
||||
VerkaufsproduktType.class,
|
||||
ProduktType.class,
|
||||
ElementarproduktType.class,
|
||||
ProduktbausteinAntragsprozessGenerischType.class
|
||||
ElementarproduktType.class
|
||||
})
|
||||
public abstract class ProduktbausteinAntragsprozessType
|
||||
extends ProduktbausteinType
|
||||
|
||||
@@ -7,12 +7,8 @@ import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds2Types.v2_11.ELRahmenvereinbarungType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.VerkaufsproduktRechtsschutzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.VerkaufsproduktSachPrivatType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.VerkaufsproduktUnfallType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -46,11 +42,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.VerkaufsproduktUnfal
|
||||
"elRahmenvereinbarung",
|
||||
"zusaetzlicheVerkaufproduktdaten"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
VerkaufsproduktRechtsschutzType.class,
|
||||
VerkaufsproduktSachPrivatType.class,
|
||||
VerkaufsproduktUnfallType.class
|
||||
})
|
||||
public abstract class VerkaufsproduktGenerischType
|
||||
extends ProduktbausteinAntragsprozessGenerischType
|
||||
{
|
||||
|
||||
@@ -7,9 +7,6 @@ import javax.xml.bind.annotation.XmlAttribute;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.RisikoGebaeudeType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.RisikoHaushaltType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.VersichertesObjektSachPrivatType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -35,10 +32,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.VersichertesObje
|
||||
@XmlType(name = "VersichertesInteresse_Type")
|
||||
@XmlSeeAlso({
|
||||
VersichertePersonType.class,
|
||||
FahrzeugType.class,
|
||||
VersichertesObjektSachPrivatType.class,
|
||||
RisikoHaushaltType.class,
|
||||
RisikoGebaeudeType.class
|
||||
FahrzeugType.class
|
||||
})
|
||||
public abstract class VersichertesInteresseType {
|
||||
|
||||
|
||||
@@ -4,11 +4,7 @@ package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CalculateRechtsschutzRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CalculateUnfallRequestType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -36,11 +32,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CalculateUnfallReque
|
||||
@XmlType(name = "CalculateRequestGen_Type", propOrder = {
|
||||
"requestUpselling"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
CalculateRechtsschutzRequestType.class,
|
||||
CalculateSachPrivatRequestType.class,
|
||||
CalculateUnfallRequestType.class
|
||||
})
|
||||
public abstract class CalculateRequestGenType
|
||||
extends BOARequestType
|
||||
{
|
||||
|
||||
@@ -3,11 +3,7 @@ package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CalculateRechtsschutzResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CalculateUnfallResponseType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -30,11 +26,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CalculateUnfallRespo
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CalculateResponseGen_Type")
|
||||
@XmlSeeAlso({
|
||||
CalculateRechtsschutzResponseType.class,
|
||||
CalculateSachPrivatResponseType.class,
|
||||
CalculateUnfallResponseType.class
|
||||
})
|
||||
public abstract class CalculateResponseGenType
|
||||
extends BOAResponseType
|
||||
{
|
||||
|
||||
@@ -6,12 +6,8 @@ import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.DateianhangType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateApplicationUnfallRequestType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -39,11 +35,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateApplicationUnf
|
||||
@XmlType(name = "CreateApplicationRequestGen_Type", propOrder = {
|
||||
"dateianhaenge"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
CreateApplicationRechtsschutzRequestType.class,
|
||||
CreateApplicationSachPrivatRequestType.class,
|
||||
CreateApplicationUnfallRequestType.class
|
||||
})
|
||||
public abstract class CreateApplicationRequestGenType
|
||||
extends BOARequestType
|
||||
{
|
||||
|
||||
@@ -6,13 +6,9 @@ import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentInfoType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateApplicationUnfallResponseType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -44,11 +40,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateApplicationUnf
|
||||
"antragsnummer",
|
||||
"dokumente"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
CreateApplicationRechtsschutzResponseType.class,
|
||||
CreateApplicationSachPrivatResponseType.class,
|
||||
CreateApplicationUnfallResponseType.class
|
||||
})
|
||||
public abstract class CreateApplicationResponseGenType
|
||||
extends BOAResponseType
|
||||
{
|
||||
|
||||
@@ -3,11 +3,7 @@ package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateOfferRechtsschutzRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateOfferUnfallRequestType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -30,11 +26,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateOfferUnfallReq
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateOfferRequestGen_Type")
|
||||
@XmlSeeAlso({
|
||||
CreateOfferRechtsschutzRequestType.class,
|
||||
CreateOfferSachPrivatRequestType.class,
|
||||
CreateOfferUnfallRequestType.class
|
||||
})
|
||||
public abstract class CreateOfferRequestGenType
|
||||
extends BOARequestType
|
||||
{
|
||||
|
||||
@@ -6,12 +6,8 @@ import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentInfoType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.CreateOfferRechtsschutzResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateOfferUnfallResponseType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -39,11 +35,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.CreateOfferUnfallRes
|
||||
@XmlType(name = "CreateOfferResponseGen_Type", propOrder = {
|
||||
"dokumente"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
CreateOfferRechtsschutzResponseType.class,
|
||||
CreateOfferSachPrivatResponseType.class,
|
||||
CreateOfferUnfallResponseType.class
|
||||
})
|
||||
public abstract class CreateOfferResponseGenType
|
||||
extends BOAResponseType
|
||||
{
|
||||
|
||||
@@ -18,9 +18,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.common.VertragspersonType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.VinkularglaeubigerType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ZahlungsdatenType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SpezAntragKfzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SpezAntragRechtsschutzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.AntragSachPrivatType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezAntragUnfallType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -73,10 +70,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezAntragUnfallType
|
||||
"zusaetzlicheAntragsdaten"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
SpezAntragKfzType.class,
|
||||
SpezAntragRechtsschutzType.class,
|
||||
AntragSachPrivatType.class,
|
||||
SpezAntragUnfallType.class
|
||||
SpezAntragKfzType.class
|
||||
})
|
||||
public abstract class SpezAntragType {
|
||||
|
||||
|
||||
@@ -6,9 +6,6 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SpezBerechnungKfzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SpezBerechnungRechtsschutzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.BerechnungSachPrivatType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezBerechnungUnfallType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -32,10 +29,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezBerechnungUnfall
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SpezBerechnung_Type")
|
||||
@XmlSeeAlso({
|
||||
SpezBerechnungKfzType.class,
|
||||
SpezBerechnungRechtsschutzType.class,
|
||||
BerechnungSachPrivatType.class,
|
||||
SpezBerechnungUnfallType.class
|
||||
SpezBerechnungKfzType.class
|
||||
})
|
||||
public abstract class SpezBerechnungType {
|
||||
|
||||
|
||||
@@ -12,9 +12,6 @@ import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.BeteiligtePersonVertragType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.kfz.SpezOffertKfzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SpezOffertRechtsschutzType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.OffertSachPrivatType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezOffertUnfallType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -47,10 +44,7 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SpezOffertUnfallType
|
||||
"versicherungsnehmer"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
SpezOffertKfzType.class,
|
||||
SpezOffertRechtsschutzType.class,
|
||||
OffertSachPrivatType.class,
|
||||
SpezOffertUnfallType.class
|
||||
SpezOffertKfzType.class
|
||||
})
|
||||
public abstract class SpezOffertType {
|
||||
|
||||
|
||||
@@ -6,13 +6,9 @@ import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.DateianhangType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SubmitApplicationUnfallRequestType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -42,11 +38,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SubmitApplicationUnf
|
||||
"dateianhaenge",
|
||||
"antragsnummer"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
SubmitApplicationRechtsschutzRequestType.class,
|
||||
SubmitApplicationSachPrivatRequestType.class,
|
||||
SubmitApplicationUnfallRequestType.class
|
||||
})
|
||||
public abstract class SubmitApplicationRequestGenType
|
||||
extends BOARequestType
|
||||
{
|
||||
|
||||
@@ -6,13 +6,9 @@ import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.DokumentInfoType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SubmitApplicationUnfallResponseType;
|
||||
|
||||
|
||||
/**
|
||||
@@ -44,11 +40,6 @@ import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall.SubmitApplicationUnf
|
||||
"antragsnummer",
|
||||
"dokumente"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
SubmitApplicationRechtsschutzResponseType.class,
|
||||
SubmitApplicationSachPrivatResponseType.class,
|
||||
SubmitApplicationUnfallResponseType.class
|
||||
})
|
||||
public abstract class SubmitApplicationResponseGenType
|
||||
extends BOAResponseType
|
||||
{
|
||||
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateRequestGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ des Requestobjekts für eine Berechnung Rechtsschutz
|
||||
*
|
||||
* <p>Java-Klasse für CalculateRechtsschutzRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CalculateRechtsschutzRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequestGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezBerechnungRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CalculateRechtsschutzRequest_Type", propOrder = {
|
||||
"berechnungsanfrage"
|
||||
})
|
||||
public class CalculateRechtsschutzRequestType
|
||||
extends CalculateRequestGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Berechnungsanfrage", required = true)
|
||||
protected SpezBerechnungRechtsschutzType berechnungsanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der berechnungsanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezBerechnungRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public SpezBerechnungRechtsschutzType getBerechnungsanfrage() {
|
||||
return berechnungsanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der berechnungsanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezBerechnungRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public void setBerechnungsanfrage(SpezBerechnungRechtsschutzType value) {
|
||||
this.berechnungsanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateResponseGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ des Responseobjekts für eine Rechtsschutz-Berechnung
|
||||
*
|
||||
* <p>Java-Klasse für CalculateRechtsschutzResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CalculateRechtsschutzResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponseGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezBerechnungRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CalculateRechtsschutzResponse_Type", propOrder = {
|
||||
"berechnungsantwort"
|
||||
})
|
||||
public class CalculateRechtsschutzResponseType
|
||||
extends CalculateResponseGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Berechnungsantwort", required = true)
|
||||
protected SpezBerechnungRechtsschutzType berechnungsantwort;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der berechnungsantwort-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezBerechnungRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public SpezBerechnungRechtsschutzType getBerechnungsantwort() {
|
||||
return berechnungsantwort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der berechnungsantwort-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezBerechnungRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public void setBerechnungsantwort(SpezBerechnungRechtsschutzType value) {
|
||||
this.berechnungsantwort = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationRequestGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Type des Requestobjekts für die Erstellung eines Rechtsschutzantrags
|
||||
*
|
||||
* <p>Java-Klasse für CreateApplicationRechtsschutzRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CreateApplicationRechtsschutzRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequestGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezAntragRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateApplicationRechtsschutzRequest_Type", propOrder = {
|
||||
"antragsanfrage"
|
||||
})
|
||||
public class CreateApplicationRechtsschutzRequestType
|
||||
extends CreateApplicationRequestGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsanfrage", required = true)
|
||||
protected SpezAntragRechtsschutzType antragsanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezAntragRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragRechtsschutzType getAntragsanfrage() {
|
||||
return antragsanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezAntragRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsanfrage(SpezAntragRechtsschutzType value) {
|
||||
this.antragsanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationResponseGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Type des Responseobjekts für die Erstellung eines Rechtsschutzantrags
|
||||
*
|
||||
* <p>Java-Klasse für CreateApplicationRechtsschutzResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CreateApplicationRechtsschutzResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponseGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezAntragRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateApplicationRechtsschutzResponse_Type", propOrder = {
|
||||
"antragsantwort"
|
||||
})
|
||||
public class CreateApplicationRechtsschutzResponseType
|
||||
extends CreateApplicationResponseGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsantwort", required = true)
|
||||
protected SpezAntragRechtsschutzType antragsantwort;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsantwort-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezAntragRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragRechtsschutzType getAntragsantwort() {
|
||||
return antragsantwort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsantwort-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezAntragRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsantwort(SpezAntragRechtsschutzType value) {
|
||||
this.antragsantwort = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferRequestGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ des Requestobjekts für eine Erstellung eines Rechstsschutz-Offerts
|
||||
*
|
||||
* <p>Java-Klasse für CreateOfferRechtsschutzRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CreateOfferRechtsschutzRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequestGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Offertanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezOffertRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateOfferRechtsschutzRequest_Type", propOrder = {
|
||||
"offertanfrage"
|
||||
})
|
||||
public class CreateOfferRechtsschutzRequestType
|
||||
extends CreateOfferRequestGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Offertanfrage", required = true)
|
||||
protected SpezOffertRechtsschutzType offertanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der offertanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezOffertRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public SpezOffertRechtsschutzType getOffertanfrage() {
|
||||
return offertanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der offertanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezOffertRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public void setOffertanfrage(SpezOffertRechtsschutzType value) {
|
||||
this.offertanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferResponseGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Type des Responseobjekts für eine Erstellung eines Rechtsschutz-Offerts
|
||||
*
|
||||
* <p>Java-Klasse für CreateOfferRechtsschutzResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CreateOfferRechtsschutzResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponseGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Offertantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezOffertRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateOfferRechtsschutzResponse_Type", propOrder = {
|
||||
"offertantwort"
|
||||
})
|
||||
public class CreateOfferRechtsschutzResponseType
|
||||
extends CreateOfferResponseGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Offertantwort", required = true)
|
||||
protected SpezOffertRechtsschutzType offertantwort;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der offertantwort-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezOffertRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public SpezOffertRechtsschutzType getOffertantwort() {
|
||||
return offertantwort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der offertantwort-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezOffertRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public void setOffertantwort(SpezOffertRechtsschutzType value) {
|
||||
this.offertantwort = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,347 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
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 at.vvo.omds.types.omds3Types.r1_4_0.common.SelbstbehaltType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für ein Elementarprodukt in der Sparte Rechtsschutz. Von diesem Typ werden etwaige Standard-Deckungen abgeleitet, siehe Vertragsrechtsschutz_Type. Von diesem Typ können einzelne VUs aber auch ihre eigenen Elementarprodukte ableiten, wenn sie möchten.
|
||||
*
|
||||
* <p>Java-Klasse für ElementarproduktRechtsschutzStdImpl_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ElementarproduktRechtsschutzStdImpl_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ElementarproduktRechtsschutz_Type">
|
||||
* <sequence>
|
||||
* <element name="Versicherungssumme" minOccurs="0">
|
||||
* <complexType>
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <attribute name="Unlimitiert" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
|
||||
* <attribute name="Betrag" type="{urn:omds20}decimal" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </element>
|
||||
* <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
|
||||
* <element name="OertlicherGeltungsbereich" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}OertlicherGeltungsbereichCd_Type" minOccurs="0"/>
|
||||
* <element name="WartezeitInMonaten" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
|
||||
* <element name="Wartezeitverzicht" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* <element name="Streitwertobergrenze" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||
* <element name="Streitwertuntergrenze" type="{urn:omds20}decimal" minOccurs="0"/>
|
||||
* <element name="FreieAnwaltswahl" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ElementarproduktRechtsschutzStdImpl_Type", propOrder = {
|
||||
"versicherungssumme",
|
||||
"selbstbehalt",
|
||||
"oertlicherGeltungsbereich",
|
||||
"wartezeitInMonaten",
|
||||
"wartezeitverzicht",
|
||||
"streitwertobergrenze",
|
||||
"streitwertuntergrenze",
|
||||
"freieAnwaltswahl"
|
||||
})
|
||||
public class ElementarproduktRechtsschutzStdImplType
|
||||
extends ElementarproduktRechtsschutzType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Versicherungssumme")
|
||||
protected ElementarproduktRechtsschutzStdImplType.Versicherungssumme versicherungssumme;
|
||||
@XmlElement(name = "Selbstbehalt")
|
||||
protected SelbstbehaltType selbstbehalt;
|
||||
@XmlElement(name = "OertlicherGeltungsbereich")
|
||||
@XmlSchemaType(name = "unsignedByte")
|
||||
protected Short oertlicherGeltungsbereich;
|
||||
@XmlElement(name = "WartezeitInMonaten")
|
||||
@XmlSchemaType(name = "unsignedByte")
|
||||
protected Short wartezeitInMonaten;
|
||||
@XmlElement(name = "Wartezeitverzicht")
|
||||
protected Boolean wartezeitverzicht;
|
||||
@XmlElement(name = "Streitwertobergrenze")
|
||||
protected BigDecimal streitwertobergrenze;
|
||||
@XmlElement(name = "Streitwertuntergrenze")
|
||||
protected BigDecimal streitwertuntergrenze;
|
||||
@XmlElement(name = "FreieAnwaltswahl")
|
||||
protected Boolean freieAnwaltswahl;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der versicherungssumme-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ElementarproduktRechtsschutzStdImplType.Versicherungssumme }
|
||||
*
|
||||
*/
|
||||
public ElementarproduktRechtsschutzStdImplType.Versicherungssumme getVersicherungssumme() {
|
||||
return versicherungssumme;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der versicherungssumme-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ElementarproduktRechtsschutzStdImplType.Versicherungssumme }
|
||||
*
|
||||
*/
|
||||
public void setVersicherungssumme(ElementarproduktRechtsschutzStdImplType.Versicherungssumme value) {
|
||||
this.versicherungssumme = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der selbstbehalt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SelbstbehaltType }
|
||||
*
|
||||
*/
|
||||
public SelbstbehaltType getSelbstbehalt() {
|
||||
return selbstbehalt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der selbstbehalt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SelbstbehaltType }
|
||||
*
|
||||
*/
|
||||
public void setSelbstbehalt(SelbstbehaltType value) {
|
||||
this.selbstbehalt = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der oertlicherGeltungsbereich-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Short }
|
||||
*
|
||||
*/
|
||||
public Short getOertlicherGeltungsbereich() {
|
||||
return oertlicherGeltungsbereich;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der oertlicherGeltungsbereich-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Short }
|
||||
*
|
||||
*/
|
||||
public void setOertlicherGeltungsbereich(Short value) {
|
||||
this.oertlicherGeltungsbereich = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der wartezeitInMonaten-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Short }
|
||||
*
|
||||
*/
|
||||
public Short getWartezeitInMonaten() {
|
||||
return wartezeitInMonaten;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der wartezeitInMonaten-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Short }
|
||||
*
|
||||
*/
|
||||
public void setWartezeitInMonaten(Short value) {
|
||||
this.wartezeitInMonaten = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der wartezeitverzicht-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public Boolean isWartezeitverzicht() {
|
||||
return wartezeitverzicht;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der wartezeitverzicht-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public void setWartezeitverzicht(Boolean value) {
|
||||
this.wartezeitverzicht = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der streitwertobergrenze-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigDecimal }
|
||||
*
|
||||
*/
|
||||
public BigDecimal getStreitwertobergrenze() {
|
||||
return streitwertobergrenze;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der streitwertobergrenze-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigDecimal }
|
||||
*
|
||||
*/
|
||||
public void setStreitwertobergrenze(BigDecimal value) {
|
||||
this.streitwertobergrenze = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der streitwertuntergrenze-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigDecimal }
|
||||
*
|
||||
*/
|
||||
public BigDecimal getStreitwertuntergrenze() {
|
||||
return streitwertuntergrenze;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der streitwertuntergrenze-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigDecimal }
|
||||
*
|
||||
*/
|
||||
public void setStreitwertuntergrenze(BigDecimal value) {
|
||||
this.streitwertuntergrenze = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der freieAnwaltswahl-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public Boolean isFreieAnwaltswahl() {
|
||||
return freieAnwaltswahl;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der freieAnwaltswahl-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public void setFreieAnwaltswahl(Boolean value) {
|
||||
this.freieAnwaltswahl = 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>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <attribute name="Unlimitiert" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
|
||||
* <attribute name="Betrag" type="{urn:omds20}decimal" />
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "")
|
||||
public static class Versicherungssumme {
|
||||
|
||||
@XmlAttribute(name = "Unlimitiert", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", required = true)
|
||||
protected boolean unlimitiert;
|
||||
@XmlAttribute(name = "Betrag", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs")
|
||||
protected BigDecimal betrag;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der unlimitiert-Eigenschaft ab.
|
||||
*
|
||||
*/
|
||||
public boolean isUnlimitiert() {
|
||||
return unlimitiert;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der unlimitiert-Eigenschaft fest.
|
||||
*
|
||||
*/
|
||||
public void setUnlimitiert(boolean value) {
|
||||
this.unlimitiert = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der betrag-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigDecimal }
|
||||
*
|
||||
*/
|
||||
public BigDecimal getBetrag() {
|
||||
return betrag;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der betrag-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigDecimal }
|
||||
*
|
||||
*/
|
||||
public void setBetrag(BigDecimal value) {
|
||||
this.betrag = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,76 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ElementarproduktGenerischType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für ein Elementarprodukt in der Sparte Rechtsschutz. Von diesem Typ werden etwaige Standard-Deckungen abgeleitet, siehe Vertragsrechtsschutz_Type. Von diesem Typ können einzelne VUs aber auch ihre eigenen Elementarprodukte ableiten, wenn sie möchten.
|
||||
*
|
||||
* <p>Java-Klasse für ElementarproduktRechtsschutz_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ElementarproduktRechtsschutz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ElementarproduktGenerisch_Type">
|
||||
* <sequence>
|
||||
* <element name="VersInteressenRefLfNr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ElementarproduktRechtsschutz_Type", propOrder = {
|
||||
"versInteressenRefLfNr"
|
||||
})
|
||||
public class ElementarproduktRechtsschutzType
|
||||
extends ElementarproduktGenerischType
|
||||
{
|
||||
|
||||
@XmlElement(name = "VersInteressenRefLfNr", type = Integer.class)
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected List<Integer> versInteressenRefLfNr;
|
||||
|
||||
/**
|
||||
* Gets the value of the versInteressenRefLfNr property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the versInteressenRefLfNr property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getVersInteressenRefLfNr().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link Integer }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<Integer> getVersInteressenRefLfNr() {
|
||||
if (versInteressenRefLfNr == null) {
|
||||
versInteressenRefLfNr = new ArrayList<Integer>();
|
||||
}
|
||||
return this.versInteressenRefLfNr;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,36 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für ein Elementarprodukt Vertragsrechtsschutz
|
||||
*
|
||||
* <p>Java-Klasse für ElementarproduktVertragsrechtsschutz_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ElementarproduktVertragsrechtsschutz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ElementarproduktRechtsschutz_Type">
|
||||
* <sequence>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ElementarproduktVertragsrechtsschutz_Type")
|
||||
public class ElementarproduktVertragsrechtsschutzType
|
||||
extends ElementarproduktRechtsschutzType
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
@@ -1,227 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import javax.xml.bind.JAXBElement;
|
||||
import javax.xml.bind.annotation.XmlElementDecl;
|
||||
import javax.xml.bind.annotation.XmlRegistry;
|
||||
import javax.xml.namespace.QName;
|
||||
|
||||
|
||||
/**
|
||||
* This object contains factory methods for each
|
||||
* Java content interface and Java element interface
|
||||
* generated in the at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs package.
|
||||
* <p>An ObjectFactory allows you to programatically
|
||||
* construct new instances of the Java representation
|
||||
* for XML content. The Java representation of XML
|
||||
* content can consist of schema derived interfaces
|
||||
* and classes representing the binding of schema
|
||||
* type definitions, element declarations and model
|
||||
* groups. Factory methods for each of these are
|
||||
* provided in this class.
|
||||
*
|
||||
*/
|
||||
@XmlRegistry
|
||||
public class ObjectFactory {
|
||||
|
||||
private final static QName _CalculateRechtsschutzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CalculateRechtsschutzRequest");
|
||||
private final static QName _CalculateRechtsschutzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CalculateRechtsschutzResponse");
|
||||
private final static QName _CreateOfferRechtsschutzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CreateOfferRechtsschutzRequest");
|
||||
private final static QName _CreateOfferRechtsschutzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CreateOfferRechtsschutzResponse");
|
||||
private final static QName _CreateApplicationRechtsschutzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CreateApplicationRechtsschutzRequest");
|
||||
private final static QName _CreateApplicationRechtsschutzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "CreateApplicationRechtsschutzResponse");
|
||||
private final static QName _SubmitApplicationRechtsschutzRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "SubmitApplicationRechtsschutzRequest");
|
||||
private final static QName _SubmitApplicationRechtsschutzResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", "SubmitApplicationRechtsschutzResponse");
|
||||
|
||||
/**
|
||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs
|
||||
*
|
||||
*/
|
||||
public ObjectFactory() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CalculateRechtsschutzRequestType }
|
||||
*
|
||||
*/
|
||||
public CalculateRechtsschutzRequestType createCalculateRechtsschutzRequestType() {
|
||||
return new CalculateRechtsschutzRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CalculateRechtsschutzResponseType }
|
||||
*
|
||||
*/
|
||||
public CalculateRechtsschutzResponseType createCalculateRechtsschutzResponseType() {
|
||||
return new CalculateRechtsschutzResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateOfferRechtsschutzRequestType }
|
||||
*
|
||||
*/
|
||||
public CreateOfferRechtsschutzRequestType createCreateOfferRechtsschutzRequestType() {
|
||||
return new CreateOfferRechtsschutzRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateOfferRechtsschutzResponseType }
|
||||
*
|
||||
*/
|
||||
public CreateOfferRechtsschutzResponseType createCreateOfferRechtsschutzResponseType() {
|
||||
return new CreateOfferRechtsschutzResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateApplicationRechtsschutzRequestType }
|
||||
*
|
||||
*/
|
||||
public CreateApplicationRechtsschutzRequestType createCreateApplicationRechtsschutzRequestType() {
|
||||
return new CreateApplicationRechtsschutzRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateApplicationRechtsschutzResponseType }
|
||||
*
|
||||
*/
|
||||
public CreateApplicationRechtsschutzResponseType createCreateApplicationRechtsschutzResponseType() {
|
||||
return new CreateApplicationRechtsschutzResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SubmitApplicationRechtsschutzResponseType }
|
||||
*
|
||||
*/
|
||||
public SubmitApplicationRechtsschutzResponseType createSubmitApplicationRechtsschutzResponseType() {
|
||||
return new SubmitApplicationRechtsschutzResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link VerkaufsproduktRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public VerkaufsproduktRechtsschutzType createVerkaufsproduktRechtsschutzType() {
|
||||
return new VerkaufsproduktRechtsschutzType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ProduktRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public ProduktRechtsschutzType createProduktRechtsschutzType() {
|
||||
return new ProduktRechtsschutzType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ElementarproduktRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public ElementarproduktRechtsschutzType createElementarproduktRechtsschutzType() {
|
||||
return new ElementarproduktRechtsschutzType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SpezBerechnungRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public SpezBerechnungRechtsschutzType createSpezBerechnungRechtsschutzType() {
|
||||
return new SpezBerechnungRechtsschutzType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SpezOffertRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public SpezOffertRechtsschutzType createSpezOffertRechtsschutzType() {
|
||||
return new SpezOffertRechtsschutzType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SpezAntragRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragRechtsschutzType createSpezAntragRechtsschutzType() {
|
||||
return new SpezAntragRechtsschutzType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SubmitApplicationRechtsschutzRequestType }
|
||||
*
|
||||
*/
|
||||
public SubmitApplicationRechtsschutzRequestType createSubmitApplicationRechtsschutzRequestType() {
|
||||
return new SubmitApplicationRechtsschutzRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateRechtsschutzRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "CalculateRechtsschutzRequest")
|
||||
public JAXBElement<CalculateRechtsschutzRequestType> createCalculateRechtsschutzRequest(CalculateRechtsschutzRequestType value) {
|
||||
return new JAXBElement<CalculateRechtsschutzRequestType>(_CalculateRechtsschutzRequest_QNAME, CalculateRechtsschutzRequestType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateRechtsschutzResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "CalculateRechtsschutzResponse")
|
||||
public JAXBElement<CalculateRechtsschutzResponseType> createCalculateRechtsschutzResponse(CalculateRechtsschutzResponseType value) {
|
||||
return new JAXBElement<CalculateRechtsschutzResponseType>(_CalculateRechtsschutzResponse_QNAME, CalculateRechtsschutzResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferRechtsschutzRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "CreateOfferRechtsschutzRequest")
|
||||
public JAXBElement<CreateOfferRechtsschutzRequestType> createCreateOfferRechtsschutzRequest(CreateOfferRechtsschutzRequestType value) {
|
||||
return new JAXBElement<CreateOfferRechtsschutzRequestType>(_CreateOfferRechtsschutzRequest_QNAME, CreateOfferRechtsschutzRequestType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferRechtsschutzResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "CreateOfferRechtsschutzResponse")
|
||||
public JAXBElement<CreateOfferRechtsschutzResponseType> createCreateOfferRechtsschutzResponse(CreateOfferRechtsschutzResponseType value) {
|
||||
return new JAXBElement<CreateOfferRechtsschutzResponseType>(_CreateOfferRechtsschutzResponse_QNAME, CreateOfferRechtsschutzResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationRechtsschutzRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "CreateApplicationRechtsschutzRequest")
|
||||
public JAXBElement<CreateApplicationRechtsschutzRequestType> createCreateApplicationRechtsschutzRequest(CreateApplicationRechtsschutzRequestType value) {
|
||||
return new JAXBElement<CreateApplicationRechtsschutzRequestType>(_CreateApplicationRechtsschutzRequest_QNAME, CreateApplicationRechtsschutzRequestType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationRechtsschutzResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "CreateApplicationRechtsschutzResponse")
|
||||
public JAXBElement<CreateApplicationRechtsschutzResponseType> createCreateApplicationRechtsschutzResponse(CreateApplicationRechtsschutzResponseType value) {
|
||||
return new JAXBElement<CreateApplicationRechtsschutzResponseType>(_CreateApplicationRechtsschutzResponse_QNAME, CreateApplicationRechtsschutzResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationRechtsschutzResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "SubmitApplicationRechtsschutzRequest")
|
||||
public JAXBElement<SubmitApplicationRechtsschutzResponseType> createSubmitApplicationRechtsschutzRequest(SubmitApplicationRechtsschutzResponseType value) {
|
||||
return new JAXBElement<SubmitApplicationRechtsschutzResponseType>(_SubmitApplicationRechtsschutzRequest_QNAME, SubmitApplicationRechtsschutzResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationRechtsschutzResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", name = "SubmitApplicationRechtsschutzResponse")
|
||||
public JAXBElement<SubmitApplicationRechtsschutzResponseType> createSubmitApplicationRechtsschutzResponse(SubmitApplicationRechtsschutzResponseType value) {
|
||||
return new JAXBElement<SubmitApplicationRechtsschutzResponseType>(_SubmitApplicationRechtsschutzResponse_QNAME, SubmitApplicationRechtsschutzResponseType.class, null, value);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,73 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ der Standardimplementierung eines Produkts in der Sparte Rechtsschutz. Von diesem Typ können einzelne VUs ihre eigenen Produkte ableiten, wenn sie möchten.
|
||||
*
|
||||
* <p>Java-Klasse für ProduktRechtsschutzStdImpl_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ProduktRechtsschutzStdImpl_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ProduktRechtsschutz_Type">
|
||||
* <sequence>
|
||||
* <element name="Elementarprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ElementarproduktRechtsschutz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ProduktRechtsschutzStdImpl_Type", propOrder = {
|
||||
"elementarprodukt"
|
||||
})
|
||||
public class ProduktRechtsschutzStdImplType
|
||||
extends ProduktRechtsschutzType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Elementarprodukt")
|
||||
protected List<ElementarproduktRechtsschutzType> elementarprodukt;
|
||||
|
||||
/**
|
||||
* Gets the value of the elementarprodukt property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the elementarprodukt property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getElementarprodukt().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ElementarproduktRechtsschutzType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ElementarproduktRechtsschutzType> getElementarprodukt() {
|
||||
if (elementarprodukt == null) {
|
||||
elementarprodukt = new ArrayList<ElementarproduktRechtsschutzType>();
|
||||
}
|
||||
return this.elementarprodukt;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,109 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ProduktGenerischType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für ein Produkt in der Sparte Rechtsschutz. Von diesem Typ können einzelne VUs ihre eigenen Produkte ableiten, wenn sie möchten.
|
||||
*
|
||||
* <p>Java-Klasse für ProduktRechtsschutz_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ProduktRechtsschutz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type">
|
||||
* <sequence>
|
||||
* <element name="ElementarprodukteRechtsschutz" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ElementarproduktRechtsschutz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="VersInteressenRefLfNr" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ProduktRechtsschutz_Type", propOrder = {
|
||||
"elementarprodukteRechtsschutz",
|
||||
"versInteressenRefLfNr"
|
||||
})
|
||||
public class ProduktRechtsschutzType
|
||||
extends ProduktGenerischType
|
||||
{
|
||||
|
||||
@XmlElement(name = "ElementarprodukteRechtsschutz")
|
||||
protected List<ElementarproduktRechtsschutzType> elementarprodukteRechtsschutz;
|
||||
@XmlElement(name = "VersInteressenRefLfNr", type = Integer.class)
|
||||
@XmlSchemaType(name = "unsignedShort")
|
||||
protected List<Integer> versInteressenRefLfNr;
|
||||
|
||||
/**
|
||||
* Gets the value of the elementarprodukteRechtsschutz property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the elementarprodukteRechtsschutz property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getElementarprodukteRechtsschutz().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ElementarproduktRechtsschutzType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ElementarproduktRechtsschutzType> getElementarprodukteRechtsschutz() {
|
||||
if (elementarprodukteRechtsschutz == null) {
|
||||
elementarprodukteRechtsschutz = new ArrayList<ElementarproduktRechtsschutzType>();
|
||||
}
|
||||
return this.elementarprodukteRechtsschutz;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the versInteressenRefLfNr property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the versInteressenRefLfNr property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getVersInteressenRefLfNr().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link Integer }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<Integer> getVersInteressenRefLfNr() {
|
||||
if (versInteressenRefLfNr == null) {
|
||||
versInteressenRefLfNr = new ArrayList<Integer>();
|
||||
}
|
||||
return this.versInteressenRefLfNr;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezAntragType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für den Schritt Antrags-Erzeugung
|
||||
*
|
||||
* <p>Java-Klasse für SpezAntragRechtsschutz_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SpezAntragRechtsschutz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}VerkaufsproduktRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SpezAntragRechtsschutz_Type", propOrder = {
|
||||
"verkaufsprodukt"
|
||||
})
|
||||
public class SpezAntragRechtsschutzType
|
||||
extends SpezAntragType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Verkaufsprodukt", required = true)
|
||||
protected VerkaufsproduktRechtsschutzType verkaufsprodukt;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link VerkaufsproduktRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public VerkaufsproduktRechtsschutzType getVerkaufsprodukt() {
|
||||
return verkaufsprodukt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der verkaufsprodukt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link VerkaufsproduktRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public void setVerkaufsprodukt(VerkaufsproduktRechtsschutzType value) {
|
||||
this.verkaufsprodukt = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezBerechnungType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für den Schritt Berechnung
|
||||
*
|
||||
* <p>Java-Klasse für SpezBerechnungRechtsschutz_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SpezBerechnungRechtsschutz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}VerkaufsproduktRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SpezBerechnungRechtsschutz_Type", propOrder = {
|
||||
"verkaufsprodukt"
|
||||
})
|
||||
public class SpezBerechnungRechtsschutzType
|
||||
extends SpezBerechnungType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Verkaufsprodukt", required = true)
|
||||
protected VerkaufsproduktRechtsschutzType verkaufsprodukt;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link VerkaufsproduktRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public VerkaufsproduktRechtsschutzType getVerkaufsprodukt() {
|
||||
return verkaufsprodukt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der verkaufsprodukt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link VerkaufsproduktRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public void setVerkaufsprodukt(VerkaufsproduktRechtsschutzType value) {
|
||||
this.verkaufsprodukt = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezOffertType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für den Schritt Offert-Erzeugung
|
||||
*
|
||||
* <p>Java-Klasse für SpezOffertRechtsschutz_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SpezOffertRechtsschutz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}VerkaufsproduktRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SpezOffertRechtsschutz_Type", propOrder = {
|
||||
"verkaufsprodukt"
|
||||
})
|
||||
public class SpezOffertRechtsschutzType
|
||||
extends SpezOffertType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Verkaufsprodukt", required = true)
|
||||
protected VerkaufsproduktRechtsschutzType verkaufsprodukt;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link VerkaufsproduktRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public VerkaufsproduktRechtsschutzType getVerkaufsprodukt() {
|
||||
return verkaufsprodukt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der verkaufsprodukt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link VerkaufsproduktRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public void setVerkaufsprodukt(VerkaufsproduktRechtsschutzType value) {
|
||||
this.verkaufsprodukt = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationRequestGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Type des Requests, um den Antrag einzureichen
|
||||
*
|
||||
* <p>Java-Klasse für SubmitApplicationRechtsschutzRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SubmitApplicationRechtsschutzRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequestGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezAntragRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SubmitApplicationRechtsschutzRequest_Type", propOrder = {
|
||||
"antragsanfrage"
|
||||
})
|
||||
public class SubmitApplicationRechtsschutzRequestType
|
||||
extends SubmitApplicationRequestGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsanfrage", required = true)
|
||||
protected SpezAntragRechtsschutzType antragsanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezAntragRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragRechtsschutzType getAntragsanfrage() {
|
||||
return antragsanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezAntragRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsanfrage(SpezAntragRechtsschutzType value) {
|
||||
this.antragsanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationResponseGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Type des Response, um den Antrag einzureichen
|
||||
*
|
||||
* <p>Java-Klasse für SubmitApplicationRechtsschutzResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SubmitApplicationRechtsschutzResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponseGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}SpezAntragRechtsschutz_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SubmitApplicationRechtsschutzResponse_Type", propOrder = {
|
||||
"antragsantwort"
|
||||
})
|
||||
public class SubmitApplicationRechtsschutzResponseType
|
||||
extends SubmitApplicationResponseGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsantwort", required = true)
|
||||
protected SpezAntragRechtsschutzType antragsantwort;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsantwort-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezAntragRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragRechtsschutzType getAntragsantwort() {
|
||||
return antragsantwort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsantwort-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezAntragRechtsschutzType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsantwort(SpezAntragRechtsschutzType value) {
|
||||
this.antragsantwort = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,107 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ProduktType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ der Standardimplementierung für ein Verkaufsprodukt in der Sparte Rechtsschutz
|
||||
*
|
||||
* <p>Java-Klasse für VerkaufsproduktRechtsschutzStdImpl_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="VerkaufsproduktRechtsschutzStdImpl_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}VerkaufsproduktRechtsschutz_Type">
|
||||
* <sequence>
|
||||
* <element name="Rechtsschutzversicherung" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs}ProduktRechtsschutz_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Zusatzversicherung" type="{urn:omds3CommonServiceTypes-1-1-0}Produkt_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "VerkaufsproduktRechtsschutzStdImpl_Type", propOrder = {
|
||||
"rechtsschutzversicherung",
|
||||
"zusatzversicherung"
|
||||
})
|
||||
public class VerkaufsproduktRechtsschutzStdImplType
|
||||
extends VerkaufsproduktRechtsschutzType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Rechtsschutzversicherung")
|
||||
protected List<ProduktRechtsschutzType> rechtsschutzversicherung;
|
||||
@XmlElement(name = "Zusatzversicherung")
|
||||
protected List<ProduktType> zusatzversicherung;
|
||||
|
||||
/**
|
||||
* Gets the value of the rechtsschutzversicherung property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the rechtsschutzversicherung property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getRechtsschutzversicherung().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ProduktRechtsschutzType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ProduktRechtsschutzType> getRechtsschutzversicherung() {
|
||||
if (rechtsschutzversicherung == null) {
|
||||
rechtsschutzversicherung = new ArrayList<ProduktRechtsschutzType>();
|
||||
}
|
||||
return this.rechtsschutzversicherung;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the zusatzversicherung property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the zusatzversicherung property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getZusatzversicherung().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ProduktType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ProduktType> getZusatzversicherung() {
|
||||
if (zusatzversicherung == null) {
|
||||
zusatzversicherung = new ArrayList<ProduktType>();
|
||||
}
|
||||
return this.zusatzversicherung;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,142 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ProduktGenerischType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.VerkaufsproduktGenerischType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.VersichertesInteresseType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für ein Verkaufsprodukt in der Sparte Rechtsschutz
|
||||
*
|
||||
* <p>Java-Klasse für VerkaufsproduktRechtsschutz_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="VerkaufsproduktRechtsschutz_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}VerkaufsproduktGenerisch_Type">
|
||||
* <sequence>
|
||||
* <element name="Produkte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded"/>
|
||||
* <element name="Zusatzprodukte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="VersicherteInteressen" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "VerkaufsproduktRechtsschutz_Type", propOrder = {
|
||||
"produkte",
|
||||
"zusatzprodukte",
|
||||
"versicherteInteressen"
|
||||
})
|
||||
public class VerkaufsproduktRechtsschutzType
|
||||
extends VerkaufsproduktGenerischType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Produkte", required = true)
|
||||
protected List<ProduktGenerischType> produkte;
|
||||
@XmlElement(name = "Zusatzprodukte")
|
||||
protected List<ProduktGenerischType> zusatzprodukte;
|
||||
@XmlElement(name = "VersicherteInteressen")
|
||||
protected List<VersichertesInteresseType> versicherteInteressen;
|
||||
|
||||
/**
|
||||
* Gets the value of the produkte property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the produkte property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getProdukte().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ProduktGenerischType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ProduktGenerischType> getProdukte() {
|
||||
if (produkte == null) {
|
||||
produkte = new ArrayList<ProduktGenerischType>();
|
||||
}
|
||||
return this.produkte;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the zusatzprodukte property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the zusatzprodukte property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getZusatzprodukte().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ProduktGenerischType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ProduktGenerischType> getZusatzprodukte() {
|
||||
if (zusatzprodukte == null) {
|
||||
zusatzprodukte = new ArrayList<ProduktGenerischType>();
|
||||
}
|
||||
return this.zusatzprodukte;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the versicherteInteressen property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the versicherteInteressen property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getVersicherteInteressen().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link VersichertesInteresseType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<VersichertesInteresseType> getVersicherteInteressen() {
|
||||
if (versicherteInteressen == null) {
|
||||
versicherteInteressen = new ArrayList<VersichertesInteresseType>();
|
||||
}
|
||||
return this.versicherteInteressen;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.rs", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.rs;
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezAntragType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ der das Produkt beschreibt und in Antraganfrage und Antragantwort verwendet wird
|
||||
*
|
||||
* <p>Java-Klasse für AntragSachPrivat_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="AntragSachPrivat_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}VerkaufsproduktSachPrivat_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "AntragSachPrivat_Type", propOrder = {
|
||||
"verkaufsprodukt"
|
||||
})
|
||||
public class AntragSachPrivatType
|
||||
extends SpezAntragType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Verkaufsprodukt", required = true)
|
||||
protected VerkaufsproduktSachPrivatType verkaufsprodukt;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link VerkaufsproduktSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public VerkaufsproduktSachPrivatType getVerkaufsprodukt() {
|
||||
return verkaufsprodukt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der verkaufsprodukt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link VerkaufsproduktSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public void setVerkaufsprodukt(VerkaufsproduktSachPrivatType value) {
|
||||
this.verkaufsprodukt = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezBerechnungType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ der das Produkt beschreibt und in Berechnungsanfrage und Berechnungsantwort verwendet wird
|
||||
*
|
||||
* <p>Java-Klasse für BerechnungSachPrivat_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="BerechnungSachPrivat_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}VerkaufsproduktSachPrivat_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "BerechnungSachPrivat_Type", propOrder = {
|
||||
"verkaufsprodukt"
|
||||
})
|
||||
public class BerechnungSachPrivatType
|
||||
extends SpezBerechnungType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Verkaufsprodukt", required = true)
|
||||
protected VerkaufsproduktSachPrivatType verkaufsprodukt;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link VerkaufsproduktSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public VerkaufsproduktSachPrivatType getVerkaufsprodukt() {
|
||||
return verkaufsprodukt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der verkaufsprodukt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link VerkaufsproduktSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public void setVerkaufsprodukt(VerkaufsproduktSachPrivatType value) {
|
||||
this.verkaufsprodukt = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateRequestGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ des Requestobjekts für eine Berechnung Sach-Privat
|
||||
*
|
||||
* <p>Java-Klasse für CalculateSachPrivatRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CalculateSachPrivatRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequestGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}BerechnungSachPrivat_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CalculateSachPrivatRequest_Type", propOrder = {
|
||||
"berechnungsanfrage"
|
||||
})
|
||||
public class CalculateSachPrivatRequestType
|
||||
extends CalculateRequestGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Berechnungsanfrage", required = true)
|
||||
protected BerechnungSachPrivatType berechnungsanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der berechnungsanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BerechnungSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public BerechnungSachPrivatType getBerechnungsanfrage() {
|
||||
return berechnungsanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der berechnungsanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BerechnungSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public void setBerechnungsanfrage(BerechnungSachPrivatType value) {
|
||||
this.berechnungsanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,95 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateResponseGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ des Responseobjekts für eine Berechnung Sach-Privat
|
||||
*
|
||||
* <p>Java-Klasse für CalculateSachPrivatResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CalculateSachPrivatResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponseGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}BerechnungSachPrivat_Type"/>
|
||||
* <element name="ResponseUpselling" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}UpsellingSachPrivatResponse_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CalculateSachPrivatResponse_Type", propOrder = {
|
||||
"berechnungsantwort",
|
||||
"responseUpselling"
|
||||
})
|
||||
public class CalculateSachPrivatResponseType
|
||||
extends CalculateResponseGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Berechnungsantwort", required = true)
|
||||
protected BerechnungSachPrivatType berechnungsantwort;
|
||||
@XmlElement(name = "ResponseUpselling")
|
||||
protected UpsellingSachPrivatResponseType responseUpselling;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der berechnungsantwort-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BerechnungSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public BerechnungSachPrivatType getBerechnungsantwort() {
|
||||
return berechnungsantwort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der berechnungsantwort-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BerechnungSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public void setBerechnungsantwort(BerechnungSachPrivatType value) {
|
||||
this.berechnungsantwort = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der responseUpselling-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link UpsellingSachPrivatResponseType }
|
||||
*
|
||||
*/
|
||||
public UpsellingSachPrivatResponseType getResponseUpselling() {
|
||||
return responseUpselling;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der responseUpselling-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link UpsellingSachPrivatResponseType }
|
||||
*
|
||||
*/
|
||||
public void setResponseUpselling(UpsellingSachPrivatResponseType value) {
|
||||
this.responseUpselling = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationRequestGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ des Requestobjekts für einen Antrag Besitz
|
||||
*
|
||||
* <p>Java-Klasse für CreateApplicationSachPrivatRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CreateApplicationSachPrivatRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequestGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}AntragSachPrivat_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateApplicationSachPrivatRequest_Type", propOrder = {
|
||||
"antragsanfrage"
|
||||
})
|
||||
public class CreateApplicationSachPrivatRequestType
|
||||
extends CreateApplicationRequestGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsanfrage", required = true)
|
||||
protected AntragSachPrivatType antragsanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link AntragSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public AntragSachPrivatType getAntragsanfrage() {
|
||||
return antragsanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link AntragSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsanfrage(AntragSachPrivatType value) {
|
||||
this.antragsanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationResponseGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ des Responseobjekts für einen Antrag Besitz
|
||||
*
|
||||
* <p>Java-Klasse für CreateApplicationSachPrivatResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CreateApplicationSachPrivatResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponseGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}AntragSachPrivat_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateApplicationSachPrivatResponse_Type", propOrder = {
|
||||
"antragsantwort"
|
||||
})
|
||||
public class CreateApplicationSachPrivatResponseType
|
||||
extends CreateApplicationResponseGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsantwort", required = true)
|
||||
protected AntragSachPrivatType antragsantwort;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsantwort-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link AntragSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public AntragSachPrivatType getAntragsantwort() {
|
||||
return antragsantwort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsantwort-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link AntragSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsantwort(AntragSachPrivatType value) {
|
||||
this.antragsantwort = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferRequestGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ des Requestobjekts für ein Offert Sach-Privat
|
||||
*
|
||||
* <p>Java-Klasse für CreateOfferSachPrivatRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CreateOfferSachPrivatRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequestGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Offertanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}OffertSachPrivat_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateOfferSachPrivatRequest_Type", propOrder = {
|
||||
"offertanfrage"
|
||||
})
|
||||
public class CreateOfferSachPrivatRequestType
|
||||
extends CreateOfferRequestGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Offertanfrage", required = true)
|
||||
protected OffertSachPrivatType offertanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der offertanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link OffertSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public OffertSachPrivatType getOffertanfrage() {
|
||||
return offertanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der offertanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link OffertSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public void setOffertanfrage(OffertSachPrivatType value) {
|
||||
this.offertanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferResponseGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ des Responseobjekts für ein Offert Besitz
|
||||
*
|
||||
* <p>Java-Klasse für CreateOfferSachPrivatResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CreateOfferSachPrivatResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponseGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Offertantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}OffertSachPrivat_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateOfferSachPrivatResponse_Type", propOrder = {
|
||||
"offertantwort"
|
||||
})
|
||||
public class CreateOfferSachPrivatResponseType
|
||||
extends CreateOfferResponseGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Offertantwort", required = true)
|
||||
protected OffertSachPrivatType offertantwort;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der offertantwort-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link OffertSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public OffertSachPrivatType getOffertantwort() {
|
||||
return offertantwort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der offertantwort-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link OffertSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public void setOffertantwort(OffertSachPrivatType value) {
|
||||
this.offertantwort = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,36 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für ElementarproduktGebaeude_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ElementarproduktGebaeude_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktSachPrivat_Type">
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ElementarproduktGebaeude_Type")
|
||||
@XmlSeeAlso({
|
||||
GenElementarproduktGebaeudeType.class
|
||||
})
|
||||
public abstract class ElementarproduktGebaeudeType
|
||||
extends ElementarproduktSachPrivatType
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
@@ -1,36 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für ElementarproduktHaushalt_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ElementarproduktHaushalt_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktSachPrivat_Type">
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ElementarproduktHaushalt_Type")
|
||||
@XmlSeeAlso({
|
||||
GenElementarproduktHaushaltType.class
|
||||
})
|
||||
public abstract class ElementarproduktHaushaltType
|
||||
extends ElementarproduktSachPrivatType
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
@@ -1,77 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ElementarproduktGenerischType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für ElementarproduktSachPrivat_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ElementarproduktSachPrivat_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ElementarproduktGenerisch_Type">
|
||||
* <sequence>
|
||||
* <element name="VersInteresseRefLfnr" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ElementarproduktSachPrivat_Type", propOrder = {
|
||||
"versInteresseRefLfnr"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
ElementarproduktGebaeudeType.class,
|
||||
ElementarproduktHaushaltType.class
|
||||
})
|
||||
public abstract class ElementarproduktSachPrivatType
|
||||
extends ElementarproduktGenerischType
|
||||
{
|
||||
|
||||
@XmlElement(name = "VersInteresseRefLfnr")
|
||||
protected List<String> versInteresseRefLfnr;
|
||||
|
||||
/**
|
||||
* Gets the value of the versInteresseRefLfnr property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the versInteresseRefLfnr property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getVersInteresseRefLfnr().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link String }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<String> getVersInteresseRefLfnr() {
|
||||
if (versInteresseRefLfnr == null) {
|
||||
versInteresseRefLfnr = new ArrayList<String>();
|
||||
}
|
||||
return this.versInteresseRefLfnr;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,296 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import java.math.BigInteger;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.KostenFixOderProzentType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.SelbstbehaltType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für GenElementarproduktGebaeude_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="GenElementarproduktGebaeude_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktGebaeude_Type">
|
||||
* <sequence>
|
||||
* <element name="Sparte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}GebaeudeSpartenCd_Type"/>
|
||||
* <element name="Pauschalbetrag" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
||||
* <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
|
||||
* <element name="Versicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
||||
* <element name="Unterversicherungsverzicht" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* <element name="ProzentVersicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
|
||||
* <element name="Nebenkosten" type="{urn:omds3CommonServiceTypes-1-1-0}KostenFixOderProzent_Type" minOccurs="0"/>
|
||||
* <element name="Vorsorge" type="{urn:omds3CommonServiceTypes-1-1-0}KostenFixOderProzent_Type" minOccurs="0"/>
|
||||
* <element name="Hoechsthaftungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "GenElementarproduktGebaeude_Type", propOrder = {
|
||||
"sparte",
|
||||
"pauschalbetrag",
|
||||
"selbstbehalt",
|
||||
"versicherungssumme",
|
||||
"unterversicherungsverzicht",
|
||||
"prozentVersicherungssumme",
|
||||
"nebenkosten",
|
||||
"vorsorge",
|
||||
"hoechsthaftungssumme"
|
||||
})
|
||||
public class GenElementarproduktGebaeudeType
|
||||
extends ElementarproduktGebaeudeType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Sparte", required = true)
|
||||
protected String sparte;
|
||||
@XmlElement(name = "Pauschalbetrag")
|
||||
@XmlSchemaType(name = "unsignedLong")
|
||||
protected BigInteger pauschalbetrag;
|
||||
@XmlElement(name = "Selbstbehalt")
|
||||
protected SelbstbehaltType selbstbehalt;
|
||||
@XmlElement(name = "Versicherungssumme")
|
||||
@XmlSchemaType(name = "unsignedLong")
|
||||
protected BigInteger versicherungssumme;
|
||||
@XmlElement(name = "Unterversicherungsverzicht")
|
||||
protected Boolean unterversicherungsverzicht;
|
||||
@XmlElement(name = "ProzentVersicherungssumme")
|
||||
@XmlSchemaType(name = "unsignedInt")
|
||||
protected Long prozentVersicherungssumme;
|
||||
@XmlElement(name = "Nebenkosten")
|
||||
protected KostenFixOderProzentType nebenkosten;
|
||||
@XmlElement(name = "Vorsorge")
|
||||
protected KostenFixOderProzentType vorsorge;
|
||||
@XmlElement(name = "Hoechsthaftungssumme")
|
||||
@XmlSchemaType(name = "unsignedLong")
|
||||
protected BigInteger hoechsthaftungssumme;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der sparte-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getSparte() {
|
||||
return sparte;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der sparte-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setSparte(String value) {
|
||||
this.sparte = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der pauschalbetrag-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public BigInteger getPauschalbetrag() {
|
||||
return pauschalbetrag;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der pauschalbetrag-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public void setPauschalbetrag(BigInteger value) {
|
||||
this.pauschalbetrag = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der selbstbehalt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SelbstbehaltType }
|
||||
*
|
||||
*/
|
||||
public SelbstbehaltType getSelbstbehalt() {
|
||||
return selbstbehalt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der selbstbehalt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SelbstbehaltType }
|
||||
*
|
||||
*/
|
||||
public void setSelbstbehalt(SelbstbehaltType value) {
|
||||
this.selbstbehalt = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der versicherungssumme-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public BigInteger getVersicherungssumme() {
|
||||
return versicherungssumme;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der versicherungssumme-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public void setVersicherungssumme(BigInteger value) {
|
||||
this.versicherungssumme = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der unterversicherungsverzicht-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public Boolean isUnterversicherungsverzicht() {
|
||||
return unterversicherungsverzicht;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der unterversicherungsverzicht-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public void setUnterversicherungsverzicht(Boolean value) {
|
||||
this.unterversicherungsverzicht = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der prozentVersicherungssumme-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Long }
|
||||
*
|
||||
*/
|
||||
public Long getProzentVersicherungssumme() {
|
||||
return prozentVersicherungssumme;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der prozentVersicherungssumme-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Long }
|
||||
*
|
||||
*/
|
||||
public void setProzentVersicherungssumme(Long value) {
|
||||
this.prozentVersicherungssumme = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der nebenkosten-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link KostenFixOderProzentType }
|
||||
*
|
||||
*/
|
||||
public KostenFixOderProzentType getNebenkosten() {
|
||||
return nebenkosten;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der nebenkosten-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link KostenFixOderProzentType }
|
||||
*
|
||||
*/
|
||||
public void setNebenkosten(KostenFixOderProzentType value) {
|
||||
this.nebenkosten = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der vorsorge-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link KostenFixOderProzentType }
|
||||
*
|
||||
*/
|
||||
public KostenFixOderProzentType getVorsorge() {
|
||||
return vorsorge;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der vorsorge-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link KostenFixOderProzentType }
|
||||
*
|
||||
*/
|
||||
public void setVorsorge(KostenFixOderProzentType value) {
|
||||
this.vorsorge = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der hoechsthaftungssumme-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public BigInteger getHoechsthaftungssumme() {
|
||||
return hoechsthaftungssumme;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der hoechsthaftungssumme-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public void setHoechsthaftungssumme(BigInteger value) {
|
||||
this.hoechsthaftungssumme = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,296 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import java.math.BigInteger;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.KostenFixOderProzentType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.SelbstbehaltType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für GenElementarproduktHaushalt_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="GenElementarproduktHaushalt_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktHaushalt_Type">
|
||||
* <sequence>
|
||||
* <element name="Sparte" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}HaushaltSpartenCd_Type"/>
|
||||
* <element name="Versicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
||||
* <element name="Pauschalbetrag" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
||||
* <element name="ProzentVersicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
|
||||
* <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
|
||||
* <element name="Unterversicherungsverzicht" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* <element name="Nebenkosten" type="{urn:omds3CommonServiceTypes-1-1-0}KostenFixOderProzent_Type" minOccurs="0"/>
|
||||
* <element name="Vorsorge" type="{urn:omds3CommonServiceTypes-1-1-0}KostenFixOderProzent_Type" minOccurs="0"/>
|
||||
* <element name="Hoechsthaftungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "GenElementarproduktHaushalt_Type", propOrder = {
|
||||
"sparte",
|
||||
"versicherungssumme",
|
||||
"pauschalbetrag",
|
||||
"prozentVersicherungssumme",
|
||||
"selbstbehalt",
|
||||
"unterversicherungsverzicht",
|
||||
"nebenkosten",
|
||||
"vorsorge",
|
||||
"hoechsthaftungssumme"
|
||||
})
|
||||
public class GenElementarproduktHaushaltType
|
||||
extends ElementarproduktHaushaltType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Sparte", required = true)
|
||||
protected String sparte;
|
||||
@XmlElement(name = "Versicherungssumme")
|
||||
@XmlSchemaType(name = "unsignedLong")
|
||||
protected BigInteger versicherungssumme;
|
||||
@XmlElement(name = "Pauschalbetrag")
|
||||
@XmlSchemaType(name = "unsignedLong")
|
||||
protected BigInteger pauschalbetrag;
|
||||
@XmlElement(name = "ProzentVersicherungssumme")
|
||||
@XmlSchemaType(name = "unsignedInt")
|
||||
protected Long prozentVersicherungssumme;
|
||||
@XmlElement(name = "Selbstbehalt")
|
||||
protected SelbstbehaltType selbstbehalt;
|
||||
@XmlElement(name = "Unterversicherungsverzicht")
|
||||
protected Boolean unterversicherungsverzicht;
|
||||
@XmlElement(name = "Nebenkosten")
|
||||
protected KostenFixOderProzentType nebenkosten;
|
||||
@XmlElement(name = "Vorsorge")
|
||||
protected KostenFixOderProzentType vorsorge;
|
||||
@XmlElement(name = "Hoechsthaftungssumme")
|
||||
@XmlSchemaType(name = "unsignedLong")
|
||||
protected BigInteger hoechsthaftungssumme;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der sparte-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getSparte() {
|
||||
return sparte;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der sparte-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setSparte(String value) {
|
||||
this.sparte = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der versicherungssumme-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public BigInteger getVersicherungssumme() {
|
||||
return versicherungssumme;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der versicherungssumme-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public void setVersicherungssumme(BigInteger value) {
|
||||
this.versicherungssumme = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der pauschalbetrag-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public BigInteger getPauschalbetrag() {
|
||||
return pauschalbetrag;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der pauschalbetrag-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public void setPauschalbetrag(BigInteger value) {
|
||||
this.pauschalbetrag = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der prozentVersicherungssumme-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Long }
|
||||
*
|
||||
*/
|
||||
public Long getProzentVersicherungssumme() {
|
||||
return prozentVersicherungssumme;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der prozentVersicherungssumme-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Long }
|
||||
*
|
||||
*/
|
||||
public void setProzentVersicherungssumme(Long value) {
|
||||
this.prozentVersicherungssumme = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der selbstbehalt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SelbstbehaltType }
|
||||
*
|
||||
*/
|
||||
public SelbstbehaltType getSelbstbehalt() {
|
||||
return selbstbehalt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der selbstbehalt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SelbstbehaltType }
|
||||
*
|
||||
*/
|
||||
public void setSelbstbehalt(SelbstbehaltType value) {
|
||||
this.selbstbehalt = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der unterversicherungsverzicht-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public Boolean isUnterversicherungsverzicht() {
|
||||
return unterversicherungsverzicht;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der unterversicherungsverzicht-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public void setUnterversicherungsverzicht(Boolean value) {
|
||||
this.unterversicherungsverzicht = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der nebenkosten-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link KostenFixOderProzentType }
|
||||
*
|
||||
*/
|
||||
public KostenFixOderProzentType getNebenkosten() {
|
||||
return nebenkosten;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der nebenkosten-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link KostenFixOderProzentType }
|
||||
*
|
||||
*/
|
||||
public void setNebenkosten(KostenFixOderProzentType value) {
|
||||
this.nebenkosten = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der vorsorge-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link KostenFixOderProzentType }
|
||||
*
|
||||
*/
|
||||
public KostenFixOderProzentType getVorsorge() {
|
||||
return vorsorge;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der vorsorge-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link KostenFixOderProzentType }
|
||||
*
|
||||
*/
|
||||
public void setVorsorge(KostenFixOderProzentType value) {
|
||||
this.vorsorge = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der hoechsthaftungssumme-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public BigInteger getHoechsthaftungssumme() {
|
||||
return hoechsthaftungssumme;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der hoechsthaftungssumme-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public void setHoechsthaftungssumme(BigInteger value) {
|
||||
this.hoechsthaftungssumme = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,99 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlEnumValue;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für Nebengebaeude_Type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
* <p>
|
||||
* <pre>
|
||||
* <simpleType name="Nebengebaeude_Type">
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <enumeration value="Abstellgebaeude"/>
|
||||
* <enumeration value="Badehütte"/>
|
||||
* <enumeration value="Bootshaus"/>
|
||||
* <enumeration value="Carport"/>
|
||||
* <enumeration value="ehemaliges Wirtschaftsgebaeude"/>
|
||||
* <enumeration value="Garage"/>
|
||||
* <enumeration value="Gartenhaus (nicht für Wohnzwecke)"/>
|
||||
* <enumeration value="Holzhütte"/>
|
||||
* <enumeration value="Keller"/>
|
||||
* <enumeration value="Mobilheim (stationaer)"/>
|
||||
* <enumeration value="Nebengebaeude"/>
|
||||
* <enumeration value="Nebengebaeude mit Garage"/>
|
||||
* <enumeration value="Presshaus"/>
|
||||
* <enumeration value="Sauna"/>
|
||||
* <enumeration value="Scheune / Schuppen / Stadel"/>
|
||||
* <enumeration value="Werkstaette"/>
|
||||
* <enumeration value="Werkzeug- und Geraeteschuppen"/>
|
||||
* <enumeration value="Wintergarten, Veranda"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </pre>
|
||||
*
|
||||
*/
|
||||
@XmlType(name = "Nebengebaeude_Type")
|
||||
@XmlEnum
|
||||
public enum NebengebaeudeType {
|
||||
|
||||
@XmlEnumValue("Abstellgebaeude")
|
||||
ABSTELLGEBAEUDE("Abstellgebaeude"),
|
||||
@XmlEnumValue("Badeh\u00fctte")
|
||||
BADEHÜTTE("Badeh\u00fctte"),
|
||||
@XmlEnumValue("Bootshaus")
|
||||
BOOTSHAUS("Bootshaus"),
|
||||
@XmlEnumValue("Carport")
|
||||
CARPORT("Carport"),
|
||||
@XmlEnumValue("ehemaliges Wirtschaftsgebaeude")
|
||||
EHEMALIGES_WIRTSCHAFTSGEBAEUDE("ehemaliges Wirtschaftsgebaeude"),
|
||||
@XmlEnumValue("Garage")
|
||||
GARAGE("Garage"),
|
||||
@XmlEnumValue("Gartenhaus (nicht f\u00fcr Wohnzwecke)")
|
||||
GARTENHAUS_NICHT_FÜR_WOHNZWECKE("Gartenhaus (nicht f\u00fcr Wohnzwecke)"),
|
||||
@XmlEnumValue("Holzh\u00fctte")
|
||||
HOLZHÜTTE("Holzh\u00fctte"),
|
||||
@XmlEnumValue("Keller")
|
||||
KELLER("Keller"),
|
||||
@XmlEnumValue("Mobilheim (stationaer)")
|
||||
MOBILHEIM_STATIONAER("Mobilheim (stationaer)"),
|
||||
@XmlEnumValue("Nebengebaeude")
|
||||
NEBENGEBAEUDE("Nebengebaeude"),
|
||||
@XmlEnumValue("Nebengebaeude mit Garage")
|
||||
NEBENGEBAEUDE_MIT_GARAGE("Nebengebaeude mit Garage"),
|
||||
@XmlEnumValue("Presshaus")
|
||||
PRESSHAUS("Presshaus"),
|
||||
@XmlEnumValue("Sauna")
|
||||
SAUNA("Sauna"),
|
||||
@XmlEnumValue("Scheune / Schuppen / Stadel")
|
||||
SCHEUNE_SCHUPPEN_STADEL("Scheune / Schuppen / Stadel"),
|
||||
@XmlEnumValue("Werkstaette")
|
||||
WERKSTAETTE("Werkstaette"),
|
||||
@XmlEnumValue("Werkzeug- und Geraeteschuppen")
|
||||
WERKZEUG_UND_GERAETESCHUPPEN("Werkzeug- und Geraeteschuppen"),
|
||||
@XmlEnumValue("Wintergarten, Veranda")
|
||||
WINTERGARTEN_VERANDA("Wintergarten, Veranda");
|
||||
private final String value;
|
||||
|
||||
NebengebaeudeType(String v) {
|
||||
value = v;
|
||||
}
|
||||
|
||||
public String value() {
|
||||
return value;
|
||||
}
|
||||
|
||||
public static NebengebaeudeType fromValue(String v) {
|
||||
for (NebengebaeudeType c: NebengebaeudeType.values()) {
|
||||
if (c.value.equals(v)) {
|
||||
return c;
|
||||
}
|
||||
}
|
||||
throw new IllegalArgumentException(v);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,335 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.JAXBElement;
|
||||
import javax.xml.bind.annotation.XmlElementDecl;
|
||||
import javax.xml.bind.annotation.XmlRegistry;
|
||||
import javax.xml.namespace.QName;
|
||||
|
||||
|
||||
/**
|
||||
* This object contains factory methods for each
|
||||
* Java content interface and Java element interface
|
||||
* generated in the at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat package.
|
||||
* <p>An ObjectFactory allows you to programatically
|
||||
* construct new instances of the Java representation
|
||||
* for XML content. The Java representation of XML
|
||||
* content can consist of schema derived interfaces
|
||||
* and classes representing the binding of schema
|
||||
* type definitions, element declarations and model
|
||||
* groups. Factory methods for each of these are
|
||||
* provided in this class.
|
||||
*
|
||||
*/
|
||||
@XmlRegistry
|
||||
public class ObjectFactory {
|
||||
|
||||
private final static QName _ProduktGebaeudeversicherung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "ProduktGebaeudeversicherung");
|
||||
private final static QName _ProduktHaushaltsversicherung_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "ProduktHaushaltsversicherung");
|
||||
private final static QName _CalculateSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CalculateSachPrivatRequest");
|
||||
private final static QName _CalculateSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CalculateSachPrivatResponse");
|
||||
private final static QName _CreateOfferSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateOfferSachPrivatRequest");
|
||||
private final static QName _CreateOfferSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateOfferSachPrivatResponse");
|
||||
private final static QName _CreateApplicationSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateApplicationSachPrivatRequest");
|
||||
private final static QName _CreateApplicationSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "CreateApplicationSachPrivatResponse");
|
||||
private final static QName _SubmitApplicationSachPrivatRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "SubmitApplicationSachPrivatRequest");
|
||||
private final static QName _SubmitApplicationSachPrivatResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", "SubmitApplicationSachPrivatResponse");
|
||||
|
||||
/**
|
||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat
|
||||
*
|
||||
*/
|
||||
public ObjectFactory() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ProduktGebaeudeversicherungType }
|
||||
*
|
||||
*/
|
||||
public ProduktGebaeudeversicherungType createProduktGebaeudeversicherungType() {
|
||||
return new ProduktGebaeudeversicherungType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ProduktHaushaltsversicherungType }
|
||||
*
|
||||
*/
|
||||
public ProduktHaushaltsversicherungType createProduktHaushaltsversicherungType() {
|
||||
return new ProduktHaushaltsversicherungType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CalculateSachPrivatRequestType }
|
||||
*
|
||||
*/
|
||||
public CalculateSachPrivatRequestType createCalculateSachPrivatRequestType() {
|
||||
return new CalculateSachPrivatRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CalculateSachPrivatResponseType }
|
||||
*
|
||||
*/
|
||||
public CalculateSachPrivatResponseType createCalculateSachPrivatResponseType() {
|
||||
return new CalculateSachPrivatResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateOfferSachPrivatRequestType }
|
||||
*
|
||||
*/
|
||||
public CreateOfferSachPrivatRequestType createCreateOfferSachPrivatRequestType() {
|
||||
return new CreateOfferSachPrivatRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateOfferSachPrivatResponseType }
|
||||
*
|
||||
*/
|
||||
public CreateOfferSachPrivatResponseType createCreateOfferSachPrivatResponseType() {
|
||||
return new CreateOfferSachPrivatResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateApplicationSachPrivatRequestType }
|
||||
*
|
||||
*/
|
||||
public CreateApplicationSachPrivatRequestType createCreateApplicationSachPrivatRequestType() {
|
||||
return new CreateApplicationSachPrivatRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateApplicationSachPrivatResponseType }
|
||||
*
|
||||
*/
|
||||
public CreateApplicationSachPrivatResponseType createCreateApplicationSachPrivatResponseType() {
|
||||
return new CreateApplicationSachPrivatResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SubmitApplicationSachPrivatRequestType }
|
||||
*
|
||||
*/
|
||||
public SubmitApplicationSachPrivatRequestType createSubmitApplicationSachPrivatRequestType() {
|
||||
return new SubmitApplicationSachPrivatRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SubmitApplicationSachPrivatResponseType }
|
||||
*
|
||||
*/
|
||||
public SubmitApplicationSachPrivatResponseType createSubmitApplicationSachPrivatResponseType() {
|
||||
return new SubmitApplicationSachPrivatResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link VersichertesObjektSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public VersichertesObjektSachPrivatType createVersichertesObjektSachPrivatType() {
|
||||
return new VersichertesObjektSachPrivatType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link RisikoAdresseType }
|
||||
*
|
||||
*/
|
||||
public RisikoAdresseType createRisikoAdresseType() {
|
||||
return new RisikoAdresseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link RisikoHaushaltType }
|
||||
*
|
||||
*/
|
||||
public RisikoHaushaltType createRisikoHaushaltType() {
|
||||
return new RisikoHaushaltType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link RisikoGebaeudeType }
|
||||
*
|
||||
*/
|
||||
public RisikoGebaeudeType createRisikoGebaeudeType() {
|
||||
return new RisikoGebaeudeType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ZusaetzlicheGebaeudedatenWintergartenType }
|
||||
*
|
||||
*/
|
||||
public ZusaetzlicheGebaeudedatenWintergartenType createZusaetzlicheGebaeudedatenWintergartenType() {
|
||||
return new ZusaetzlicheGebaeudedatenWintergartenType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ZusaetzlicheGebaeudedatenSolarthermieType }
|
||||
*
|
||||
*/
|
||||
public ZusaetzlicheGebaeudedatenSolarthermieType createZusaetzlicheGebaeudedatenSolarthermieType() {
|
||||
return new ZusaetzlicheGebaeudedatenSolarthermieType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ZusaetzlicheGebaeudedatenSchwimmbadType }
|
||||
*
|
||||
*/
|
||||
public ZusaetzlicheGebaeudedatenSchwimmbadType createZusaetzlicheGebaeudedatenSchwimmbadType() {
|
||||
return new ZusaetzlicheGebaeudedatenSchwimmbadType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ZusaetzlicheGebaeudedatenPhotovoltaikType }
|
||||
*
|
||||
*/
|
||||
public ZusaetzlicheGebaeudedatenPhotovoltaikType createZusaetzlicheGebaeudedatenPhotovoltaikType() {
|
||||
return new ZusaetzlicheGebaeudedatenPhotovoltaikType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link VerkaufsproduktSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public VerkaufsproduktSachPrivatType createVerkaufsproduktSachPrivatType() {
|
||||
return new VerkaufsproduktSachPrivatType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link GenElementarproduktGebaeudeType }
|
||||
*
|
||||
*/
|
||||
public GenElementarproduktGebaeudeType createGenElementarproduktGebaeudeType() {
|
||||
return new GenElementarproduktGebaeudeType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link GenElementarproduktHaushaltType }
|
||||
*
|
||||
*/
|
||||
public GenElementarproduktHaushaltType createGenElementarproduktHaushaltType() {
|
||||
return new GenElementarproduktHaushaltType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link BerechnungSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public BerechnungSachPrivatType createBerechnungSachPrivatType() {
|
||||
return new BerechnungSachPrivatType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link OffertSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public OffertSachPrivatType createOffertSachPrivatType() {
|
||||
return new OffertSachPrivatType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link AntragSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public AntragSachPrivatType createAntragSachPrivatType() {
|
||||
return new AntragSachPrivatType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link UpsellingSachPrivatResponseType }
|
||||
*
|
||||
*/
|
||||
public UpsellingSachPrivatResponseType createUpsellingSachPrivatResponseType() {
|
||||
return new UpsellingSachPrivatResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link ProduktGebaeudeversicherungType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "ProduktGebaeudeversicherung")
|
||||
public JAXBElement<ProduktGebaeudeversicherungType> createProduktGebaeudeversicherung(ProduktGebaeudeversicherungType value) {
|
||||
return new JAXBElement<ProduktGebaeudeversicherungType>(_ProduktGebaeudeversicherung_QNAME, ProduktGebaeudeversicherungType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link ProduktHaushaltsversicherungType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "ProduktHaushaltsversicherung")
|
||||
public JAXBElement<ProduktHaushaltsversicherungType> createProduktHaushaltsversicherung(ProduktHaushaltsversicherungType value) {
|
||||
return new JAXBElement<ProduktHaushaltsversicherungType>(_ProduktHaushaltsversicherung_QNAME, ProduktHaushaltsversicherungType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateSachPrivatRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CalculateSachPrivatRequest")
|
||||
public JAXBElement<CalculateSachPrivatRequestType> createCalculateSachPrivatRequest(CalculateSachPrivatRequestType value) {
|
||||
return new JAXBElement<CalculateSachPrivatRequestType>(_CalculateSachPrivatRequest_QNAME, CalculateSachPrivatRequestType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateSachPrivatResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CalculateSachPrivatResponse")
|
||||
public JAXBElement<CalculateSachPrivatResponseType> createCalculateSachPrivatResponse(CalculateSachPrivatResponseType value) {
|
||||
return new JAXBElement<CalculateSachPrivatResponseType>(_CalculateSachPrivatResponse_QNAME, CalculateSachPrivatResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferSachPrivatRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CreateOfferSachPrivatRequest")
|
||||
public JAXBElement<CreateOfferSachPrivatRequestType> createCreateOfferSachPrivatRequest(CreateOfferSachPrivatRequestType value) {
|
||||
return new JAXBElement<CreateOfferSachPrivatRequestType>(_CreateOfferSachPrivatRequest_QNAME, CreateOfferSachPrivatRequestType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferSachPrivatResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CreateOfferSachPrivatResponse")
|
||||
public JAXBElement<CreateOfferSachPrivatResponseType> createCreateOfferSachPrivatResponse(CreateOfferSachPrivatResponseType value) {
|
||||
return new JAXBElement<CreateOfferSachPrivatResponseType>(_CreateOfferSachPrivatResponse_QNAME, CreateOfferSachPrivatResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationSachPrivatRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CreateApplicationSachPrivatRequest")
|
||||
public JAXBElement<CreateApplicationSachPrivatRequestType> createCreateApplicationSachPrivatRequest(CreateApplicationSachPrivatRequestType value) {
|
||||
return new JAXBElement<CreateApplicationSachPrivatRequestType>(_CreateApplicationSachPrivatRequest_QNAME, CreateApplicationSachPrivatRequestType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationSachPrivatResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "CreateApplicationSachPrivatResponse")
|
||||
public JAXBElement<CreateApplicationSachPrivatResponseType> createCreateApplicationSachPrivatResponse(CreateApplicationSachPrivatResponseType value) {
|
||||
return new JAXBElement<CreateApplicationSachPrivatResponseType>(_CreateApplicationSachPrivatResponse_QNAME, CreateApplicationSachPrivatResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationSachPrivatRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "SubmitApplicationSachPrivatRequest")
|
||||
public JAXBElement<SubmitApplicationSachPrivatRequestType> createSubmitApplicationSachPrivatRequest(SubmitApplicationSachPrivatRequestType value) {
|
||||
return new JAXBElement<SubmitApplicationSachPrivatRequestType>(_SubmitApplicationSachPrivatRequest_QNAME, SubmitApplicationSachPrivatRequestType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationSachPrivatResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", name = "SubmitApplicationSachPrivatResponse")
|
||||
public JAXBElement<SubmitApplicationSachPrivatResponseType> createSubmitApplicationSachPrivatResponse(SubmitApplicationSachPrivatResponseType value) {
|
||||
return new JAXBElement<SubmitApplicationSachPrivatResponseType>(_SubmitApplicationSachPrivatResponse_QNAME, SubmitApplicationSachPrivatResponseType.class, null, value);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezOffertType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ der das Produkt beschreibt und in Offertanfrage und Offertantwort verwendet wird
|
||||
*
|
||||
* <p>Java-Klasse für OffertSachPrivat_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="OffertSachPrivat_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}VerkaufsproduktSachPrivat_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "OffertSachPrivat_Type", propOrder = {
|
||||
"verkaufsprodukt"
|
||||
})
|
||||
public class OffertSachPrivatType
|
||||
extends SpezOffertType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Verkaufsprodukt", required = true)
|
||||
protected VerkaufsproduktSachPrivatType verkaufsprodukt;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link VerkaufsproduktSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public VerkaufsproduktSachPrivatType getVerkaufsprodukt() {
|
||||
return verkaufsprodukt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der verkaufsprodukt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link VerkaufsproduktSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public void setVerkaufsprodukt(VerkaufsproduktSachPrivatType value) {
|
||||
this.verkaufsprodukt = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,73 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für ein Besitz-Produkt Gebaeudeversicherung
|
||||
*
|
||||
* <p>Java-Klasse für ProduktGebaeudeversicherung_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ProduktGebaeudeversicherung_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ProduktSachPrivat_Type">
|
||||
* <sequence>
|
||||
* <element name="Deckungen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktGebaeude_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ProduktGebaeudeversicherung_Type", propOrder = {
|
||||
"deckungen"
|
||||
})
|
||||
public class ProduktGebaeudeversicherungType
|
||||
extends ProduktSachPrivatType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Deckungen")
|
||||
protected List<ElementarproduktGebaeudeType> deckungen;
|
||||
|
||||
/**
|
||||
* Gets the value of the deckungen property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the deckungen property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getDeckungen().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ElementarproduktGebaeudeType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ElementarproduktGebaeudeType> getDeckungen() {
|
||||
if (deckungen == null) {
|
||||
deckungen = new ArrayList<ElementarproduktGebaeudeType>();
|
||||
}
|
||||
return this.deckungen;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,73 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für ein Besitz-Produkt Haushaltsversicherung
|
||||
*
|
||||
* <p>Java-Klasse für ProduktHaushaltsversicherung_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ProduktHaushaltsversicherung_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ProduktSachPrivat_Type">
|
||||
* <sequence>
|
||||
* <element name="Deckungen" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ElementarproduktHaushalt_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ProduktHaushaltsversicherung_Type", propOrder = {
|
||||
"deckungen"
|
||||
})
|
||||
public class ProduktHaushaltsversicherungType
|
||||
extends ProduktSachPrivatType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Deckungen")
|
||||
protected List<ElementarproduktHaushaltType> deckungen;
|
||||
|
||||
/**
|
||||
* Gets the value of the deckungen property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the deckungen property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getDeckungen().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ElementarproduktHaushaltType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ElementarproduktHaushaltType> getDeckungen() {
|
||||
if (deckungen == null) {
|
||||
deckungen = new ArrayList<ElementarproduktHaushaltType>();
|
||||
}
|
||||
return this.deckungen;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,70 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ProduktGenerischType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für ProduktSachPrivat_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ProduktSachPrivat_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type">
|
||||
* <sequence>
|
||||
* <element name="VersInteresseRefLfnr" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ProduktSachPrivat_Type", propOrder = {
|
||||
"versInteresseRefLfnr"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
ProduktGebaeudeversicherungType.class,
|
||||
ProduktHaushaltsversicherungType.class
|
||||
})
|
||||
public abstract class ProduktSachPrivatType
|
||||
extends ProduktGenerischType
|
||||
{
|
||||
|
||||
@XmlElement(name = "VersInteresseRefLfnr", required = true)
|
||||
protected String versInteresseRefLfnr;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der versInteresseRefLfnr-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getVersInteresseRefLfnr() {
|
||||
return versInteresseRefLfnr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der versInteresseRefLfnr-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setVersInteresseRefLfnr(String value) {
|
||||
this.versInteresseRefLfnr = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,181 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds2Types.v2_11.ADRESSEType;
|
||||
|
||||
|
||||
/**
|
||||
* Type zur Beschreibung einer Risikoadresse
|
||||
*
|
||||
* <p>Java-Klasse für RisikoAdresse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="RisikoAdresse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds20}ADRESSE_Type">
|
||||
* <sequence>
|
||||
* <element name="Horazone" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" minOccurs="0"/>
|
||||
* <element name="ImVerbautenOrt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* <element name="AusserhalbDesOrtsgebiets" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* <element name="ErreichbarkeitFuerLoeschfahrzeuge" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
|
||||
* <element name="Tarifzone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "RisikoAdresse_Type", propOrder = {
|
||||
"horazone",
|
||||
"imVerbautenOrt",
|
||||
"ausserhalbDesOrtsgebiets",
|
||||
"erreichbarkeitFuerLoeschfahrzeuge",
|
||||
"tarifzone"
|
||||
})
|
||||
public class RisikoAdresseType
|
||||
extends ADRESSEType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Horazone")
|
||||
@XmlSchemaType(name = "unsignedByte")
|
||||
protected Short horazone;
|
||||
@XmlElement(name = "ImVerbautenOrt")
|
||||
protected Boolean imVerbautenOrt;
|
||||
@XmlElement(name = "AusserhalbDesOrtsgebiets")
|
||||
protected Boolean ausserhalbDesOrtsgebiets;
|
||||
@XmlElement(name = "ErreichbarkeitFuerLoeschfahrzeuge")
|
||||
protected Boolean erreichbarkeitFuerLoeschfahrzeuge;
|
||||
@XmlElement(name = "Tarifzone")
|
||||
protected String tarifzone;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der horazone-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Short }
|
||||
*
|
||||
*/
|
||||
public Short getHorazone() {
|
||||
return horazone;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der horazone-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Short }
|
||||
*
|
||||
*/
|
||||
public void setHorazone(Short value) {
|
||||
this.horazone = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der imVerbautenOrt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public Boolean isImVerbautenOrt() {
|
||||
return imVerbautenOrt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der imVerbautenOrt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public void setImVerbautenOrt(Boolean value) {
|
||||
this.imVerbautenOrt = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der ausserhalbDesOrtsgebiets-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public Boolean isAusserhalbDesOrtsgebiets() {
|
||||
return ausserhalbDesOrtsgebiets;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der ausserhalbDesOrtsgebiets-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public void setAusserhalbDesOrtsgebiets(Boolean value) {
|
||||
this.ausserhalbDesOrtsgebiets = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der erreichbarkeitFuerLoeschfahrzeuge-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public Boolean isErreichbarkeitFuerLoeschfahrzeuge() {
|
||||
return erreichbarkeitFuerLoeschfahrzeuge;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der erreichbarkeitFuerLoeschfahrzeuge-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Boolean }
|
||||
*
|
||||
*/
|
||||
public void setErreichbarkeitFuerLoeschfahrzeuge(Boolean value) {
|
||||
this.erreichbarkeitFuerLoeschfahrzeuge = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der tarifzone-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getTarifzone() {
|
||||
return tarifzone;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der tarifzone-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setTarifzone(String value) {
|
||||
this.tarifzone = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,427 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.math.BigInteger;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds2Types.v2_11.ELFlaecheType;
|
||||
import at.vvo.omds.types.omds2Types.v2_11.Entsch2Type;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.VersichertesInteresseType;
|
||||
|
||||
|
||||
/**
|
||||
* Type zur Risikobeschreibung Gebäude
|
||||
*
|
||||
* <p>Java-Klasse für RisikoGebaeude_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="RisikoGebaeude_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type">
|
||||
* <sequence>
|
||||
* <element name="GebaeudeArtCd" type="{urn:omds20}GebaeudeArtCd_Type"/>
|
||||
* <element name="GebaeudeBez" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* <element name="NutzungCd" type="{urn:omds20}NutzungCd_Type" minOccurs="0"/>
|
||||
* <element name="BauartCd" type="{urn:omds20}BauartCd_Type" minOccurs="0"/>
|
||||
* <element name="DachungCd" type="{urn:omds20}DachungCd_Type" minOccurs="0"/>
|
||||
* <element name="GebaeudeHoeheCd" type="{urn:omds20}GebaeudeHoeheCd_Type" minOccurs="0"/>
|
||||
* <element name="BaujahrGebaeude" type="{http://www.w3.org/2001/XMLSchema}integer"/>
|
||||
* <element name="EL-Flaeche" type="{urn:omds20}EL-Flaeche_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="Vorschaeden" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoVorschaeden_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="AusstattungCd" type="{urn:omds20}AusstattungCd_Type" minOccurs="0"/>
|
||||
* <element name="SichergKz" type="{urn:omds20}Entsch2_Type" minOccurs="0"/>
|
||||
* <element name="PreisProQm" type="{urn:omds20}decimal"/>
|
||||
* <element name="ZusaetzlicheGebaeudedaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "RisikoGebaeude_Type", propOrder = {
|
||||
"gebaeudeArtCd",
|
||||
"gebaeudeBez",
|
||||
"nutzungCd",
|
||||
"bauartCd",
|
||||
"dachungCd",
|
||||
"gebaeudeHoeheCd",
|
||||
"baujahrGebaeude",
|
||||
"elFlaeche",
|
||||
"vorschaeden",
|
||||
"ausstattungCd",
|
||||
"sichergKz",
|
||||
"preisProQm",
|
||||
"zusaetzlicheGebaeudedaten"
|
||||
})
|
||||
public class RisikoGebaeudeType
|
||||
extends VersichertesInteresseType
|
||||
{
|
||||
|
||||
@XmlElement(name = "GebaeudeArtCd", required = true)
|
||||
protected String gebaeudeArtCd;
|
||||
@XmlElement(name = "GebaeudeBez", required = true)
|
||||
protected String gebaeudeBez;
|
||||
@XmlElement(name = "NutzungCd")
|
||||
protected String nutzungCd;
|
||||
@XmlElement(name = "BauartCd")
|
||||
protected String bauartCd;
|
||||
@XmlElement(name = "DachungCd")
|
||||
protected String dachungCd;
|
||||
@XmlElement(name = "GebaeudeHoeheCd")
|
||||
protected String gebaeudeHoeheCd;
|
||||
@XmlElement(name = "BaujahrGebaeude", required = true)
|
||||
protected BigInteger baujahrGebaeude;
|
||||
@XmlElement(name = "EL-Flaeche")
|
||||
protected List<ELFlaecheType> elFlaeche;
|
||||
@XmlElement(name = "Vorschaeden")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected List<RisikoVorschaedenType> vorschaeden;
|
||||
@XmlElement(name = "AusstattungCd")
|
||||
protected String ausstattungCd;
|
||||
@XmlElement(name = "SichergKz")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected Entsch2Type sichergKz;
|
||||
@XmlElement(name = "PreisProQm", required = true)
|
||||
protected BigDecimal preisProQm;
|
||||
@XmlElement(name = "ZusaetzlicheGebaeudedaten")
|
||||
protected List<ZusaetzlicheGebaeudedatenType> zusaetzlicheGebaeudedaten;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der gebaeudeArtCd-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getGebaeudeArtCd() {
|
||||
return gebaeudeArtCd;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der gebaeudeArtCd-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setGebaeudeArtCd(String value) {
|
||||
this.gebaeudeArtCd = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der gebaeudeBez-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getGebaeudeBez() {
|
||||
return gebaeudeBez;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der gebaeudeBez-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setGebaeudeBez(String value) {
|
||||
this.gebaeudeBez = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der nutzungCd-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getNutzungCd() {
|
||||
return nutzungCd;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der nutzungCd-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setNutzungCd(String value) {
|
||||
this.nutzungCd = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der bauartCd-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getBauartCd() {
|
||||
return bauartCd;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der bauartCd-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setBauartCd(String value) {
|
||||
this.bauartCd = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der dachungCd-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getDachungCd() {
|
||||
return dachungCd;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der dachungCd-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setDachungCd(String value) {
|
||||
this.dachungCd = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der gebaeudeHoeheCd-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getGebaeudeHoeheCd() {
|
||||
return gebaeudeHoeheCd;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der gebaeudeHoeheCd-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setGebaeudeHoeheCd(String value) {
|
||||
this.gebaeudeHoeheCd = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der baujahrGebaeude-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public BigInteger getBaujahrGebaeude() {
|
||||
return baujahrGebaeude;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der baujahrGebaeude-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigInteger }
|
||||
*
|
||||
*/
|
||||
public void setBaujahrGebaeude(BigInteger value) {
|
||||
this.baujahrGebaeude = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the elFlaeche property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the elFlaeche property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getELFlaeche().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ELFlaecheType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ELFlaecheType> getELFlaeche() {
|
||||
if (elFlaeche == null) {
|
||||
elFlaeche = new ArrayList<ELFlaecheType>();
|
||||
}
|
||||
return this.elFlaeche;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the vorschaeden property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the vorschaeden property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getVorschaeden().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link RisikoVorschaedenType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<RisikoVorschaedenType> getVorschaeden() {
|
||||
if (vorschaeden == null) {
|
||||
vorschaeden = new ArrayList<RisikoVorschaedenType>();
|
||||
}
|
||||
return this.vorschaeden;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der ausstattungCd-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getAusstattungCd() {
|
||||
return ausstattungCd;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der ausstattungCd-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setAusstattungCd(String value) {
|
||||
this.ausstattungCd = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der sichergKz-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Entsch2Type }
|
||||
*
|
||||
*/
|
||||
public Entsch2Type getSichergKz() {
|
||||
return sichergKz;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der sichergKz-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Entsch2Type }
|
||||
*
|
||||
*/
|
||||
public void setSichergKz(Entsch2Type value) {
|
||||
this.sichergKz = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der preisProQm-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link BigDecimal }
|
||||
*
|
||||
*/
|
||||
public BigDecimal getPreisProQm() {
|
||||
return preisProQm;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der preisProQm-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link BigDecimal }
|
||||
*
|
||||
*/
|
||||
public void setPreisProQm(BigDecimal value) {
|
||||
this.preisProQm = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the zusaetzlicheGebaeudedaten property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the zusaetzlicheGebaeudedaten property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getZusaetzlicheGebaeudedaten().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ZusaetzlicheGebaeudedatenType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ZusaetzlicheGebaeudedatenType> getZusaetzlicheGebaeudedaten() {
|
||||
if (zusaetzlicheGebaeudedaten == null) {
|
||||
zusaetzlicheGebaeudedaten = new ArrayList<ZusaetzlicheGebaeudedatenType>();
|
||||
}
|
||||
return this.zusaetzlicheGebaeudedaten;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,158 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.VersichertesInteresseType;
|
||||
|
||||
|
||||
/**
|
||||
* Type zur Risikobeschreibung Haushalt
|
||||
*
|
||||
* <p>Java-Klasse für RisikoHaushalt_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="RisikoHaushalt_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type">
|
||||
* <sequence>
|
||||
* <element name="Wohnflaeche" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
|
||||
* <element name="AusstattungCd" type="{urn:omds20}AusstattungCd_Type"/>
|
||||
* <element name="NutzungCd" type="{urn:omds20}NutzungCd_Type" minOccurs="0"/>
|
||||
* <element name="ZusaetzlicheHaushaltDaten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "RisikoHaushalt_Type", propOrder = {
|
||||
"wohnflaeche",
|
||||
"ausstattungCd",
|
||||
"nutzungCd",
|
||||
"zusaetzlicheHaushaltDaten"
|
||||
})
|
||||
public class RisikoHaushaltType
|
||||
extends VersichertesInteresseType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Wohnflaeche", required = true)
|
||||
protected Object wohnflaeche;
|
||||
@XmlElement(name = "AusstattungCd", required = true)
|
||||
protected String ausstattungCd;
|
||||
@XmlElement(name = "NutzungCd")
|
||||
protected String nutzungCd;
|
||||
@XmlElement(name = "ZusaetzlicheHaushaltDaten")
|
||||
protected List<ZusaetzlicheGebaeudedatenType> zusaetzlicheHaushaltDaten;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der wohnflaeche-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link Object }
|
||||
*
|
||||
*/
|
||||
public Object getWohnflaeche() {
|
||||
return wohnflaeche;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der wohnflaeche-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link Object }
|
||||
*
|
||||
*/
|
||||
public void setWohnflaeche(Object value) {
|
||||
this.wohnflaeche = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der ausstattungCd-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getAusstattungCd() {
|
||||
return ausstattungCd;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der ausstattungCd-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setAusstattungCd(String value) {
|
||||
this.ausstattungCd = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der nutzungCd-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public String getNutzungCd() {
|
||||
return nutzungCd;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der nutzungCd-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link String }
|
||||
*
|
||||
*/
|
||||
public void setNutzungCd(String value) {
|
||||
this.nutzungCd = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the zusaetzlicheHaushaltDaten property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the zusaetzlicheHaushaltDaten property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getZusaetzlicheHaushaltDaten().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ZusaetzlicheGebaeudedatenType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ZusaetzlicheGebaeudedatenType> getZusaetzlicheHaushaltDaten() {
|
||||
if (zusaetzlicheHaushaltDaten == null) {
|
||||
zusaetzlicheHaushaltDaten = new ArrayList<ZusaetzlicheGebaeudedatenType>();
|
||||
}
|
||||
return this.zusaetzlicheHaushaltDaten;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,54 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlEnumValue;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für RisikoVorschaeden_Type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
* <p>
|
||||
* <pre>
|
||||
* <simpleType name="RisikoVorschaeden_Type">
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <enumeration value="keine Vorschaeden"/>
|
||||
* <enumeration value="ein Vorschaden"/>
|
||||
* <enumeration value="mehr als ein Vorschaden"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </pre>
|
||||
*
|
||||
*/
|
||||
@XmlType(name = "RisikoVorschaeden_Type")
|
||||
@XmlEnum
|
||||
public enum RisikoVorschaedenType {
|
||||
|
||||
@XmlEnumValue("keine Vorschaeden")
|
||||
KEINE_VORSCHAEDEN("keine Vorschaeden"),
|
||||
@XmlEnumValue("ein Vorschaden")
|
||||
EIN_VORSCHADEN("ein Vorschaden"),
|
||||
@XmlEnumValue("mehr als ein Vorschaden")
|
||||
MEHR_ALS_EIN_VORSCHADEN("mehr als ein Vorschaden");
|
||||
private final String value;
|
||||
|
||||
RisikoVorschaedenType(String v) {
|
||||
value = v;
|
||||
}
|
||||
|
||||
public String value() {
|
||||
return value;
|
||||
}
|
||||
|
||||
public static RisikoVorschaedenType fromValue(String v) {
|
||||
for (RisikoVorschaedenType c: RisikoVorschaedenType.values()) {
|
||||
if (c.value.equals(v)) {
|
||||
return c;
|
||||
}
|
||||
}
|
||||
throw new IllegalArgumentException(v);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationRequestGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Type des Requests, um den Antrag einzureichen
|
||||
*
|
||||
* <p>Java-Klasse für SubmitApplicationSachPrivatRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SubmitApplicationSachPrivatRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequestGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}AntragSachPrivat_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SubmitApplicationSachPrivatRequest_Type", propOrder = {
|
||||
"antragsanfrage"
|
||||
})
|
||||
public class SubmitApplicationSachPrivatRequestType
|
||||
extends SubmitApplicationRequestGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsanfrage")
|
||||
protected AntragSachPrivatType antragsanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link AntragSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public AntragSachPrivatType getAntragsanfrage() {
|
||||
return antragsanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link AntragSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsanfrage(AntragSachPrivatType value) {
|
||||
this.antragsanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationResponseGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Type des Response, um den Antrag einzureichen
|
||||
*
|
||||
* <p>Java-Klasse für SubmitApplicationSachPrivatResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SubmitApplicationSachPrivatResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponseGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}AntragSachPrivat_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SubmitApplicationSachPrivatResponse_Type", propOrder = {
|
||||
"antragsantwort"
|
||||
})
|
||||
public class SubmitApplicationSachPrivatResponseType
|
||||
extends SubmitApplicationResponseGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsantwort", required = true)
|
||||
protected AntragSachPrivatType antragsantwort;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsantwort-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link AntragSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public AntragSachPrivatType getAntragsantwort() {
|
||||
return antragsantwort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsantwort-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link AntragSachPrivatType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsantwort(AntragSachPrivatType value) {
|
||||
this.antragsantwort = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für UpsellingSachPrivatResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="UpsellingSachPrivatResponse_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "UpsellingSachPrivatResponse_Type")
|
||||
public class UpsellingSachPrivatResponseType {
|
||||
|
||||
|
||||
}
|
||||
@@ -1,142 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ProduktGenerischType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.VerkaufsproduktGenerischType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.VersichertesInteresseMitAttributMetadatenType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für ein Besitz-Produktbündel, welches einem Vertrag entspricht
|
||||
*
|
||||
* <p>Java-Klasse für VerkaufsproduktSachPrivat_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="VerkaufsproduktSachPrivat_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}VerkaufsproduktGenerisch_Type">
|
||||
* <sequence>
|
||||
* <element name="Produkte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded"/>
|
||||
* <element name="Zusatzprodukte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* <element name="VersicherteObjekte" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type" maxOccurs="unbounded"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "VerkaufsproduktSachPrivat_Type", propOrder = {
|
||||
"produkte",
|
||||
"zusatzprodukte",
|
||||
"versicherteObjekte"
|
||||
})
|
||||
public class VerkaufsproduktSachPrivatType
|
||||
extends VerkaufsproduktGenerischType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Produkte", required = true)
|
||||
protected List<ProduktGenerischType> produkte;
|
||||
@XmlElement(name = "Zusatzprodukte")
|
||||
protected List<ProduktGenerischType> zusatzprodukte;
|
||||
@XmlElement(name = "VersicherteObjekte", required = true)
|
||||
protected List<VersichertesInteresseMitAttributMetadatenType> versicherteObjekte;
|
||||
|
||||
/**
|
||||
* Gets the value of the produkte property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the produkte property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getProdukte().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ProduktGenerischType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ProduktGenerischType> getProdukte() {
|
||||
if (produkte == null) {
|
||||
produkte = new ArrayList<ProduktGenerischType>();
|
||||
}
|
||||
return this.produkte;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the zusatzprodukte property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the zusatzprodukte property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getZusatzprodukte().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ProduktGenerischType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ProduktGenerischType> getZusatzprodukte() {
|
||||
if (zusatzprodukte == null) {
|
||||
zusatzprodukte = new ArrayList<ProduktGenerischType>();
|
||||
}
|
||||
return this.zusatzprodukte;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the versicherteObjekte property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the versicherteObjekte property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getVersicherteObjekte().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link VersichertesInteresseMitAttributMetadatenType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<VersichertesInteresseMitAttributMetadatenType> getVersicherteObjekte() {
|
||||
if (versicherteObjekte == null) {
|
||||
versicherteObjekte = new ArrayList<VersichertesInteresseMitAttributMetadatenType>();
|
||||
}
|
||||
return this.versicherteObjekte;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,159 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ObjektIdType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.VersichertesInteresseType;
|
||||
|
||||
|
||||
/**
|
||||
* Type für ein versichertes Objekt in der Sach-Privat-Versicherung
|
||||
*
|
||||
* <p>Java-Klasse für VersichertesObjektSachPrivat_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="VersichertesObjektSachPrivat_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresse_Type">
|
||||
* <sequence>
|
||||
* <element name="ObjektId" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type" minOccurs="0"/>
|
||||
* <element name="RisikoAdresse" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoAdresse_Type"/>
|
||||
* <element name="RisikoGebaeude" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoGebaeude_Type" maxOccurs="unbounded"/>
|
||||
* <element name="RisikoHaushalt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}RisikoHaushalt_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "VersichertesObjektSachPrivat_Type", propOrder = {
|
||||
"objektId",
|
||||
"risikoAdresse",
|
||||
"risikoGebaeude",
|
||||
"risikoHaushalt"
|
||||
})
|
||||
public class VersichertesObjektSachPrivatType
|
||||
extends VersichertesInteresseType
|
||||
{
|
||||
|
||||
@XmlElement(name = "ObjektId")
|
||||
protected ObjektIdType objektId;
|
||||
@XmlElement(name = "RisikoAdresse", required = true)
|
||||
protected RisikoAdresseType risikoAdresse;
|
||||
@XmlElement(name = "RisikoGebaeude", required = true)
|
||||
protected List<RisikoGebaeudeType> risikoGebaeude;
|
||||
@XmlElement(name = "RisikoHaushalt")
|
||||
protected RisikoHaushaltType risikoHaushalt;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der objektId-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ObjektIdType }
|
||||
*
|
||||
*/
|
||||
public ObjektIdType getObjektId() {
|
||||
return objektId;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der objektId-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ObjektIdType }
|
||||
*
|
||||
*/
|
||||
public void setObjektId(ObjektIdType value) {
|
||||
this.objektId = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der risikoAdresse-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link RisikoAdresseType }
|
||||
*
|
||||
*/
|
||||
public RisikoAdresseType getRisikoAdresse() {
|
||||
return risikoAdresse;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der risikoAdresse-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link RisikoAdresseType }
|
||||
*
|
||||
*/
|
||||
public void setRisikoAdresse(RisikoAdresseType value) {
|
||||
this.risikoAdresse = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the risikoGebaeude property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the risikoGebaeude property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getRisikoGebaeude().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link RisikoGebaeudeType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<RisikoGebaeudeType> getRisikoGebaeude() {
|
||||
if (risikoGebaeude == null) {
|
||||
risikoGebaeude = new ArrayList<RisikoGebaeudeType>();
|
||||
}
|
||||
return this.risikoGebaeude;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der risikoHaushalt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link RisikoHaushaltType }
|
||||
*
|
||||
*/
|
||||
public RisikoHaushaltType getRisikoHaushalt() {
|
||||
return risikoHaushalt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der risikoHaushalt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link RisikoHaushaltType }
|
||||
*
|
||||
*/
|
||||
public void setRisikoHaushalt(RisikoHaushaltType value) {
|
||||
this.risikoHaushalt = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,36 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Standardbaustein Photovoltaik als Erweiterung von ZusaetzlicheGebaeudeDaten_Type
|
||||
*
|
||||
* <p>Java-Klasse für ZusaetzlicheGebaeudedatenPhotovoltaik_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ZusaetzlicheGebaeudedatenPhotovoltaik_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
|
||||
* <sequence>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ZusaetzlicheGebaeudedatenPhotovoltaik_Type")
|
||||
public class ZusaetzlicheGebaeudedatenPhotovoltaikType
|
||||
extends ZusaetzlicheGebaeudedatenType
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
@@ -1,36 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Standardbaustein Schwimmbad
|
||||
*
|
||||
* <p>Java-Klasse für ZusaetzlicheGebaeudedatenSchwimmbad_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ZusaetzlicheGebaeudedatenSchwimmbad_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
|
||||
* <sequence>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ZusaetzlicheGebaeudedatenSchwimmbad_Type")
|
||||
public class ZusaetzlicheGebaeudedatenSchwimmbadType
|
||||
extends ZusaetzlicheGebaeudedatenType
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
@@ -1,36 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Strandardbaustein Solarthermie
|
||||
*
|
||||
* <p>Java-Klasse für ZusaetzlicheGebaeudedatenSolarthermie_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ZusaetzlicheGebaeudedatenSolarthermie_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
|
||||
* <sequence>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ZusaetzlicheGebaeudedatenSolarthermie_Type")
|
||||
public class ZusaetzlicheGebaeudedatenSolarthermieType
|
||||
extends ZusaetzlicheGebaeudedatenType
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Abstrakter Basistyp zur Definition zusätzlicher Gebäudedaten
|
||||
*
|
||||
* <p>Java-Klasse für ZusaetzlicheGebaeudedaten_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ZusaetzlicheGebaeudedaten_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ZusaetzlicheGebaeudedaten_Type")
|
||||
@XmlSeeAlso({
|
||||
ZusaetzlicheGebaeudedatenWintergartenType.class,
|
||||
ZusaetzlicheGebaeudedatenSolarthermieType.class,
|
||||
ZusaetzlicheGebaeudedatenSchwimmbadType.class,
|
||||
ZusaetzlicheGebaeudedatenPhotovoltaikType.class
|
||||
})
|
||||
public abstract class ZusaetzlicheGebaeudedatenType {
|
||||
|
||||
|
||||
}
|
||||
@@ -1,36 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Standardbaustein Wintergarten
|
||||
*
|
||||
* <p>Java-Klasse für ZusaetzlicheGebaeudedatenWintergarten_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ZusaetzlicheGebaeudedatenWintergarten_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat}ZusaetzlicheGebaeudedaten_Type">
|
||||
* <sequence>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ZusaetzlicheGebaeudedatenWintergarten_Type")
|
||||
public class ZusaetzlicheGebaeudedatenWintergartenType
|
||||
extends ZusaetzlicheGebaeudedatenType
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* Abstrakter Basistyp zur Definition zusätzlicher Haushaltsdaten
|
||||
*
|
||||
* <p>Java-Klasse für ZusaetzlicheHaushaltsdaten_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ZusaetzlicheHaushaltsdaten_Type">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ZusaetzlicheHaushaltsdaten_Type")
|
||||
public abstract class ZusaetzlicheHaushaltsdatenType {
|
||||
|
||||
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.sachprivat", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.sachPrivat;
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateRequestGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ des Requestobjekts für eine Berechnung Unfall
|
||||
*
|
||||
* <p>Java-Klasse für CalculateUnfallRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CalculateUnfallRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateRequestGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Berechnungsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezBerechnungUnfall_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CalculateUnfallRequest_Type", propOrder = {
|
||||
"berechnungsanfrage"
|
||||
})
|
||||
public class CalculateUnfallRequestType
|
||||
extends CalculateRequestGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Berechnungsanfrage", required = true)
|
||||
protected SpezBerechnungUnfallType berechnungsanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der berechnungsanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezBerechnungUnfallType }
|
||||
*
|
||||
*/
|
||||
public SpezBerechnungUnfallType getBerechnungsanfrage() {
|
||||
return berechnungsanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der berechnungsanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezBerechnungUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setBerechnungsanfrage(SpezBerechnungUnfallType value) {
|
||||
this.berechnungsanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CalculateResponseGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ des Responseobjekts für eine Unfall-Berechnung
|
||||
*
|
||||
* <p>Java-Klasse für CalculateUnfallResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CalculateUnfallResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CalculateResponseGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Berechnungsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezBerechnungUnfall_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CalculateUnfallResponse_Type", propOrder = {
|
||||
"berechnungsantwort"
|
||||
})
|
||||
public class CalculateUnfallResponseType
|
||||
extends CalculateResponseGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Berechnungsantwort", required = true)
|
||||
protected SpezBerechnungUnfallType berechnungsantwort;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der berechnungsantwort-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezBerechnungUnfallType }
|
||||
*
|
||||
*/
|
||||
public SpezBerechnungUnfallType getBerechnungsantwort() {
|
||||
return berechnungsantwort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der berechnungsantwort-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezBerechnungUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setBerechnungsantwort(SpezBerechnungUnfallType value) {
|
||||
this.berechnungsantwort = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationRequestGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Type des Requestobjekts für die Erstellung eines Unfallantrags
|
||||
*
|
||||
* <p>Java-Klasse für CreateApplicationUnfallRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CreateApplicationUnfallRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationRequestGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateApplicationUnfallRequest_Type", propOrder = {
|
||||
"antragsanfrage"
|
||||
})
|
||||
public class CreateApplicationUnfallRequestType
|
||||
extends CreateApplicationRequestGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsanfrage", required = true)
|
||||
protected SpezAntragUnfallType antragsanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezAntragUnfallType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragUnfallType getAntragsanfrage() {
|
||||
return antragsanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezAntragUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsanfrage(SpezAntragUnfallType value) {
|
||||
this.antragsanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateApplicationResponseGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Type des Responseobjekts für die Erstellung eines Unfallantrags
|
||||
*
|
||||
* <p>Java-Klasse für CreateApplicationUnfallResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CreateApplicationUnfallResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateApplicationResponseGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateApplicationUnfallResponse_Type", propOrder = {
|
||||
"antragsantwort"
|
||||
})
|
||||
public class CreateApplicationUnfallResponseType
|
||||
extends CreateApplicationResponseGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsantwort", required = true)
|
||||
protected SpezAntragUnfallType antragsantwort;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsantwort-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezAntragUnfallType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragUnfallType getAntragsantwort() {
|
||||
return antragsantwort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsantwort-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezAntragUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsantwort(SpezAntragUnfallType value) {
|
||||
this.antragsantwort = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferRequestGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ des Requestobjekts für eine Erstellung eines Unfall-Offerts
|
||||
*
|
||||
* <p>Java-Klasse für CreateOfferUnfallRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CreateOfferUnfallRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferRequestGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Offertanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezOffertUnfall_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateOfferUnfallRequest_Type", propOrder = {
|
||||
"offertanfrage"
|
||||
})
|
||||
public class CreateOfferUnfallRequestType
|
||||
extends CreateOfferRequestGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Offertanfrage", required = true)
|
||||
protected SpezOffertUnfallType offertanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der offertanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezOffertUnfallType }
|
||||
*
|
||||
*/
|
||||
public SpezOffertUnfallType getOffertanfrage() {
|
||||
return offertanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der offertanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezOffertUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setOffertanfrage(SpezOffertUnfallType value) {
|
||||
this.offertanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.CreateOfferResponseGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Type des Responseobjekts für eine Erstellung eines Unfall-Offerts
|
||||
*
|
||||
* <p>Java-Klasse für CreateOfferUnfallResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="CreateOfferUnfallResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}CreateOfferResponseGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Offertantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezOffertUnfall_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "CreateOfferUnfallResponse_Type", propOrder = {
|
||||
"offertantwort"
|
||||
})
|
||||
public class CreateOfferUnfallResponseType
|
||||
extends CreateOfferResponseGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Offertantwort", required = true)
|
||||
protected SpezOffertUnfallType offertantwort;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der offertantwort-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezOffertUnfallType }
|
||||
*
|
||||
*/
|
||||
public SpezOffertUnfallType getOffertantwort() {
|
||||
return offertantwort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der offertantwort-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezOffertUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setOffertantwort(SpezOffertUnfallType value) {
|
||||
this.offertantwort = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,103 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.JAXBElement;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElementRef;
|
||||
import javax.xml.bind.annotation.XmlElementRefs;
|
||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.AttributMetadatenType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ElementarproduktGenerischType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.SelbstbehaltType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für ein Elementarprodukt in der Sparte Unfall. Von diesem Typ werden etwaige Standard-Deckungen abgeleitet, siehe Vertragsrechtsschutz_Type. Von diesem Typ können einzelne VUs aber auch ihre eigenen Elementarprodukte ableiten, wenn sie möchten.
|
||||
*
|
||||
* <p>Java-Klasse für ElementarproduktUnfall_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ElementarproduktUnfall_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ElementarproduktGenerisch_Type">
|
||||
* <sequence>
|
||||
* <element name="VersPersonRefLfNr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Versicherungssumme" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||
* <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
|
||||
* <element name="AttributMetadaten" type="{urn:omds3CommonServiceTypes-1-1-0}AttributMetadaten_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ElementarproduktUnfall_Type", propOrder = {
|
||||
"rest"
|
||||
})
|
||||
@XmlSeeAlso({
|
||||
GenElementarproduktUnfallType.class
|
||||
})
|
||||
public class ElementarproduktUnfallType
|
||||
extends ElementarproduktGenerischType
|
||||
{
|
||||
|
||||
@XmlElementRefs({
|
||||
@XmlElementRef(name = "AttributMetadaten", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", type = JAXBElement.class, required = false),
|
||||
@XmlElementRef(name = "VersPersonRefLfNr", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", type = JAXBElement.class, required = false),
|
||||
@XmlElementRef(name = "Versicherungssumme", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", type = JAXBElement.class, required = false),
|
||||
@XmlElementRef(name = "Selbstbehalt", namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", type = JAXBElement.class, required = false)
|
||||
})
|
||||
protected List<JAXBElement<?>> rest;
|
||||
|
||||
/**
|
||||
* Ruft das restliche Contentmodell ab.
|
||||
*
|
||||
* <p>
|
||||
* Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab:
|
||||
* Der Feldname "AttributMetadaten" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe:
|
||||
* Zeile 63 von file:/C:/Users/Jens/git/omdsservicedefinitions-master/OMDSServiceDefinition/src/main/resources/def/r1_4_0/omds3_ON2_Antrag_Unfall.xsd
|
||||
* Zeile 758 von file:/C:/Users/Jens/git/omdsservicedefinitions-master/OMDSServiceDefinition/src/main/resources/def/r1_4_0/omds3CommonServiceTypes.xsd
|
||||
* <p>
|
||||
* Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine
|
||||
* der beiden folgenden Deklarationen an, um deren Namen zu ändern:
|
||||
* Gets the value of the rest property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the rest property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getRest().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link JAXBElement }{@code <}{@link String }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link Long }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link SelbstbehaltType }{@code >}
|
||||
* {@link JAXBElement }{@code <}{@link AttributMetadatenType }{@code >}
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<JAXBElement<?>> getRest() {
|
||||
if (rest == null) {
|
||||
rest = new ArrayList<JAXBElement<?>>();
|
||||
}
|
||||
return this.rest;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
|
||||
/**
|
||||
* <p>Java-Klasse für GenElementarproduktUnfall_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="GenElementarproduktUnfall_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}ElementarproduktUnfall_Type">
|
||||
* <sequence>
|
||||
* <element name="LeistungsartCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "GenElementarproduktUnfall_Type")
|
||||
public class GenElementarproduktUnfallType
|
||||
extends ElementarproduktUnfallType
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
@@ -1,269 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import javax.xml.bind.JAXBElement;
|
||||
import javax.xml.bind.annotation.XmlElementDecl;
|
||||
import javax.xml.bind.annotation.XmlRegistry;
|
||||
import javax.xml.namespace.QName;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.AttributMetadatenType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.SelbstbehaltType;
|
||||
|
||||
|
||||
/**
|
||||
* This object contains factory methods for each
|
||||
* Java content interface and Java element interface
|
||||
* generated in the at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall package.
|
||||
* <p>An ObjectFactory allows you to programatically
|
||||
* construct new instances of the Java representation
|
||||
* for XML content. The Java representation of XML
|
||||
* content can consist of schema derived interfaces
|
||||
* and classes representing the binding of schema
|
||||
* type definitions, element declarations and model
|
||||
* groups. Factory methods for each of these are
|
||||
* provided in this class.
|
||||
*
|
||||
*/
|
||||
@XmlRegistry
|
||||
public class ObjectFactory {
|
||||
|
||||
private final static QName _CalculateUnfallRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CalculateUnfallRequest");
|
||||
private final static QName _CalculateUnfallResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CalculateUnfallResponse");
|
||||
private final static QName _CreateOfferUnfallRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CreateOfferUnfallRequest");
|
||||
private final static QName _CreateOfferUnfallResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CreateOfferUnfallResponse");
|
||||
private final static QName _CreateApplicationUnfallRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CreateApplicationUnfallRequest");
|
||||
private final static QName _CreateApplicationUnfallResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "CreateApplicationUnfallResponse");
|
||||
private final static QName _SubmitApplicationUnfallRequest_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "SubmitApplicationUnfallRequest");
|
||||
private final static QName _SubmitApplicationUnfallResponse_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "SubmitApplicationUnfallResponse");
|
||||
private final static QName _ElementarproduktUnfallTypeVersPersonRefLfNr_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "VersPersonRefLfNr");
|
||||
private final static QName _ElementarproduktUnfallTypeVersicherungssumme_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "Versicherungssumme");
|
||||
private final static QName _ElementarproduktUnfallTypeSelbstbehalt_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "Selbstbehalt");
|
||||
private final static QName _ElementarproduktUnfallTypeAttributMetadaten_QNAME = new QName("urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", "AttributMetadaten");
|
||||
|
||||
/**
|
||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall
|
||||
*
|
||||
*/
|
||||
public ObjectFactory() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CalculateUnfallRequestType }
|
||||
*
|
||||
*/
|
||||
public CalculateUnfallRequestType createCalculateUnfallRequestType() {
|
||||
return new CalculateUnfallRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CalculateUnfallResponseType }
|
||||
*
|
||||
*/
|
||||
public CalculateUnfallResponseType createCalculateUnfallResponseType() {
|
||||
return new CalculateUnfallResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateOfferUnfallRequestType }
|
||||
*
|
||||
*/
|
||||
public CreateOfferUnfallRequestType createCreateOfferUnfallRequestType() {
|
||||
return new CreateOfferUnfallRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateOfferUnfallResponseType }
|
||||
*
|
||||
*/
|
||||
public CreateOfferUnfallResponseType createCreateOfferUnfallResponseType() {
|
||||
return new CreateOfferUnfallResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateApplicationUnfallRequestType }
|
||||
*
|
||||
*/
|
||||
public CreateApplicationUnfallRequestType createCreateApplicationUnfallRequestType() {
|
||||
return new CreateApplicationUnfallRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link CreateApplicationUnfallResponseType }
|
||||
*
|
||||
*/
|
||||
public CreateApplicationUnfallResponseType createCreateApplicationUnfallResponseType() {
|
||||
return new CreateApplicationUnfallResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SubmitApplicationUnfallResponseType }
|
||||
*
|
||||
*/
|
||||
public SubmitApplicationUnfallResponseType createSubmitApplicationUnfallResponseType() {
|
||||
return new SubmitApplicationUnfallResponseType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link VerkaufsproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public VerkaufsproduktUnfallType createVerkaufsproduktUnfallType() {
|
||||
return new VerkaufsproduktUnfallType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link ElementarproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public ElementarproduktUnfallType createElementarproduktUnfallType() {
|
||||
return new ElementarproduktUnfallType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link GenElementarproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public GenElementarproduktUnfallType createGenElementarproduktUnfallType() {
|
||||
return new GenElementarproduktUnfallType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SpezBerechnungUnfallType }
|
||||
*
|
||||
*/
|
||||
public SpezBerechnungUnfallType createSpezBerechnungUnfallType() {
|
||||
return new SpezBerechnungUnfallType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SpezOffertUnfallType }
|
||||
*
|
||||
*/
|
||||
public SpezOffertUnfallType createSpezOffertUnfallType() {
|
||||
return new SpezOffertUnfallType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SpezAntragUnfallType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragUnfallType createSpezAntragUnfallType() {
|
||||
return new SpezAntragUnfallType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link SubmitApplicationUnfallRequestType }
|
||||
*
|
||||
*/
|
||||
public SubmitApplicationUnfallRequestType createSubmitApplicationUnfallRequestType() {
|
||||
return new SubmitApplicationUnfallRequestType();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateUnfallRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "CalculateUnfallRequest")
|
||||
public JAXBElement<CalculateUnfallRequestType> createCalculateUnfallRequest(CalculateUnfallRequestType value) {
|
||||
return new JAXBElement<CalculateUnfallRequestType>(_CalculateUnfallRequest_QNAME, CalculateUnfallRequestType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CalculateUnfallResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "CalculateUnfallResponse")
|
||||
public JAXBElement<CalculateUnfallResponseType> createCalculateUnfallResponse(CalculateUnfallResponseType value) {
|
||||
return new JAXBElement<CalculateUnfallResponseType>(_CalculateUnfallResponse_QNAME, CalculateUnfallResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferUnfallRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "CreateOfferUnfallRequest")
|
||||
public JAXBElement<CreateOfferUnfallRequestType> createCreateOfferUnfallRequest(CreateOfferUnfallRequestType value) {
|
||||
return new JAXBElement<CreateOfferUnfallRequestType>(_CreateOfferUnfallRequest_QNAME, CreateOfferUnfallRequestType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateOfferUnfallResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "CreateOfferUnfallResponse")
|
||||
public JAXBElement<CreateOfferUnfallResponseType> createCreateOfferUnfallResponse(CreateOfferUnfallResponseType value) {
|
||||
return new JAXBElement<CreateOfferUnfallResponseType>(_CreateOfferUnfallResponse_QNAME, CreateOfferUnfallResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationUnfallRequestType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "CreateApplicationUnfallRequest")
|
||||
public JAXBElement<CreateApplicationUnfallRequestType> createCreateApplicationUnfallRequest(CreateApplicationUnfallRequestType value) {
|
||||
return new JAXBElement<CreateApplicationUnfallRequestType>(_CreateApplicationUnfallRequest_QNAME, CreateApplicationUnfallRequestType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link CreateApplicationUnfallResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "CreateApplicationUnfallResponse")
|
||||
public JAXBElement<CreateApplicationUnfallResponseType> createCreateApplicationUnfallResponse(CreateApplicationUnfallResponseType value) {
|
||||
return new JAXBElement<CreateApplicationUnfallResponseType>(_CreateApplicationUnfallResponse_QNAME, CreateApplicationUnfallResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationUnfallResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "SubmitApplicationUnfallRequest")
|
||||
public JAXBElement<SubmitApplicationUnfallResponseType> createSubmitApplicationUnfallRequest(SubmitApplicationUnfallResponseType value) {
|
||||
return new JAXBElement<SubmitApplicationUnfallResponseType>(_SubmitApplicationUnfallRequest_QNAME, SubmitApplicationUnfallResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link SubmitApplicationUnfallResponseType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "SubmitApplicationUnfallResponse")
|
||||
public JAXBElement<SubmitApplicationUnfallResponseType> createSubmitApplicationUnfallResponse(SubmitApplicationUnfallResponseType value) {
|
||||
return new JAXBElement<SubmitApplicationUnfallResponseType>(_SubmitApplicationUnfallResponse_QNAME, SubmitApplicationUnfallResponseType.class, null, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "VersPersonRefLfNr", scope = ElementarproduktUnfallType.class)
|
||||
public JAXBElement<String> createElementarproduktUnfallTypeVersPersonRefLfNr(String value) {
|
||||
return new JAXBElement<String>(_ElementarproduktUnfallTypeVersPersonRefLfNr_QNAME, String.class, ElementarproduktUnfallType.class, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link Long }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "Versicherungssumme", scope = ElementarproduktUnfallType.class)
|
||||
public JAXBElement<Long> createElementarproduktUnfallTypeVersicherungssumme(Long value) {
|
||||
return new JAXBElement<Long>(_ElementarproduktUnfallTypeVersicherungssumme_QNAME, Long.class, ElementarproduktUnfallType.class, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link SelbstbehaltType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "Selbstbehalt", scope = ElementarproduktUnfallType.class)
|
||||
public JAXBElement<SelbstbehaltType> createElementarproduktUnfallTypeSelbstbehalt(SelbstbehaltType value) {
|
||||
return new JAXBElement<SelbstbehaltType>(_ElementarproduktUnfallTypeSelbstbehalt_QNAME, SelbstbehaltType.class, ElementarproduktUnfallType.class, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create an instance of {@link JAXBElement }{@code <}{@link AttributMetadatenType }{@code >}}
|
||||
*
|
||||
*/
|
||||
@XmlElementDecl(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", name = "AttributMetadaten", scope = ElementarproduktUnfallType.class)
|
||||
public JAXBElement<AttributMetadatenType> createElementarproduktUnfallTypeAttributMetadaten(AttributMetadatenType value) {
|
||||
return new JAXBElement<AttributMetadatenType>(_ElementarproduktUnfallTypeAttributMetadaten_QNAME, AttributMetadatenType.class, ElementarproduktUnfallType.class, value);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,248 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ProduktGenerischType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.SelbstbehaltType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für ein Produkt in der Sparte Unfall. Von diesem Typ können einzelne VUs ihre eigenen Produkte ableiten, wenn sie möchten.
|
||||
*
|
||||
* <p>Java-Klasse für ProduktUnfall_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="ProduktUnfall_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type">
|
||||
* <sequence>
|
||||
* <element name="Selbstbehalt" type="{urn:omds3CommonServiceTypes-1-1-0}Selbstbehalt_Type" minOccurs="0"/>
|
||||
* <element name="VersPersonenRefLfnr" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
|
||||
* <element name="LeistungsartTod" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}ElementarproduktUnfall_Type" minOccurs="0"/>
|
||||
* <element name="LeistungartInvaliditaet" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}ElementarproduktUnfall_Type" minOccurs="0"/>
|
||||
* <element name="LeistungsartUnfallkosten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}ElementarproduktUnfall_Type" minOccurs="0"/>
|
||||
* <element name="LeistungsartSpitalgeld" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}ElementarproduktUnfall_Type" minOccurs="0"/>
|
||||
* <element name="Leistungsarten" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}GenElementarproduktUnfall_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "ProduktUnfall_Type", propOrder = {
|
||||
"selbstbehalt",
|
||||
"versPersonenRefLfnr",
|
||||
"leistungsartTod",
|
||||
"leistungartInvaliditaet",
|
||||
"leistungsartUnfallkosten",
|
||||
"leistungsartSpitalgeld",
|
||||
"leistungsarten"
|
||||
})
|
||||
public abstract class ProduktUnfallType
|
||||
extends ProduktGenerischType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Selbstbehalt")
|
||||
protected SelbstbehaltType selbstbehalt;
|
||||
@XmlElement(name = "VersPersonenRefLfnr", required = true)
|
||||
protected List<String> versPersonenRefLfnr;
|
||||
@XmlElement(name = "LeistungsartTod")
|
||||
protected ElementarproduktUnfallType leistungsartTod;
|
||||
@XmlElement(name = "LeistungartInvaliditaet")
|
||||
protected ElementarproduktUnfallType leistungartInvaliditaet;
|
||||
@XmlElement(name = "LeistungsartUnfallkosten")
|
||||
protected ElementarproduktUnfallType leistungsartUnfallkosten;
|
||||
@XmlElement(name = "LeistungsartSpitalgeld")
|
||||
protected ElementarproduktUnfallType leistungsartSpitalgeld;
|
||||
@XmlElement(name = "Leistungsarten")
|
||||
protected List<GenElementarproduktUnfallType> leistungsarten;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der selbstbehalt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SelbstbehaltType }
|
||||
*
|
||||
*/
|
||||
public SelbstbehaltType getSelbstbehalt() {
|
||||
return selbstbehalt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der selbstbehalt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SelbstbehaltType }
|
||||
*
|
||||
*/
|
||||
public void setSelbstbehalt(SelbstbehaltType value) {
|
||||
this.selbstbehalt = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the versPersonenRefLfnr property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the versPersonenRefLfnr property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getVersPersonenRefLfnr().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link String }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<String> getVersPersonenRefLfnr() {
|
||||
if (versPersonenRefLfnr == null) {
|
||||
versPersonenRefLfnr = new ArrayList<String>();
|
||||
}
|
||||
return this.versPersonenRefLfnr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der leistungsartTod-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ElementarproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public ElementarproduktUnfallType getLeistungsartTod() {
|
||||
return leistungsartTod;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der leistungsartTod-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ElementarproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setLeistungsartTod(ElementarproduktUnfallType value) {
|
||||
this.leistungsartTod = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der leistungartInvaliditaet-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ElementarproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public ElementarproduktUnfallType getLeistungartInvaliditaet() {
|
||||
return leistungartInvaliditaet;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der leistungartInvaliditaet-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ElementarproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setLeistungartInvaliditaet(ElementarproduktUnfallType value) {
|
||||
this.leistungartInvaliditaet = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der leistungsartUnfallkosten-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ElementarproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public ElementarproduktUnfallType getLeistungsartUnfallkosten() {
|
||||
return leistungsartUnfallkosten;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der leistungsartUnfallkosten-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ElementarproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setLeistungsartUnfallkosten(ElementarproduktUnfallType value) {
|
||||
this.leistungsartUnfallkosten = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der leistungsartSpitalgeld-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ElementarproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public ElementarproduktUnfallType getLeistungsartSpitalgeld() {
|
||||
return leistungsartSpitalgeld;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der leistungsartSpitalgeld-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ElementarproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setLeistungsartSpitalgeld(ElementarproduktUnfallType value) {
|
||||
this.leistungsartSpitalgeld = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the leistungsarten property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the leistungsarten property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getLeistungsarten().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link GenElementarproduktUnfallType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<GenElementarproduktUnfallType> getLeistungsarten() {
|
||||
if (leistungsarten == null) {
|
||||
leistungsarten = new ArrayList<GenElementarproduktUnfallType>();
|
||||
}
|
||||
return this.leistungsarten;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezAntragType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für den Schritt Antrags-Erzeugung
|
||||
*
|
||||
* <p>Java-Klasse für SpezAntragUnfall_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SpezAntragUnfall_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezAntrag_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}VerkaufsproduktUnfall_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SpezAntragUnfall_Type", propOrder = {
|
||||
"verkaufsprodukt"
|
||||
})
|
||||
public class SpezAntragUnfallType
|
||||
extends SpezAntragType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Verkaufsprodukt", required = true)
|
||||
protected VerkaufsproduktUnfallType verkaufsprodukt;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link VerkaufsproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public VerkaufsproduktUnfallType getVerkaufsprodukt() {
|
||||
return verkaufsprodukt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der verkaufsprodukt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link VerkaufsproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setVerkaufsprodukt(VerkaufsproduktUnfallType value) {
|
||||
this.verkaufsprodukt = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezBerechnungType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für den Schritt Berechnung
|
||||
*
|
||||
* <p>Java-Klasse für SpezBerechnungUnfall_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SpezBerechnungUnfall_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezBerechnung_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}VerkaufsproduktUnfall_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SpezBerechnungUnfall_Type", propOrder = {
|
||||
"verkaufsprodukt"
|
||||
})
|
||||
public class SpezBerechnungUnfallType
|
||||
extends SpezBerechnungType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Verkaufsprodukt", required = true)
|
||||
protected VerkaufsproduktUnfallType verkaufsprodukt;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link VerkaufsproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public VerkaufsproduktUnfallType getVerkaufsprodukt() {
|
||||
return verkaufsprodukt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der verkaufsprodukt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link VerkaufsproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setVerkaufsprodukt(VerkaufsproduktUnfallType value) {
|
||||
this.verkaufsprodukt = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SpezOffertType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für den Schritt Offert-Erzeugung
|
||||
*
|
||||
* <p>Java-Klasse für SpezOffertUnfall_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SpezOffertUnfall_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SpezOffert_Type">
|
||||
* <sequence>
|
||||
* <element name="Verkaufsprodukt" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}VerkaufsproduktUnfall_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SpezOffertUnfall_Type", propOrder = {
|
||||
"verkaufsprodukt"
|
||||
})
|
||||
public class SpezOffertUnfallType
|
||||
extends SpezOffertType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Verkaufsprodukt", required = true)
|
||||
protected VerkaufsproduktUnfallType verkaufsprodukt;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der verkaufsprodukt-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link VerkaufsproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public VerkaufsproduktUnfallType getVerkaufsprodukt() {
|
||||
return verkaufsprodukt;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der verkaufsprodukt-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link VerkaufsproduktUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setVerkaufsprodukt(VerkaufsproduktUnfallType value) {
|
||||
this.verkaufsprodukt = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationRequestGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Type des Requests, um den Antrag einzureichen
|
||||
*
|
||||
* <p>Java-Klasse für SubmitApplicationUnfallRequest_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SubmitApplicationUnfallRequest_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationRequestGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsanfrage" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SubmitApplicationUnfallRequest_Type", propOrder = {
|
||||
"antragsanfrage"
|
||||
})
|
||||
public class SubmitApplicationUnfallRequestType
|
||||
extends SubmitApplicationRequestGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsanfrage")
|
||||
protected SpezAntragUnfallType antragsanfrage;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsanfrage-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezAntragUnfallType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragUnfallType getAntragsanfrage() {
|
||||
return antragsanfrage;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsanfrage-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezAntragUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsanfrage(SpezAntragUnfallType value) {
|
||||
this.antragsanfrage = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.common.SubmitApplicationResponseGenType;
|
||||
|
||||
|
||||
/**
|
||||
* Type des Response, um den Antrag einzureichen
|
||||
*
|
||||
* <p>Java-Klasse für SubmitApplicationUnfallResponse_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="SubmitApplicationUnfallResponse_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.common}SubmitApplicationResponseGen_Type">
|
||||
* <sequence>
|
||||
* <element name="Antragsantwort" type="{urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall}SpezAntragUnfall_Type"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SubmitApplicationUnfallResponse_Type", propOrder = {
|
||||
"antragsantwort"
|
||||
})
|
||||
public class SubmitApplicationUnfallResponseType
|
||||
extends SubmitApplicationResponseGenType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Antragsantwort", required = true)
|
||||
protected SpezAntragUnfallType antragsantwort;
|
||||
|
||||
/**
|
||||
* Ruft den Wert der antragsantwort-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link SpezAntragUnfallType }
|
||||
*
|
||||
*/
|
||||
public SpezAntragUnfallType getAntragsantwort() {
|
||||
return antragsantwort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der antragsantwort-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link SpezAntragUnfallType }
|
||||
*
|
||||
*/
|
||||
public void setAntragsantwort(SpezAntragUnfallType value) {
|
||||
this.antragsantwort = value;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,109 +0,0 @@
|
||||
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.ProduktGenerischType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.VerkaufsproduktGenerischType;
|
||||
import at.vvo.omds.types.omds3Types.r1_4_0.common.VersichertesInteresseMitAttributMetadatenType;
|
||||
|
||||
|
||||
/**
|
||||
* Typ für ein Verkaufsprodukt in der Sparte Unfall
|
||||
*
|
||||
* <p>Java-Klasse für VerkaufsproduktUnfall_Type complex type.
|
||||
*
|
||||
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="VerkaufsproduktUnfall_Type">
|
||||
* <complexContent>
|
||||
* <extension base="{urn:omds3CommonServiceTypes-1-1-0}VerkaufsproduktGenerisch_Type">
|
||||
* <sequence>
|
||||
* <element name="Produkte" type="{urn:omds3CommonServiceTypes-1-1-0}ProduktGenerisch_Type" maxOccurs="unbounded"/>
|
||||
* <element name="VersicherteInteressen" type="{urn:omds3CommonServiceTypes-1-1-0}VersichertesInteresseMitAttributMetadaten_Type" maxOccurs="unbounded"/>
|
||||
* </sequence>
|
||||
* </extension>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
*/
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "VerkaufsproduktUnfall_Type", propOrder = {
|
||||
"produkte",
|
||||
"versicherteInteressen"
|
||||
})
|
||||
public class VerkaufsproduktUnfallType
|
||||
extends VerkaufsproduktGenerischType
|
||||
{
|
||||
|
||||
@XmlElement(name = "Produkte", required = true)
|
||||
protected List<ProduktGenerischType> produkte;
|
||||
@XmlElement(name = "VersicherteInteressen", required = true)
|
||||
protected List<VersichertesInteresseMitAttributMetadatenType> versicherteInteressen;
|
||||
|
||||
/**
|
||||
* Gets the value of the produkte property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the produkte property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getProdukte().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link ProduktGenerischType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<ProduktGenerischType> getProdukte() {
|
||||
if (produkte == null) {
|
||||
produkte = new ArrayList<ProduktGenerischType>();
|
||||
}
|
||||
return this.produkte;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the versicherteInteressen property.
|
||||
*
|
||||
* <p>
|
||||
* This accessor method returns a reference to the live list,
|
||||
* not a snapshot. Therefore any modification you make to the
|
||||
* returned list will be present inside the JAXB object.
|
||||
* This is why there is not a <CODE>set</CODE> method for the versicherteInteressen property.
|
||||
*
|
||||
* <p>
|
||||
* For example, to add a new item, do as follows:
|
||||
* <pre>
|
||||
* getVersicherteInteressen().add(newItem);
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
* <p>
|
||||
* Objects of the following type(s) are allowed in the list
|
||||
* {@link VersichertesInteresseMitAttributMetadatenType }
|
||||
*
|
||||
*
|
||||
*/
|
||||
public List<VersichertesInteresseMitAttributMetadatenType> getVersicherteInteressen() {
|
||||
if (versicherteInteressen == null) {
|
||||
versicherteInteressen = new ArrayList<VersichertesInteresseMitAttributMetadatenType>();
|
||||
}
|
||||
return this.versicherteInteressen;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
@javax.xml.bind.annotation.XmlSchema(namespace = "urn:at.vvo.omds.types.omds3types.v1-4-0.on2antrag.unfall", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||
package at.vvo.omds.types.omds3Types.r1_4_0.on2antrag.unfall;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user