Besitz durch Sach-Privat ersetzt und Dokumentation angepasst,
Klassen neu generiert
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -10,7 +10,7 @@ import javax.xml.ws.Service;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This class was generated by Apache CXF 3.2.0
|
* This class was generated by Apache CXF 3.2.0
|
||||||
* 2019-01-15T18:06:27.350+01:00
|
* 2019-03-11T12:19:14.898+01:00
|
||||||
* Generated source version: 3.2.0
|
* Generated source version: 3.2.0
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This class was generated by Apache CXF 3.2.0
|
* This class was generated by Apache CXF 3.2.0
|
||||||
* 2019-01-15T18:06:27.222+01:00
|
* 2019-03-11T12:19:14.395+01:00
|
||||||
* Generated source version: 3.2.0
|
* Generated source version: 3.2.0
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@@ -128,6 +128,22 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
|||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* (non-Javadoc)
|
||||||
|
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#createOfferRechtsschutz(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateOfferRechtsschutzRequestType parameters)*
|
||||||
|
*/
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateOfferRechtsschutzResponseType createOfferRechtsschutz(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateOfferRechtsschutzRequestType parameters) throws ServiceFaultMsg {
|
||||||
|
LOG.info("Executing operation createOfferRechtsschutz");
|
||||||
|
System.out.println(parameters);
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateOfferRechtsschutzResponseType _return = null;
|
||||||
|
return _return;
|
||||||
|
} catch (java.lang.Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
throw new RuntimeException(ex);
|
||||||
|
}
|
||||||
|
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||||
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#deepLinkPartner(at.vvo.omds.types.omds3Types.v1_4_0.DeepLinkPartnerRequest parameters)*
|
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#deepLinkPartner(at.vvo.omds.types.omds3Types.v1_4_0.DeepLinkPartnerRequest parameters)*
|
||||||
*/
|
*/
|
||||||
@@ -176,6 +192,54 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
|||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* (non-Javadoc)
|
||||||
|
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#calculateRechtsschutz(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CalculateRechtsschutzRequestType parameters)*
|
||||||
|
*/
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CalculateRechtsschutzResponseType calculateRechtsschutz(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CalculateRechtsschutzRequestType parameters) throws ServiceFaultMsg {
|
||||||
|
LOG.info("Executing operation calculateRechtsschutz");
|
||||||
|
System.out.println(parameters);
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CalculateRechtsschutzResponseType _return = null;
|
||||||
|
return _return;
|
||||||
|
} catch (java.lang.Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
throw new RuntimeException(ex);
|
||||||
|
}
|
||||||
|
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||||
|
}
|
||||||
|
|
||||||
|
/* (non-Javadoc)
|
||||||
|
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#createApplicationRechtsschutz(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType parameters)*
|
||||||
|
*/
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType createApplicationRechtsschutz(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType parameters) throws ServiceFaultMsg {
|
||||||
|
LOG.info("Executing operation createApplicationRechtsschutz");
|
||||||
|
System.out.println(parameters);
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType _return = null;
|
||||||
|
return _return;
|
||||||
|
} catch (java.lang.Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
throw new RuntimeException(ex);
|
||||||
|
}
|
||||||
|
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||||
|
}
|
||||||
|
|
||||||
|
/* (non-Javadoc)
|
||||||
|
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#calculateSachPrivat(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters)*
|
||||||
|
*/
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters) throws ServiceFaultMsg {
|
||||||
|
LOG.info("Executing operation calculateSachPrivat");
|
||||||
|
System.out.println(parameters);
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _return = null;
|
||||||
|
return _return;
|
||||||
|
} catch (java.lang.Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
throw new RuntimeException(ex);
|
||||||
|
}
|
||||||
|
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||||
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#addCommunicationObject(at.vvo.omds.types.omds3Types.v1_4_0.on4partner.AddCommunicationObjectRequestType parameters)*
|
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#addCommunicationObject(at.vvo.omds.types.omds3Types.v1_4_0.on4partner.AddCommunicationObjectRequestType parameters)*
|
||||||
*/
|
*/
|
||||||
@@ -320,6 +384,22 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
|||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* (non-Javadoc)
|
||||||
|
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#createApplicationSachPrivat(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType parameters)*
|
||||||
|
*/
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType createApplicationSachPrivat(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType parameters) throws ServiceFaultMsg {
|
||||||
|
LOG.info("Executing operation createApplicationSachPrivat");
|
||||||
|
System.out.println(parameters);
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType _return = null;
|
||||||
|
return _return;
|
||||||
|
} catch (java.lang.Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
throw new RuntimeException(ex);
|
||||||
|
}
|
||||||
|
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||||
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#getChangedClaimsList(at.vvo.omds.types.omds3Types.v1_4_0.ChangedClaimsListRequestType parameters)*
|
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#getChangedClaimsList(at.vvo.omds.types.omds3Types.v1_4_0.ChangedClaimsListRequestType parameters)*
|
||||||
*/
|
*/
|
||||||
@@ -384,6 +464,22 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
|||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* (non-Javadoc)
|
||||||
|
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#createOfferSachPrivat(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType parameters)*
|
||||||
|
*/
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType createOfferSachPrivat(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType parameters) throws ServiceFaultMsg {
|
||||||
|
LOG.info("Executing operation createOfferSachPrivat");
|
||||||
|
System.out.println(parameters);
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType _return = null;
|
||||||
|
return _return;
|
||||||
|
} catch (java.lang.Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
throw new RuntimeException(ex);
|
||||||
|
}
|
||||||
|
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||||
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#getPoliciesOfPartner(at.vvo.omds.types.omds3Types.v1_4_0.on3vertrag.GetPoliciesOfPartnerRequestType parameters)*
|
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#getPoliciesOfPartner(at.vvo.omds.types.omds3Types.v1_4_0.on3vertrag.GetPoliciesOfPartnerRequestType parameters)*
|
||||||
*/
|
*/
|
||||||
@@ -512,6 +608,22 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
|||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* (non-Javadoc)
|
||||||
|
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#submitApplicationSachPrivat(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType parameters)*
|
||||||
|
*/
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType submitApplicationSachPrivat(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType parameters) throws ServiceFaultMsg {
|
||||||
|
LOG.info("Executing operation submitApplicationSachPrivat");
|
||||||
|
System.out.println(parameters);
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType _return = null;
|
||||||
|
return _return;
|
||||||
|
} catch (java.lang.Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
throw new RuntimeException(ex);
|
||||||
|
}
|
||||||
|
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||||
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#changePartnerMainAddress(at.vvo.omds.types.omds3Types.v1_4_0.on4partner.ChangePartnerMainAddressRequestType parameters)*
|
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#changePartnerMainAddress(at.vvo.omds.types.omds3Types.v1_4_0.on4partner.ChangePartnerMainAddressRequestType parameters)*
|
||||||
*/
|
*/
|
||||||
@@ -560,6 +672,22 @@ public class OmdsServicePortImpl implements OmdsServicePortType {
|
|||||||
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* (non-Javadoc)
|
||||||
|
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#submitApplicationRechtsschutz(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzResponseType parameters)*
|
||||||
|
*/
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzResponseType submitApplicationRechtsschutz(at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzResponseType parameters) throws ServiceFaultMsg {
|
||||||
|
LOG.info("Executing operation submitApplicationRechtsschutz");
|
||||||
|
System.out.println(parameters);
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzResponseType _return = null;
|
||||||
|
return _return;
|
||||||
|
} catch (java.lang.Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
throw new RuntimeException(ex);
|
||||||
|
}
|
||||||
|
//throw new ServiceFaultMsg("ServiceFaultMsg...");
|
||||||
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#setMailingAddress(at.vvo.omds.types.omds3Types.v1_4_0.on3vertrag.SetMailingAddressRequestType parameters)*
|
* @see at.vvo.omds.service.v1_4_0.OmdsServicePortType#setMailingAddress(at.vvo.omds.types.omds3Types.v1_4_0.on3vertrag.SetMailingAddressRequestType parameters)*
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -9,12 +9,12 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This class was generated by Apache CXF 3.2.0
|
* This class was generated by Apache CXF 3.2.0
|
||||||
* 2019-01-15T18:06:27.306+01:00
|
* 2019-03-11T12:19:14.558+01:00
|
||||||
* Generated source version: 3.2.0
|
* Generated source version: 3.2.0
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@WebService(targetNamespace = "urn:omds3Services-1-1-0", name = "omdsServicePortType")
|
@WebService(targetNamespace = "urn:omds3Services-1-1-0", name = "omdsServicePortType")
|
||||||
@XmlSeeAlso({at.vvo.omds.types.omds3Types.v1_4_0.on3vertrag.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.ObjectFactory.class, at.vvo.omds.types.omds2Types.v2_9.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.common.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.on4partner.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.on1basis.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.ObjectFactory.class})
|
@XmlSeeAlso({at.vvo.omds.types.omds2Types.v2_11.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.on3vertrag.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.common.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.common.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.on4partner.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.on1basis.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.ObjectFactory.class, at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.ObjectFactory.class})
|
||||||
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
|
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
|
||||||
public interface OmdsServicePortType {
|
public interface OmdsServicePortType {
|
||||||
|
|
||||||
@@ -60,6 +60,13 @@ public interface OmdsServicePortType {
|
|||||||
at.vvo.omds.types.omds3Types.v1_4_0.DeepLinkPolicyRequest parameters
|
at.vvo.omds.types.omds3Types.v1_4_0.DeepLinkPolicyRequest parameters
|
||||||
) throws ServiceFaultMsg;
|
) throws ServiceFaultMsg;
|
||||||
|
|
||||||
|
@WebMethod(action = "urn:createOfferRechtsschutz")
|
||||||
|
@WebResult(name = "CreateOfferRechtsschutzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.rs", partName = "parameters")
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateOfferRechtsschutzResponseType createOfferRechtsschutz(
|
||||||
|
@WebParam(partName = "parameters", name = "CreateOfferRechtsschutzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.rs")
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateOfferRechtsschutzRequestType parameters
|
||||||
|
) throws ServiceFaultMsg;
|
||||||
|
|
||||||
@WebMethod(action = "urn:deepLinkPartner")
|
@WebMethod(action = "urn:deepLinkPartner")
|
||||||
@WebResult(name = "getDeepLinkPartnerResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
@WebResult(name = "getDeepLinkPartnerResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||||
public at.vvo.omds.types.omds3Types.v1_4_0.DeepLinkBusinessObjectResponse deepLinkPartner(
|
public at.vvo.omds.types.omds3Types.v1_4_0.DeepLinkBusinessObjectResponse deepLinkPartner(
|
||||||
@@ -81,6 +88,27 @@ public interface OmdsServicePortType {
|
|||||||
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.CreateApplicationKfzRequestType parameters
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.CreateApplicationKfzRequestType parameters
|
||||||
) throws ServiceFaultMsg;
|
) throws ServiceFaultMsg;
|
||||||
|
|
||||||
|
@WebMethod(action = "urn:calculateRechtsschutz")
|
||||||
|
@WebResult(name = "CalculateRechtsschutzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.rs", partName = "parameters")
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CalculateRechtsschutzResponseType calculateRechtsschutz(
|
||||||
|
@WebParam(partName = "parameters", name = "CalculateRechtsschutzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.rs")
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CalculateRechtsschutzRequestType parameters
|
||||||
|
) throws ServiceFaultMsg;
|
||||||
|
|
||||||
|
@WebMethod(action = "urn:createApplicationRechtsschutz")
|
||||||
|
@WebResult(name = "CreateApplicationRechtsschutzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.rs", partName = "parameters")
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType createApplicationRechtsschutz(
|
||||||
|
@WebParam(partName = "parameters", name = "CreateApplicationRechtsschutzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.rs")
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType parameters
|
||||||
|
) throws ServiceFaultMsg;
|
||||||
|
|
||||||
|
@WebMethod(action = "urn:calculateSachPrivat")
|
||||||
|
@WebResult(name = "CalculateSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.sachprivat", partName = "parameters")
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType calculateSachPrivat(
|
||||||
|
@WebParam(partName = "parameters", name = "CalculateSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.sachprivat")
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType parameters
|
||||||
|
) throws ServiceFaultMsg;
|
||||||
|
|
||||||
@WebMethod(action = "urn:addCommunicationObject")
|
@WebMethod(action = "urn:addCommunicationObject")
|
||||||
@WebResult(name = "AddCommunicationObjectResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on4partner", partName = "parameters")
|
@WebResult(name = "AddCommunicationObjectResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on4partner", partName = "parameters")
|
||||||
public at.vvo.omds.types.omds3Types.v1_4_0.on4partner.AddCommunicationObjectResponseType addCommunicationObject(
|
public at.vvo.omds.types.omds3Types.v1_4_0.on4partner.AddCommunicationObjectResponseType addCommunicationObject(
|
||||||
@@ -144,6 +172,13 @@ public interface OmdsServicePortType {
|
|||||||
at.vvo.omds.types.omds3Types.v1_4_0.DeepLinkClaimRequest parameters
|
at.vvo.omds.types.omds3Types.v1_4_0.DeepLinkClaimRequest parameters
|
||||||
) throws ServiceFaultMsg;
|
) throws ServiceFaultMsg;
|
||||||
|
|
||||||
|
@WebMethod(action = "urn:createApplicationSachPrivat")
|
||||||
|
@WebResult(name = "CreateApplicationSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.sachprivat", partName = "parameters")
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType createApplicationSachPrivat(
|
||||||
|
@WebParam(partName = "parameters", name = "CreateApplicationSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.sachprivat")
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType parameters
|
||||||
|
) throws ServiceFaultMsg;
|
||||||
|
|
||||||
@WebMethod(action = "urn:getChangedClaimsList")
|
@WebMethod(action = "urn:getChangedClaimsList")
|
||||||
@WebResult(name = "ChangedClaimsListResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
@WebResult(name = "ChangedClaimsListResponse", targetNamespace = "urn:omds3ServiceTypes-1-1-0", partName = "parameters")
|
||||||
public at.vvo.omds.types.omds3Types.v1_4_0.ChangedClaimsListResponseType getChangedClaimsList(
|
public at.vvo.omds.types.omds3Types.v1_4_0.ChangedClaimsListResponseType getChangedClaimsList(
|
||||||
@@ -172,6 +207,13 @@ public interface OmdsServicePortType {
|
|||||||
at.vvo.omds.types.omds3Types.v1_4_0.GetDocumentInfosRequestType parameters
|
at.vvo.omds.types.omds3Types.v1_4_0.GetDocumentInfosRequestType parameters
|
||||||
) throws ServiceFaultMsg;
|
) throws ServiceFaultMsg;
|
||||||
|
|
||||||
|
@WebMethod(action = "urn:createOfferSachPrivat")
|
||||||
|
@WebResult(name = "CreateOfferSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.sachprivat", partName = "parameters")
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType createOfferSachPrivat(
|
||||||
|
@WebParam(partName = "parameters", name = "CreateOfferSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.sachprivat")
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType parameters
|
||||||
|
) throws ServiceFaultMsg;
|
||||||
|
|
||||||
@WebMethod(action = "urn:changePersonData")
|
@WebMethod(action = "urn:changePersonData")
|
||||||
@WebResult(name = "GetPoliciesOfPartnerResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on3vertrag", partName = "parameters")
|
@WebResult(name = "GetPoliciesOfPartnerResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on3vertrag", partName = "parameters")
|
||||||
public at.vvo.omds.types.omds3Types.v1_4_0.on3vertrag.GetPoliciesOfPartnerResponseType getPoliciesOfPartner(
|
public at.vvo.omds.types.omds3Types.v1_4_0.on3vertrag.GetPoliciesOfPartnerResponseType getPoliciesOfPartner(
|
||||||
@@ -228,6 +270,13 @@ public interface OmdsServicePortType {
|
|||||||
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.SubmitApplicationKfzRequestType parameters
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.SubmitApplicationKfzRequestType parameters
|
||||||
) throws ServiceFaultMsg;
|
) throws ServiceFaultMsg;
|
||||||
|
|
||||||
|
@WebMethod(action = "urn:submitApplicationSachPrivat")
|
||||||
|
@WebResult(name = "SubmitApplicationSachPrivatResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.sachprivat", partName = "parameters")
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType submitApplicationSachPrivat(
|
||||||
|
@WebParam(partName = "parameters", name = "SubmitApplicationSachPrivatRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.sachprivat")
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType parameters
|
||||||
|
) throws ServiceFaultMsg;
|
||||||
|
|
||||||
@WebMethod(action = "urn:changePartnerMainAddress")
|
@WebMethod(action = "urn:changePartnerMainAddress")
|
||||||
@WebResult(name = "ChangePartnerMainAddressResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on4partner", partName = "parameters")
|
@WebResult(name = "ChangePartnerMainAddressResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on4partner", partName = "parameters")
|
||||||
public at.vvo.omds.types.omds3Types.v1_4_0.on4partner.ChangePartnerMainAddressResponseType changePartnerMainAddress(
|
public at.vvo.omds.types.omds3Types.v1_4_0.on4partner.ChangePartnerMainAddressResponseType changePartnerMainAddress(
|
||||||
@@ -249,6 +298,13 @@ public interface OmdsServicePortType {
|
|||||||
at.vvo.omds.types.omds3Types.v1_4_0.LoginRequestType parameters
|
at.vvo.omds.types.omds3Types.v1_4_0.LoginRequestType parameters
|
||||||
) throws ServiceFaultMsg;
|
) throws ServiceFaultMsg;
|
||||||
|
|
||||||
|
@WebMethod(action = "urn:submitApplicationRechtsschutz")
|
||||||
|
@WebResult(name = "SubmitApplicationRechtsschutzResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.rs", partName = "parameters")
|
||||||
|
public at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzResponseType submitApplicationRechtsschutz(
|
||||||
|
@WebParam(partName = "parameters", name = "SubmitApplicationRechtsschutzRequest", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on2antrag.rs")
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzResponseType parameters
|
||||||
|
) throws ServiceFaultMsg;
|
||||||
|
|
||||||
@WebMethod(action = "urn:setMailingAddress")
|
@WebMethod(action = "urn:setMailingAddress")
|
||||||
@WebResult(name = "SetMailingAddressResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on3vertrag", partName = "parameters")
|
@WebResult(name = "SetMailingAddressResponse", targetNamespace = "urn:at.vvo.omds.types.omds3types.v1-3-0.on3vertrag", partName = "parameters")
|
||||||
public at.vvo.omds.types.omds3Types.v1_4_0.on3vertrag.SetMailingAddressResponseType setMailingAddress(
|
public at.vvo.omds.types.omds3Types.v1_4_0.on3vertrag.SetMailingAddressResponseType setMailingAddress(
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This class was generated by Apache CXF 3.2.0
|
* This class was generated by Apache CXF 3.2.0
|
||||||
* 2019-01-15T18:06:27.086+01:00
|
* 2019-03-11T12:19:14.211+01:00
|
||||||
* Generated source version: 3.2.0
|
* Generated source version: 3.2.0
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@@ -115,6 +115,18 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
|||||||
at.vvo.omds.types.omds3Types.v1_4_0.DeepLinkBusinessObjectResponse _deepLinkPolicy__return = port.deepLinkPolicy(_deepLinkPolicy_parameters);
|
at.vvo.omds.types.omds3Types.v1_4_0.DeepLinkBusinessObjectResponse _deepLinkPolicy__return = port.deepLinkPolicy(_deepLinkPolicy_parameters);
|
||||||
System.out.println("deepLinkPolicy.result=" + _deepLinkPolicy__return);
|
System.out.println("deepLinkPolicy.result=" + _deepLinkPolicy__return);
|
||||||
|
|
||||||
|
} catch (ServiceFaultMsg e) {
|
||||||
|
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||||
|
System.out.println(e.toString());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
System.out.println("Invoking createOfferRechtsschutz...");
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateOfferRechtsschutzRequestType _createOfferRechtsschutz_parameters = null;
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateOfferRechtsschutzResponseType _createOfferRechtsschutz__return = port.createOfferRechtsschutz(_createOfferRechtsschutz_parameters);
|
||||||
|
System.out.println("createOfferRechtsschutz.result=" + _createOfferRechtsschutz__return);
|
||||||
|
|
||||||
} catch (ServiceFaultMsg e) {
|
} catch (ServiceFaultMsg e) {
|
||||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||||
System.out.println(e.toString());
|
System.out.println(e.toString());
|
||||||
@@ -151,6 +163,42 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
|||||||
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.CreateApplicationKfzResponseType _createApplicationKfz__return = port.createApplicationKfz(_createApplicationKfz_parameters);
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.CreateApplicationKfzResponseType _createApplicationKfz__return = port.createApplicationKfz(_createApplicationKfz_parameters);
|
||||||
System.out.println("createApplicationKfz.result=" + _createApplicationKfz__return);
|
System.out.println("createApplicationKfz.result=" + _createApplicationKfz__return);
|
||||||
|
|
||||||
|
} catch (ServiceFaultMsg e) {
|
||||||
|
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||||
|
System.out.println(e.toString());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
System.out.println("Invoking calculateRechtsschutz...");
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CalculateRechtsschutzRequestType _calculateRechtsschutz_parameters = null;
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CalculateRechtsschutzResponseType _calculateRechtsschutz__return = port.calculateRechtsschutz(_calculateRechtsschutz_parameters);
|
||||||
|
System.out.println("calculateRechtsschutz.result=" + _calculateRechtsschutz__return);
|
||||||
|
|
||||||
|
} catch (ServiceFaultMsg e) {
|
||||||
|
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||||
|
System.out.println(e.toString());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
System.out.println("Invoking createApplicationRechtsschutz...");
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateApplicationRechtsschutzRequestType _createApplicationRechtsschutz_parameters = null;
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.CreateApplicationRechtsschutzResponseType _createApplicationRechtsschutz__return = port.createApplicationRechtsschutz(_createApplicationRechtsschutz_parameters);
|
||||||
|
System.out.println("createApplicationRechtsschutz.result=" + _createApplicationRechtsschutz__return);
|
||||||
|
|
||||||
|
} catch (ServiceFaultMsg e) {
|
||||||
|
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||||
|
System.out.println(e.toString());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
System.out.println("Invoking calculateSachPrivat...");
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CalculateSachPrivatRequestType _calculateSachPrivat_parameters = null;
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CalculateSachPrivatResponseType _calculateSachPrivat__return = port.calculateSachPrivat(_calculateSachPrivat_parameters);
|
||||||
|
System.out.println("calculateSachPrivat.result=" + _calculateSachPrivat__return);
|
||||||
|
|
||||||
} catch (ServiceFaultMsg e) {
|
} catch (ServiceFaultMsg e) {
|
||||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||||
System.out.println(e.toString());
|
System.out.println(e.toString());
|
||||||
@@ -259,6 +307,18 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
|||||||
at.vvo.omds.types.omds3Types.v1_4_0.DeepLinkBusinessObjectResponse _deepLinkClaim__return = port.deepLinkClaim(_deepLinkClaim_parameters);
|
at.vvo.omds.types.omds3Types.v1_4_0.DeepLinkBusinessObjectResponse _deepLinkClaim__return = port.deepLinkClaim(_deepLinkClaim_parameters);
|
||||||
System.out.println("deepLinkClaim.result=" + _deepLinkClaim__return);
|
System.out.println("deepLinkClaim.result=" + _deepLinkClaim__return);
|
||||||
|
|
||||||
|
} catch (ServiceFaultMsg e) {
|
||||||
|
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||||
|
System.out.println(e.toString());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
System.out.println("Invoking createApplicationSachPrivat...");
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatRequestType _createApplicationSachPrivat_parameters = null;
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateApplicationSachPrivatResponseType _createApplicationSachPrivat__return = port.createApplicationSachPrivat(_createApplicationSachPrivat_parameters);
|
||||||
|
System.out.println("createApplicationSachPrivat.result=" + _createApplicationSachPrivat__return);
|
||||||
|
|
||||||
} catch (ServiceFaultMsg e) {
|
} catch (ServiceFaultMsg e) {
|
||||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||||
System.out.println(e.toString());
|
System.out.println(e.toString());
|
||||||
@@ -307,6 +367,18 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
|||||||
at.vvo.omds.types.omds3Types.v1_4_0.GetDocumentInfosResponseType _getDocumentInfos__return = port.getDocumentInfos(_getDocumentInfos_parameters);
|
at.vvo.omds.types.omds3Types.v1_4_0.GetDocumentInfosResponseType _getDocumentInfos__return = port.getDocumentInfos(_getDocumentInfos_parameters);
|
||||||
System.out.println("getDocumentInfos.result=" + _getDocumentInfos__return);
|
System.out.println("getDocumentInfos.result=" + _getDocumentInfos__return);
|
||||||
|
|
||||||
|
} catch (ServiceFaultMsg e) {
|
||||||
|
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||||
|
System.out.println(e.toString());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
System.out.println("Invoking createOfferSachPrivat...");
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatRequestType _createOfferSachPrivat_parameters = null;
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.CreateOfferSachPrivatResponseType _createOfferSachPrivat__return = port.createOfferSachPrivat(_createOfferSachPrivat_parameters);
|
||||||
|
System.out.println("createOfferSachPrivat.result=" + _createOfferSachPrivat__return);
|
||||||
|
|
||||||
} catch (ServiceFaultMsg e) {
|
} catch (ServiceFaultMsg e) {
|
||||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||||
System.out.println(e.toString());
|
System.out.println(e.toString());
|
||||||
@@ -403,6 +475,18 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
|||||||
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.SubmitApplicationKfzResponseType _submitApplicationKfz__return = port.submitApplicationKfz(_submitApplicationKfz_parameters);
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.kfz.SubmitApplicationKfzResponseType _submitApplicationKfz__return = port.submitApplicationKfz(_submitApplicationKfz_parameters);
|
||||||
System.out.println("submitApplicationKfz.result=" + _submitApplicationKfz__return);
|
System.out.println("submitApplicationKfz.result=" + _submitApplicationKfz__return);
|
||||||
|
|
||||||
|
} catch (ServiceFaultMsg e) {
|
||||||
|
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||||
|
System.out.println(e.toString());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
System.out.println("Invoking submitApplicationSachPrivat...");
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatRequestType _submitApplicationSachPrivat_parameters = null;
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.SubmitApplicationSachPrivatResponseType _submitApplicationSachPrivat__return = port.submitApplicationSachPrivat(_submitApplicationSachPrivat_parameters);
|
||||||
|
System.out.println("submitApplicationSachPrivat.result=" + _submitApplicationSachPrivat__return);
|
||||||
|
|
||||||
} catch (ServiceFaultMsg e) {
|
} catch (ServiceFaultMsg e) {
|
||||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||||
System.out.println(e.toString());
|
System.out.println(e.toString());
|
||||||
@@ -439,6 +523,18 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
|||||||
at.vvo.omds.types.omds3Types.v1_4_0.DeepLinkBusinessObjectResponse _login__return = port.login(_login_parameters);
|
at.vvo.omds.types.omds3Types.v1_4_0.DeepLinkBusinessObjectResponse _login__return = port.login(_login_parameters);
|
||||||
System.out.println("login.result=" + _login__return);
|
System.out.println("login.result=" + _login__return);
|
||||||
|
|
||||||
|
} catch (ServiceFaultMsg e) {
|
||||||
|
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||||
|
System.out.println(e.toString());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
System.out.println("Invoking submitApplicationRechtsschutz...");
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzResponseType _submitApplicationRechtsschutz_parameters = null;
|
||||||
|
try {
|
||||||
|
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.rs.SubmitApplicationRechtsschutzResponseType _submitApplicationRechtsschutz__return = port.submitApplicationRechtsschutz(_submitApplicationRechtsschutz_parameters);
|
||||||
|
System.out.println("submitApplicationRechtsschutz.result=" + _submitApplicationRechtsschutz__return);
|
||||||
|
|
||||||
} catch (ServiceFaultMsg e) {
|
} catch (ServiceFaultMsg e) {
|
||||||
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
System.out.println("Expected exception: ServiceFaultMsg has occurred.");
|
||||||
System.out.println(e.toString());
|
System.out.println(e.toString());
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import javax.xml.ws.WebFault;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This class was generated by Apache CXF 3.2.0
|
* This class was generated by Apache CXF 3.2.0
|
||||||
* 2019-01-15T18:06:27.198+01:00
|
* 2019-03-11T12:19:14.365+01:00
|
||||||
* Generated source version: 3.2.0
|
* Generated source version: 3.2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -7,6 +7,7 @@ import javax.xml.bind.annotation.XmlAttribute;
|
|||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
import at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.RisikoAdresseType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -29,7 +30,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "ADRESSE_Type")
|
@XmlType(name = "ADRESSE_Type")
|
||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
at.vvo.omds.types.omds3Types.v1_4_0.on2antrag.sachPrivat.VerkaufsproduktBesitzType.VersicherteObjekte.RisikoAdresse.class
|
RisikoAdresseType.class
|
||||||
})
|
})
|
||||||
public class ADRESSEType {
|
public class ADRESSEType {
|
||||||
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -21,6 +21,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="40"/>
|
* <maxLength value="40"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -24,6 +24,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="40"/>
|
* <maxLength value="40"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -21,6 +21,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="255"/>
|
* <maxLength value="255"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -0,0 +1,146 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
|
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.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <p>Java-Klasse für EL-Flaeche_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="EL-Flaeche_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
|
* <attribute name="FlaechenAttributCd" use="required" type="{urn:omds20}FlaechenAttributCd_Type" />
|
||||||
|
* <attribute name="Nummer">
|
||||||
|
* <simpleType>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
|
* <maxLength value="2"/>
|
||||||
|
* </restriction>
|
||||||
|
* </simpleType>
|
||||||
|
* </attribute>
|
||||||
|
* <attribute name="InnenFlaeche" type="{urn:omds20}decimal" />
|
||||||
|
* <attribute name="VerbauteFlaeche" type="{urn:omds20}decimal" />
|
||||||
|
* </restriction>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "EL-Flaeche_Type")
|
||||||
|
public class ELFlaecheType {
|
||||||
|
|
||||||
|
@XmlAttribute(name = "FlaechenAttributCd", required = true)
|
||||||
|
protected FlaechenAttributCdType flaechenAttributCd;
|
||||||
|
@XmlAttribute(name = "Nummer")
|
||||||
|
protected String nummer;
|
||||||
|
@XmlAttribute(name = "InnenFlaeche")
|
||||||
|
protected BigDecimal innenFlaeche;
|
||||||
|
@XmlAttribute(name = "VerbauteFlaeche")
|
||||||
|
protected BigDecimal verbauteFlaeche;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der flaechenAttributCd-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link FlaechenAttributCdType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public FlaechenAttributCdType getFlaechenAttributCd() {
|
||||||
|
return flaechenAttributCd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der flaechenAttributCd-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link FlaechenAttributCdType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setFlaechenAttributCd(FlaechenAttributCdType value) {
|
||||||
|
this.flaechenAttributCd = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der nummer-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getNummer() {
|
||||||
|
return nummer;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der nummer-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setNummer(String value) {
|
||||||
|
this.nummer = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der innenFlaeche-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link BigDecimal }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public BigDecimal getInnenFlaeche() {
|
||||||
|
return innenFlaeche;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der innenFlaeche-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link BigDecimal }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setInnenFlaeche(BigDecimal value) {
|
||||||
|
this.innenFlaeche = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der verbauteFlaeche-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link BigDecimal }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public BigDecimal getVerbauteFlaeche() {
|
||||||
|
return verbauteFlaeche;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der verbauteFlaeche-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link BigDecimal }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setVerbauteFlaeche(BigDecimal value) {
|
||||||
|
this.verbauteFlaeche = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -22,6 +22,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="40"/>
|
* <maxLength value="40"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -20,6 +20,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="26"/>
|
* <maxLength value="26"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -21,6 +21,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="255"/>
|
* <maxLength value="255"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -30,6 +30,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="40"/>
|
* <maxLength value="40"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -0,0 +1,52 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
|
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.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <p>Java-Klasse für EL-Objekt_Type complex type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* <complexType name="EL-Objekt_Type">
|
||||||
|
* <complexContent>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
|
* <attribute name="ObjLfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
||||||
|
* </restriction>
|
||||||
|
* </complexContent>
|
||||||
|
* </complexType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
|
@XmlType(name = "EL-Objekt_Type")
|
||||||
|
public class ELObjektType {
|
||||||
|
|
||||||
|
@XmlAttribute(name = "ObjLfnr", required = true)
|
||||||
|
@XmlSchemaType(name = "unsignedShort")
|
||||||
|
protected int objLfnr;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der objLfnr-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public int getObjLfnr() {
|
||||||
|
return objLfnr;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der objLfnr-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setObjLfnr(int value) {
|
||||||
|
this.objLfnr = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -21,6 +21,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="10"/>
|
* <maxLength value="10"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -20,6 +20,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="40"/>
|
* <maxLength value="40"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -20,7 +20,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <attribute name="TxtInhalt" use="required">
|
* <attribute name="TxtInhalt" use="required">
|
||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="255"/>
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -0,0 +1,83 @@
|
|||||||
|
|
||||||
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
|
import javax.xml.bind.annotation.XmlType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <p>Java-Klasse für FlaechenAttributCd_Type.
|
||||||
|
*
|
||||||
|
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
|
||||||
|
* <p>
|
||||||
|
* <pre>
|
||||||
|
* <simpleType name="FlaechenAttributCd_Type">
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
|
* <enumeration value="EG"/>
|
||||||
|
* <enumeration value="SW"/>
|
||||||
|
* <enumeration value="MA"/>
|
||||||
|
* <enumeration value="KM"/>
|
||||||
|
* <enumeration value="KO"/>
|
||||||
|
* <enumeration value="WF"/>
|
||||||
|
* <enumeration value="GF"/>
|
||||||
|
* </restriction>
|
||||||
|
* </simpleType>
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlType(name = "FlaechenAttributCd_Type")
|
||||||
|
@XmlEnum
|
||||||
|
public enum FlaechenAttributCdType {
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Erdgeschoß
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
EG,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stockwerk
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
SW,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Mansarde
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
MA,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Keller mit Wohnnutzung
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
KM,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Keller ohne Wohnnutzung
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
KO,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Wohnfläche
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
WF,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Grundfläche
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
GF;
|
||||||
|
|
||||||
|
public String value() {
|
||||||
|
return name();
|
||||||
|
}
|
||||||
|
|
||||||
|
public static FlaechenAttributCdType fromValue(String v) {
|
||||||
|
return valueOf(v);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -17,7 +17,15 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* <complexType name="LOESCHANSTOSS_Type">
|
* <complexType name="LOESCHANSTOSS_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
* <attribute name="LoeschID" use="required" type="{urn:omds20}Datum-Zeit" />
|
* <attribute name="LoeschID" use="required" type="{urn:omds20}Datum-Zeit2" />
|
||||||
|
* <attribute name="SystemQuelle" default=" ">
|
||||||
|
* <simpleType>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
|
* <minLength value="1"/>
|
||||||
|
* <maxLength value="2"/>
|
||||||
|
* </restriction>
|
||||||
|
* </simpleType>
|
||||||
|
* </attribute>
|
||||||
* <attribute name="GueltigAb" type="{urn:omds20}Datum" />
|
* <attribute name="GueltigAb" type="{urn:omds20}Datum" />
|
||||||
* <attribute name="Polizzennr" type="{urn:omds20}Polizzennr" />
|
* <attribute name="Polizzennr" type="{urn:omds20}Polizzennr" />
|
||||||
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
||||||
@@ -53,6 +61,8 @@ public class LOESCHANSTOSSType {
|
|||||||
|
|
||||||
@XmlAttribute(name = "LoeschID", required = true)
|
@XmlAttribute(name = "LoeschID", required = true)
|
||||||
protected XMLGregorianCalendar loeschID;
|
protected XMLGregorianCalendar loeschID;
|
||||||
|
@XmlAttribute(name = "SystemQuelle")
|
||||||
|
protected String systemQuelle;
|
||||||
@XmlAttribute(name = "GueltigAb")
|
@XmlAttribute(name = "GueltigAb")
|
||||||
protected XMLGregorianCalendar gueltigAb;
|
protected XMLGregorianCalendar gueltigAb;
|
||||||
@XmlAttribute(name = "Polizzennr")
|
@XmlAttribute(name = "Polizzennr")
|
||||||
@@ -94,6 +104,34 @@ public class LOESCHANSTOSSType {
|
|||||||
this.loeschID = value;
|
this.loeschID = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der systemQuelle-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getSystemQuelle() {
|
||||||
|
if (systemQuelle == null) {
|
||||||
|
return " ";
|
||||||
|
} else {
|
||||||
|
return systemQuelle;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der systemQuelle-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setSystemQuelle(String value) {
|
||||||
|
this.systemQuelle = value;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der gueltigAb-Eigenschaft ab.
|
* Ruft den Wert der gueltigAb-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.math.BigInteger;
|
import java.math.BigInteger;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -21,6 +21,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="80"/>
|
* <maxLength value="80"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.JAXBElement;
|
import javax.xml.bind.JAXBElement;
|
||||||
import javax.xml.bind.annotation.XmlElementDecl;
|
import javax.xml.bind.annotation.XmlElementDecl;
|
||||||
@@ -10,7 +10,7 @@ import javax.xml.namespace.QName;
|
|||||||
/**
|
/**
|
||||||
* This object contains factory methods for each
|
* This object contains factory methods for each
|
||||||
* Java content interface and Java element interface
|
* Java content interface and Java element interface
|
||||||
* generated in the at.vvo.omds.types.omds2Types.v2_9 package.
|
* generated in the at.vvo.omds.types.omds2Types.v2_11 package.
|
||||||
* <p>An ObjectFactory allows you to programatically
|
* <p>An ObjectFactory allows you to programatically
|
||||||
* construct new instances of the Java representation
|
* construct new instances of the Java representation
|
||||||
* for XML content. The Java representation of XML
|
* for XML content. The Java representation of XML
|
||||||
@@ -61,14 +61,16 @@ public class ObjectFactory {
|
|||||||
private final static QName _ELGrenzwert_QNAME = new QName("urn:omds20", "EL-Grenzwert");
|
private final static QName _ELGrenzwert_QNAME = new QName("urn:omds20", "EL-Grenzwert");
|
||||||
private final static QName _ELIndex_QNAME = new QName("urn:omds20", "EL-Index");
|
private final static QName _ELIndex_QNAME = new QName("urn:omds20", "EL-Index");
|
||||||
private final static QName _ELLegitimation_QNAME = new QName("urn:omds20", "EL-Legitimation");
|
private final static QName _ELLegitimation_QNAME = new QName("urn:omds20", "EL-Legitimation");
|
||||||
|
private final static QName _ELObjekt_QNAME = new QName("urn:omds20", "EL-Objekt");
|
||||||
private final static QName _ELObjektdaten_QNAME = new QName("urn:omds20", "EL-Objektdaten");
|
private final static QName _ELObjektdaten_QNAME = new QName("urn:omds20", "EL-Objektdaten");
|
||||||
|
private final static QName _ELFlaeche_QNAME = new QName("urn:omds20", "EL-Flaeche");
|
||||||
private final static QName _ELRente_QNAME = new QName("urn:omds20", "EL-Rente");
|
private final static QName _ELRente_QNAME = new QName("urn:omds20", "EL-Rente");
|
||||||
private final static QName _ELSteuer_QNAME = new QName("urn:omds20", "EL-Steuer");
|
private final static QName _ELSteuer_QNAME = new QName("urn:omds20", "EL-Steuer");
|
||||||
private final static QName _ELVersicherungssumme_QNAME = new QName("urn:omds20", "EL-Versicherungssumme");
|
private final static QName _ELVersicherungssumme_QNAME = new QName("urn:omds20", "EL-Versicherungssumme");
|
||||||
private final static QName _ELZeitraum_QNAME = new QName("urn:omds20", "EL-Zeitraum");
|
private final static QName _ELZeitraum_QNAME = new QName("urn:omds20", "EL-Zeitraum");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds2Types.v2_9
|
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.vvo.omds.types.omds2Types.v2_11
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public ObjectFactory() {
|
public ObjectFactory() {
|
||||||
@@ -474,6 +476,14 @@ public class ObjectFactory {
|
|||||||
return new ELLegitimationType();
|
return new ELLegitimationType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link ELObjektType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public ELObjektType createELObjektType() {
|
||||||
|
return new ELObjektType();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link ELObjektdatenType }
|
* Create an instance of {@link ELObjektdatenType }
|
||||||
*
|
*
|
||||||
@@ -482,6 +492,14 @@ public class ObjectFactory {
|
|||||||
return new ELObjektdatenType();
|
return new ELObjektdatenType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link ELFlaecheType }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public ELFlaecheType createELFlaecheType() {
|
||||||
|
return new ELFlaecheType();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link ELRenteType }
|
* Create an instance of {@link ELRenteType }
|
||||||
*
|
*
|
||||||
@@ -855,6 +873,15 @@ public class ObjectFactory {
|
|||||||
return new JAXBElement<ELLegitimationType>(_ELLegitimation_QNAME, ELLegitimationType.class, null, value);
|
return new JAXBElement<ELLegitimationType>(_ELLegitimation_QNAME, ELLegitimationType.class, null, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link JAXBElement }{@code <}{@link ELObjektType }{@code >}}
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlElementDecl(namespace = "urn:omds20", name = "EL-Objekt")
|
||||||
|
public JAXBElement<ELObjektType> createELObjekt(ELObjektType value) {
|
||||||
|
return new JAXBElement<ELObjektType>(_ELObjekt_QNAME, ELObjektType.class, null, value);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link JAXBElement }{@code <}{@link ELObjektdatenType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link ELObjektdatenType }{@code >}}
|
||||||
*
|
*
|
||||||
@@ -864,6 +891,15 @@ public class ObjectFactory {
|
|||||||
return new JAXBElement<ELObjektdatenType>(_ELObjektdaten_QNAME, ELObjektdatenType.class, null, value);
|
return new JAXBElement<ELObjektdatenType>(_ELObjektdaten_QNAME, ELObjektdatenType.class, null, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create an instance of {@link JAXBElement }{@code <}{@link ELFlaecheType }{@code >}}
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlElementDecl(namespace = "urn:omds20", name = "EL-Flaeche")
|
||||||
|
public JAXBElement<ELFlaecheType> createELFlaeche(ELFlaecheType value) {
|
||||||
|
return new JAXBElement<ELFlaecheType>(_ELFlaeche_QNAME, ELFlaecheType.class, null, value);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an instance of {@link JAXBElement }{@code <}{@link ELRenteType }{@code >}}
|
* Create an instance of {@link JAXBElement }{@code <}{@link ELRenteType }{@code >}}
|
||||||
*
|
*
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -32,32 +32,13 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* <group ref="{urn:omds20}bestand"/>
|
* <group ref="{urn:omds20}bestand"/>
|
||||||
* </choice>
|
* </choice>
|
||||||
* <attribute name="VUNr" use="required" type="{urn:omds20}VUNr" />
|
* <attribute name="VUNr" use="required" type="{urn:omds20}VUNr" />
|
||||||
* <attribute name="MaklerID" use="required">
|
* <attribute name="MaklerID" use="required" type="{urn:omds20}MaklerID_Type" />
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <minLength value="1"/>
|
|
||||||
* <maxLength value="26"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="PaketZpktErstell" use="required" type="{urn:omds20}Datum-Zeit" />
|
* <attribute name="PaketZpktErstell" use="required" type="{urn:omds20}Datum-Zeit" />
|
||||||
* <attribute name="PaketZpktLetztErstell" type="{urn:omds20}Datum-Zeit" />
|
* <attribute name="PaketZpktLetztErstell" type="{urn:omds20}Datum-Zeit" />
|
||||||
* <attribute name="PaketInhCd" use="required" type="{urn:omds20}PaketInhCd_Type" />
|
* <attribute name="PaketInhCd" use="required" type="{urn:omds20}PaketInhCd_Type" />
|
||||||
* <attribute name="PaketUmfCd" use="required" type="{urn:omds20}PaketUmfCd_Type" />
|
* <attribute name="PaketUmfCd" use="required" type="{urn:omds20}PaketUmfCd_Type" />
|
||||||
* <attribute name="OMDSVersion" use="required">
|
* <attribute name="OMDSVersion" use="required" type="{urn:omds20}OMDSVersion_Type" />
|
||||||
* <simpleType>
|
* <attribute name="VUVersion" type="{urn:omds20}OMDSVersion_Type" />
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="12"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="VUVersion" use="required">
|
|
||||||
* <simpleType>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
||||||
* <maxLength value="12"/>
|
|
||||||
* </restriction>
|
|
||||||
* </simpleType>
|
|
||||||
* </attribute>
|
|
||||||
* <attribute name="DVRNrAbs" use="required">
|
* <attribute name="DVRNrAbs" use="required">
|
||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
@@ -130,7 +111,7 @@ public class PAKET {
|
|||||||
protected PaketUmfCdType paketUmfCd;
|
protected PaketUmfCdType paketUmfCd;
|
||||||
@XmlAttribute(name = "OMDSVersion", required = true)
|
@XmlAttribute(name = "OMDSVersion", required = true)
|
||||||
protected String omdsVersion;
|
protected String omdsVersion;
|
||||||
@XmlAttribute(name = "VUVersion", required = true)
|
@XmlAttribute(name = "VUVersion")
|
||||||
protected String vuVersion;
|
protected String vuVersion;
|
||||||
@XmlAttribute(name = "DVRNrAbs", required = true)
|
@XmlAttribute(name = "DVRNrAbs", required = true)
|
||||||
protected String dvrNrAbs;
|
protected String dvrNrAbs;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -22,12 +22,14 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="26"/>
|
* <maxLength value="26"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
* <attribute name="Vermnr" use="required" type="{urn:omds20}Vermnr" />
|
* <attribute name="Vermnr" use="required" type="{urn:omds20}Vermnr" />
|
||||||
* <attribute name="Polizzennr" type="{urn:omds20}Polizzennr" />
|
* <attribute name="Polizzennr" type="{urn:omds20}Polizzennr" />
|
||||||
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
||||||
|
* <attribute name="VerbandSparteCd" type="{urn:omds20}VerbandSparteCd_Type" />
|
||||||
* <attribute name="SpartenCd" type="{urn:omds20}SpartenCd_Type" />
|
* <attribute name="SpartenCd" type="{urn:omds20}SpartenCd_Type" />
|
||||||
* <attribute name="SpartenErweiterung">
|
* <attribute name="SpartenErweiterung">
|
||||||
* <simpleType>
|
* <simpleType>
|
||||||
@@ -78,6 +80,8 @@ public class PROVISIONType {
|
|||||||
protected String polizzennr;
|
protected String polizzennr;
|
||||||
@XmlAttribute(name = "VertragsID")
|
@XmlAttribute(name = "VertragsID")
|
||||||
protected String vertragsID;
|
protected String vertragsID;
|
||||||
|
@XmlAttribute(name = "VerbandSparteCd")
|
||||||
|
protected String verbandSparteCd;
|
||||||
@XmlAttribute(name = "SpartenCd")
|
@XmlAttribute(name = "SpartenCd")
|
||||||
protected String spartenCd;
|
protected String spartenCd;
|
||||||
@XmlAttribute(name = "SpartenErweiterung")
|
@XmlAttribute(name = "SpartenErweiterung")
|
||||||
@@ -201,6 +205,30 @@ public class PROVISIONType {
|
|||||||
this.vertragsID = value;
|
this.vertragsID = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der verbandSparteCd-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getVerbandSparteCd() {
|
||||||
|
return verbandSparteCd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der verbandSparteCd-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setVerbandSparteCd(String value) {
|
||||||
|
this.verbandSparteCd = value;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der spartenCd-Eigenschaft ab.
|
* Ruft den Wert der spartenCd-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
@@ -34,6 +34,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <element ref="{urn:omds20}EL-Index"/>
|
* <element ref="{urn:omds20}EL-Index"/>
|
||||||
* <element ref="{urn:omds20}EL-Identifizierung"/>
|
* <element ref="{urn:omds20}EL-Identifizierung"/>
|
||||||
* <element ref="{urn:omds20}EL-Klausel"/>
|
* <element ref="{urn:omds20}EL-Klausel"/>
|
||||||
|
* <element ref="{urn:omds20}EL-Objekt"/>
|
||||||
* <element ref="{urn:omds20}EL-Praemienkorrektur"/>
|
* <element ref="{urn:omds20}EL-Praemienkorrektur"/>
|
||||||
* <element ref="{urn:omds20}EL-Rente"/>
|
* <element ref="{urn:omds20}EL-Rente"/>
|
||||||
* <element ref="{urn:omds20}EL-Selbstbehalt"/>
|
* <element ref="{urn:omds20}EL-Selbstbehalt"/>
|
||||||
@@ -44,18 +45,16 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* </choice>
|
* </choice>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* <attribute name="RisikoLfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
* <attribute name="RisikoLfnr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
||||||
* <attribute name="ObjLfnr1" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
|
||||||
* <attribute name="ObjLfnr2" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
|
||||||
* <attribute name="ObjLfnr3" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
|
|
||||||
* <attribute name="RisikoArtCd" type="{urn:omds20}RisikoArtCd_Type" />
|
* <attribute name="RisikoArtCd" type="{urn:omds20}RisikoArtCd_Type" />
|
||||||
* <attribute name="RisikoBez" use="required">
|
* <attribute name="RisikoBez" use="required">
|
||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="80"/>
|
* <maxLength value="80"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
* <attribute name="PraemFristCd" use="required" type="{urn:omds20}PraemFristCd_Type" />
|
* <attribute name="PraemFristCd" type="{urn:omds20}PraemFristCd_Type" />
|
||||||
* <attribute name="PraemieNto" type="{urn:omds20}decimal" />
|
* <attribute name="PraemieNto" type="{urn:omds20}decimal" />
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
@@ -81,6 +80,7 @@ public class RISIKOType {
|
|||||||
@XmlElement(name = "EL-Index", type = ELIndexType.class),
|
@XmlElement(name = "EL-Index", type = ELIndexType.class),
|
||||||
@XmlElement(name = "EL-Identifizierung", type = ELIdentifizierungType.class),
|
@XmlElement(name = "EL-Identifizierung", type = ELIdentifizierungType.class),
|
||||||
@XmlElement(name = "EL-Klausel", type = ELKlauselType.class),
|
@XmlElement(name = "EL-Klausel", type = ELKlauselType.class),
|
||||||
|
@XmlElement(name = "EL-Objekt", type = ELObjektType.class),
|
||||||
@XmlElement(name = "EL-Praemienkorrektur", type = ELPraemienkorrekturType.class),
|
@XmlElement(name = "EL-Praemienkorrektur", type = ELPraemienkorrekturType.class),
|
||||||
@XmlElement(name = "EL-Rente", type = ELRenteType.class),
|
@XmlElement(name = "EL-Rente", type = ELRenteType.class),
|
||||||
@XmlElement(name = "EL-Selbstbehalt", type = ELSelbstbehalt.class),
|
@XmlElement(name = "EL-Selbstbehalt", type = ELSelbstbehalt.class),
|
||||||
@@ -93,20 +93,11 @@ public class RISIKOType {
|
|||||||
@XmlAttribute(name = "RisikoLfnr", required = true)
|
@XmlAttribute(name = "RisikoLfnr", required = true)
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
@XmlSchemaType(name = "unsignedShort")
|
||||||
protected int risikoLfnr;
|
protected int risikoLfnr;
|
||||||
@XmlAttribute(name = "ObjLfnr1")
|
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
|
||||||
protected Integer objLfnr1;
|
|
||||||
@XmlAttribute(name = "ObjLfnr2")
|
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
|
||||||
protected Integer objLfnr2;
|
|
||||||
@XmlAttribute(name = "ObjLfnr3")
|
|
||||||
@XmlSchemaType(name = "unsignedShort")
|
|
||||||
protected Integer objLfnr3;
|
|
||||||
@XmlAttribute(name = "RisikoArtCd")
|
@XmlAttribute(name = "RisikoArtCd")
|
||||||
protected RisikoArtCdType risikoArtCd;
|
protected RisikoArtCdType risikoArtCd;
|
||||||
@XmlAttribute(name = "RisikoBez", required = true)
|
@XmlAttribute(name = "RisikoBez", required = true)
|
||||||
protected String risikoBez;
|
protected String risikoBez;
|
||||||
@XmlAttribute(name = "PraemFristCd", required = true)
|
@XmlAttribute(name = "PraemFristCd")
|
||||||
protected PraemFristCdType praemFristCd;
|
protected PraemFristCdType praemFristCd;
|
||||||
@XmlAttribute(name = "PraemieNto")
|
@XmlAttribute(name = "PraemieNto")
|
||||||
protected BigDecimal praemieNto;
|
protected BigDecimal praemieNto;
|
||||||
@@ -139,6 +130,7 @@ public class RISIKOType {
|
|||||||
* {@link ELIndexType }
|
* {@link ELIndexType }
|
||||||
* {@link ELIdentifizierungType }
|
* {@link ELIdentifizierungType }
|
||||||
* {@link ELKlauselType }
|
* {@link ELKlauselType }
|
||||||
|
* {@link ELObjektType }
|
||||||
* {@link ELPraemienkorrekturType }
|
* {@link ELPraemienkorrekturType }
|
||||||
* {@link ELRenteType }
|
* {@link ELRenteType }
|
||||||
* {@link ELSelbstbehalt }
|
* {@link ELSelbstbehalt }
|
||||||
@@ -172,78 +164,6 @@ public class RISIKOType {
|
|||||||
this.risikoLfnr = value;
|
this.risikoLfnr = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der objLfnr1-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Integer }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public Integer getObjLfnr1() {
|
|
||||||
return objLfnr1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der objLfnr1-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Integer }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setObjLfnr1(Integer value) {
|
|
||||||
this.objLfnr1 = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der objLfnr2-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Integer }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public Integer getObjLfnr2() {
|
|
||||||
return objLfnr2;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der objLfnr2-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Integer }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setObjLfnr2(Integer value) {
|
|
||||||
this.objLfnr2 = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ruft den Wert der objLfnr3-Eigenschaft ab.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link Integer }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public Integer getObjLfnr3() {
|
|
||||||
return objLfnr3;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Legt den Wert der objLfnr3-Eigenschaft fest.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link Integer }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setObjLfnr3(Integer value) {
|
|
||||||
this.objLfnr3 = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der risikoArtCd-Eigenschaft ab.
|
* Ruft den Wert der risikoArtCd-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlEnumValue;
|
import javax.xml.bind.annotation.XmlEnumValue;
|
||||||
@@ -38,6 +38,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <enumeration value="B11"/>
|
* <enumeration value="B11"/>
|
||||||
* <enumeration value="E01"/>
|
* <enumeration value="E01"/>
|
||||||
* <enumeration value="E02"/>
|
* <enumeration value="E02"/>
|
||||||
|
* <enumeration value="EC1"/>
|
||||||
* <enumeration value="F01"/>
|
* <enumeration value="F01"/>
|
||||||
* <enumeration value="F02"/>
|
* <enumeration value="F02"/>
|
||||||
* <enumeration value="F03"/>
|
* <enumeration value="F03"/>
|
||||||
@@ -82,6 +83,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <enumeration value="M04"/>
|
* <enumeration value="M04"/>
|
||||||
* <enumeration value="M05"/>
|
* <enumeration value="M05"/>
|
||||||
* <enumeration value="M06"/>
|
* <enumeration value="M06"/>
|
||||||
|
* <enumeration value="M07"/>
|
||||||
* <enumeration value="R01"/>
|
* <enumeration value="R01"/>
|
||||||
* <enumeration value="R02"/>
|
* <enumeration value="R02"/>
|
||||||
* <enumeration value="R03"/>
|
* <enumeration value="R03"/>
|
||||||
@@ -323,6 +325,13 @@ public enum RisikoArtCdType {
|
|||||||
@XmlEnumValue("E02")
|
@XmlEnumValue("E02")
|
||||||
E_02("E02"),
|
E_02("E02"),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Extended Coverage
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlEnumValue("EC1")
|
||||||
|
EC_1("EC1"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Feuer-Zivil
|
* Feuer-Zivil
|
||||||
*
|
*
|
||||||
@@ -618,7 +627,7 @@ public enum RisikoArtCdType {
|
|||||||
M_04("M04"),
|
M_04("M04"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Computer-Vers.
|
* Computer und Unterhaltungselektronik
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlEnumValue("M05")
|
@XmlEnumValue("M05")
|
||||||
@@ -631,6 +640,13 @@ public enum RisikoArtCdType {
|
|||||||
@XmlEnumValue("M06")
|
@XmlEnumValue("M06")
|
||||||
M_06("M06"),
|
M_06("M06"),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Haustechnik
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlEnumValue("M07")
|
||||||
|
M_07("M07"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Privat Rechtschutz
|
* Privat Rechtschutz
|
||||||
*
|
*
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
@@ -37,11 +37,13 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* <attribute name="Polizzennr" use="required" type="{urn:omds20}Polizzennr" />
|
* <attribute name="Polizzennr" use="required" type="{urn:omds20}Polizzennr" />
|
||||||
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
||||||
* <attribute name="Vermnr" type="{urn:omds20}Vermnr" />
|
* <attribute name="Vermnr" type="{urn:omds20}Vermnr" />
|
||||||
|
* <attribute name="VerbandSparteCd" type="{urn:omds20}VerbandSparteCd_Type" />
|
||||||
* <attribute name="SpartenCd" use="required" type="{urn:omds20}SpartenCd_Type" />
|
* <attribute name="SpartenCd" use="required" type="{urn:omds20}SpartenCd_Type" />
|
||||||
* <attribute name="SpartenErweiterung" use="required">
|
* <attribute name="SpartenErweiterung" use="required">
|
||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="10"/>
|
* <maxLength value="10"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -101,6 +103,8 @@ public class SCHADENType {
|
|||||||
protected String vertragsID;
|
protected String vertragsID;
|
||||||
@XmlAttribute(name = "Vermnr")
|
@XmlAttribute(name = "Vermnr")
|
||||||
protected String vermnr;
|
protected String vermnr;
|
||||||
|
@XmlAttribute(name = "VerbandSparteCd")
|
||||||
|
protected String verbandSparteCd;
|
||||||
@XmlAttribute(name = "SpartenCd", required = true)
|
@XmlAttribute(name = "SpartenCd", required = true)
|
||||||
protected String spartenCd;
|
protected String spartenCd;
|
||||||
@XmlAttribute(name = "SpartenErweiterung", required = true)
|
@XmlAttribute(name = "SpartenErweiterung", required = true)
|
||||||
@@ -287,6 +291,30 @@ public class SCHADENType {
|
|||||||
this.vermnr = value;
|
this.vermnr = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der verbandSparteCd-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getVerbandSparteCd() {
|
||||||
|
return verbandSparteCd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der verbandSparteCd-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setVerbandSparteCd(String value) {
|
||||||
|
this.verbandSparteCd = value;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der spartenCd-Eigenschaft ab.
|
* Ruft den Wert der spartenCd-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -20,6 +20,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="120"/>
|
* <maxLength value="120"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
@@ -47,6 +47,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="10"/>
|
* <maxLength value="10"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -58,7 +59,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
* <attribute name="VerbandSparteCd" use="required" type="{urn:omds20}VerbandSparteCd_Type" />
|
* <attribute name="VerbandSparteCd" use="required" type="{urn:omds20}VerbandSparteCd_Type" />
|
||||||
* <attribute name="Spartentxt" use="required">
|
* <attribute name="Spartentxt">
|
||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="80"/>
|
* <maxLength value="80"/>
|
||||||
@@ -67,6 +68,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* </attribute>
|
* </attribute>
|
||||||
* <attribute name="SpartenBeg" type="{urn:omds20}Datum" />
|
* <attribute name="SpartenBeg" type="{urn:omds20}Datum" />
|
||||||
* <attribute name="SpartenEnd" type="{urn:omds20}Datum" />
|
* <attribute name="SpartenEnd" type="{urn:omds20}Datum" />
|
||||||
|
* <attribute name="StatusCd" type="{urn:omds20}StatusCd_Type" />
|
||||||
* <attribute name="HauptTarifBez">
|
* <attribute name="HauptTarifBez">
|
||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
@@ -122,12 +124,14 @@ public class SPARTEType {
|
|||||||
protected String spartenID;
|
protected String spartenID;
|
||||||
@XmlAttribute(name = "VerbandSparteCd", required = true)
|
@XmlAttribute(name = "VerbandSparteCd", required = true)
|
||||||
protected String verbandSparteCd;
|
protected String verbandSparteCd;
|
||||||
@XmlAttribute(name = "Spartentxt", required = true)
|
@XmlAttribute(name = "Spartentxt")
|
||||||
protected String spartentxt;
|
protected String spartentxt;
|
||||||
@XmlAttribute(name = "SpartenBeg")
|
@XmlAttribute(name = "SpartenBeg")
|
||||||
protected XMLGregorianCalendar spartenBeg;
|
protected XMLGregorianCalendar spartenBeg;
|
||||||
@XmlAttribute(name = "SpartenEnd")
|
@XmlAttribute(name = "SpartenEnd")
|
||||||
protected XMLGregorianCalendar spartenEnd;
|
protected XMLGregorianCalendar spartenEnd;
|
||||||
|
@XmlAttribute(name = "StatusCd")
|
||||||
|
protected String statusCd;
|
||||||
@XmlAttribute(name = "HauptTarifBez")
|
@XmlAttribute(name = "HauptTarifBez")
|
||||||
protected String hauptTarifBez;
|
protected String hauptTarifBez;
|
||||||
@XmlAttribute(name = "SichergKz")
|
@XmlAttribute(name = "SichergKz")
|
||||||
@@ -381,6 +385,30 @@ public class SPARTEType {
|
|||||||
this.spartenEnd = value;
|
this.spartenEnd = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der statusCd-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getStatusCd() {
|
||||||
|
return statusCd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der statusCd-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setStatusCd(String value) {
|
||||||
|
this.statusCd = value;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der hauptTarifBez-Eigenschaft ab.
|
* Ruft den Wert der hauptTarifBez-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlEnumValue;
|
import javax.xml.bind.annotation.XmlEnumValue;
|
||||||
@@ -28,6 +28,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <enumeration value="EFrageCd"/>
|
* <enumeration value="EFrageCd"/>
|
||||||
* <enumeration value="EstArtCd"/>
|
* <enumeration value="EstArtCd"/>
|
||||||
* <enumeration value="FamilienstandCd"/>
|
* <enumeration value="FamilienstandCd"/>
|
||||||
|
* <enumeration value="FlaechenAttributCd"/>
|
||||||
* <enumeration value="FzgArtCd"/>
|
* <enumeration value="FzgArtCd"/>
|
||||||
* <enumeration value="GebaeudeArtCd"/>
|
* <enumeration value="GebaeudeArtCd"/>
|
||||||
* <enumeration value="GebaeudeHoeheCd"/>
|
* <enumeration value="GebaeudeHoeheCd"/>
|
||||||
@@ -60,6 +61,8 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <enumeration value="TxtArtCd"/>
|
* <enumeration value="TxtArtCd"/>
|
||||||
* <enumeration value="VSArtCd"/>
|
* <enumeration value="VSArtCd"/>
|
||||||
* <enumeration value="VerbandSparteCd"/>
|
* <enumeration value="VerbandSparteCd"/>
|
||||||
|
* <enumeration value="VersLwCd"/>
|
||||||
|
* <enumeration value="StatusCd"/>
|
||||||
* <enumeration value="VersSacheCd"/>
|
* <enumeration value="VersSacheCd"/>
|
||||||
* <enumeration value="VerschuldenCd"/>
|
* <enumeration value="VerschuldenCd"/>
|
||||||
* <enumeration value="VerwendzweckCd"/>
|
* <enumeration value="VerwendzweckCd"/>
|
||||||
@@ -168,6 +171,13 @@ public enum SchlArtCdType {
|
|||||||
@XmlEnumValue("FamilienstandCd")
|
@XmlEnumValue("FamilienstandCd")
|
||||||
FAMILIENSTAND_CD("FamilienstandCd"),
|
FAMILIENSTAND_CD("FamilienstandCd"),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Flächenattribut
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlEnumValue("FlaechenAttributCd")
|
||||||
|
FLAECHEN_ATTRIBUT_CD("FlaechenAttributCd"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fahrzeugart
|
* Fahrzeugart
|
||||||
*
|
*
|
||||||
@@ -232,7 +242,7 @@ public enum SchlArtCdType {
|
|||||||
KOM_ART_CD("KomArtCd"),
|
KOM_ART_CD("KomArtCd"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Internat. KFZ-Kennzeichen
|
* Ländercode
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@XmlEnumValue("LandesCd")
|
@XmlEnumValue("LandesCd")
|
||||||
@@ -392,6 +402,20 @@ public enum SchlArtCdType {
|
|||||||
@XmlEnumValue("VerbandSparteCd")
|
@XmlEnumValue("VerbandSparteCd")
|
||||||
VERBAND_SPARTE_CD("VerbandSparteCd"),
|
VERBAND_SPARTE_CD("VerbandSparteCd"),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Versicherte Landwirtschaft
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlEnumValue("VersLwCd")
|
||||||
|
VERS_LW_CD("VersLwCd"),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Status
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
@XmlEnumValue("StatusCd")
|
||||||
|
STATUS_CD("StatusCd"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Versicherte Sache
|
* Versicherte Sache
|
||||||
*
|
*
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -25,6 +25,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="40"/>
|
* <maxLength value="40"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -65,6 +66,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="20"/>
|
* <maxLength value="20"/>
|
||||||
|
* <minLength value="1"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -95,6 +97,22 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
|
* <attribute name="Eigengew">
|
||||||
|
* <simpleType>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
|
||||||
|
* <totalDigits value="6"/>
|
||||||
|
* <fractionDigits value="0"/>
|
||||||
|
* </restriction>
|
||||||
|
* </simpleType>
|
||||||
|
* </attribute>
|
||||||
|
* <attribute name="HzulGesgew">
|
||||||
|
* <simpleType>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
|
||||||
|
* <totalDigits value="6"/>
|
||||||
|
* <fractionDigits value="0"/>
|
||||||
|
* </restriction>
|
||||||
|
* </simpleType>
|
||||||
|
* </attribute>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
* </complexType>
|
* </complexType>
|
||||||
@@ -156,6 +174,10 @@ public class VERSKFZType {
|
|||||||
protected String landesCd;
|
protected String landesCd;
|
||||||
@XmlAttribute(name = "Pol_Kennz")
|
@XmlAttribute(name = "Pol_Kennz")
|
||||||
protected String polKennz;
|
protected String polKennz;
|
||||||
|
@XmlAttribute(name = "Eigengew")
|
||||||
|
protected BigDecimal eigengew;
|
||||||
|
@XmlAttribute(name = "HzulGesgew")
|
||||||
|
protected BigDecimal hzulGesgew;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der fzgArtCd-Eigenschaft ab.
|
* Ruft den Wert der fzgArtCd-Eigenschaft ab.
|
||||||
@@ -661,4 +683,52 @@ public class VERSKFZType {
|
|||||||
this.polKennz = value;
|
this.polKennz = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der eigengew-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link BigDecimal }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public BigDecimal getEigengew() {
|
||||||
|
return eigengew;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der eigengew-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link BigDecimal }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setEigengew(BigDecimal value) {
|
||||||
|
this.eigengew = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der hzulGesgew-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link BigDecimal }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public BigDecimal getHzulGesgew() {
|
||||||
|
return hzulGesgew;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der hzulGesgew-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link BigDecimal }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setHzulGesgew(BigDecimal value) {
|
||||||
|
this.hzulGesgew = value;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -20,11 +20,19 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <complexType name="VERS_SACHE_Type">
|
* <complexType name="VERS_SACHE_Type">
|
||||||
* <complexContent>
|
* <complexContent>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||||
* <sequence maxOccurs="unbounded" minOccurs="0">
|
* <sequence>
|
||||||
* <element ref="{urn:omds20}EL-Objektdaten"/>
|
* <element ref="{urn:omds20}EL-Objektdaten" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* <element ref="{urn:omds20}EL-Flaeche" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* <attGroup ref="{urn:omds20}Adresse_Attribute"/>
|
* <attGroup ref="{urn:omds20}Adresse_Attribute"/>
|
||||||
* <attribute name="VersSacheCd" use="required" type="{urn:omds20}VersSacheCd_Type" />
|
* <attribute name="VersSacheCd" use="required" type="{urn:omds20}VersSacheCd_Type" />
|
||||||
|
* <attribute name="VersSacheBez">
|
||||||
|
* <simpleType>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
|
* <maxLength value="60"/>
|
||||||
|
* </restriction>
|
||||||
|
* </simpleType>
|
||||||
|
* </attribute>
|
||||||
* <attribute name="GebaeudeArtCd" type="{urn:omds20}GebaeudeArtCd_Type" />
|
* <attribute name="GebaeudeArtCd" type="{urn:omds20}GebaeudeArtCd_Type" />
|
||||||
* <attribute name="GebaeudeBez">
|
* <attribute name="GebaeudeBez">
|
||||||
* <simpleType>
|
* <simpleType>
|
||||||
@@ -39,6 +47,22 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <attribute name="DachungCd" type="{urn:omds20}DachungCd_Type" />
|
* <attribute name="DachungCd" type="{urn:omds20}DachungCd_Type" />
|
||||||
* <attribute name="NutzungCd" type="{urn:omds20}NutzungCd_Type" />
|
* <attribute name="NutzungCd" type="{urn:omds20}NutzungCd_Type" />
|
||||||
* <attribute name="SichergKz" type="{urn:omds20}Entsch2_Type" />
|
* <attribute name="SichergKz" type="{urn:omds20}Entsch2_Type" />
|
||||||
|
* <attribute name="VersLwCd" type="{urn:omds20}VersLwCd_Type" />
|
||||||
|
* <attribute name="StatusCd" type="{urn:omds20}StatusCd_Type" />
|
||||||
|
* <attribute name="Hersteller">
|
||||||
|
* <simpleType>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
|
* <maxLength value="40"/>
|
||||||
|
* </restriction>
|
||||||
|
* </simpleType>
|
||||||
|
* </attribute>
|
||||||
|
* <attribute name="Modell">
|
||||||
|
* <simpleType>
|
||||||
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
|
* <maxLength value="40"/>
|
||||||
|
* </restriction>
|
||||||
|
* </simpleType>
|
||||||
|
* </attribute>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </complexContent>
|
* </complexContent>
|
||||||
* </complexType>
|
* </complexType>
|
||||||
@@ -48,14 +72,19 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
*/
|
*/
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlAccessorType(XmlAccessType.FIELD)
|
||||||
@XmlType(name = "VERS_SACHE_Type", propOrder = {
|
@XmlType(name = "VERS_SACHE_Type", propOrder = {
|
||||||
"elObjektdaten"
|
"elObjektdaten",
|
||||||
|
"elFlaeche"
|
||||||
})
|
})
|
||||||
public class VERSSACHEType {
|
public class VERSSACHEType {
|
||||||
|
|
||||||
@XmlElement(name = "EL-Objektdaten")
|
@XmlElement(name = "EL-Objektdaten")
|
||||||
protected List<ELObjektdatenType> elObjektdaten;
|
protected List<ELObjektdatenType> elObjektdaten;
|
||||||
|
@XmlElement(name = "EL-Flaeche")
|
||||||
|
protected List<ELFlaecheType> elFlaeche;
|
||||||
@XmlAttribute(name = "VersSacheCd", required = true)
|
@XmlAttribute(name = "VersSacheCd", required = true)
|
||||||
protected String versSacheCd;
|
protected String versSacheCd;
|
||||||
|
@XmlAttribute(name = "VersSacheBez")
|
||||||
|
protected String versSacheBez;
|
||||||
@XmlAttribute(name = "GebaeudeArtCd")
|
@XmlAttribute(name = "GebaeudeArtCd")
|
||||||
protected String gebaeudeArtCd;
|
protected String gebaeudeArtCd;
|
||||||
@XmlAttribute(name = "GebaeudeBez")
|
@XmlAttribute(name = "GebaeudeBez")
|
||||||
@@ -72,6 +101,14 @@ public class VERSSACHEType {
|
|||||||
protected String nutzungCd;
|
protected String nutzungCd;
|
||||||
@XmlAttribute(name = "SichergKz")
|
@XmlAttribute(name = "SichergKz")
|
||||||
protected Entsch2Type sichergKz;
|
protected Entsch2Type sichergKz;
|
||||||
|
@XmlAttribute(name = "VersLwCd")
|
||||||
|
protected String versLwCd;
|
||||||
|
@XmlAttribute(name = "StatusCd")
|
||||||
|
protected String statusCd;
|
||||||
|
@XmlAttribute(name = "Hersteller")
|
||||||
|
protected String hersteller;
|
||||||
|
@XmlAttribute(name = "Modell")
|
||||||
|
protected String modell;
|
||||||
@XmlAttribute(name = "Pac")
|
@XmlAttribute(name = "Pac")
|
||||||
@XmlSchemaType(name = "unsignedInt")
|
@XmlSchemaType(name = "unsignedInt")
|
||||||
protected Long pac;
|
protected Long pac;
|
||||||
@@ -117,6 +154,35 @@ public class VERSSACHEType {
|
|||||||
return this.elObjektdaten;
|
return this.elObjektdaten;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 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;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der versSacheCd-Eigenschaft ab.
|
* Ruft den Wert der versSacheCd-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
@@ -141,6 +207,30 @@ public class VERSSACHEType {
|
|||||||
this.versSacheCd = value;
|
this.versSacheCd = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der versSacheBez-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getVersSacheBez() {
|
||||||
|
return versSacheBez;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der versSacheBez-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setVersSacheBez(String value) {
|
||||||
|
this.versSacheBez = value;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der gebaeudeArtCd-Eigenschaft ab.
|
* Ruft den Wert der gebaeudeArtCd-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
@@ -333,6 +423,102 @@ public class VERSSACHEType {
|
|||||||
this.sichergKz = value;
|
this.sichergKz = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der versLwCd-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getVersLwCd() {
|
||||||
|
return versLwCd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der versLwCd-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setVersLwCd(String value) {
|
||||||
|
this.versLwCd = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der statusCd-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getStatusCd() {
|
||||||
|
return statusCd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der statusCd-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setStatusCd(String value) {
|
||||||
|
this.statusCd = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der hersteller-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getHersteller() {
|
||||||
|
return hersteller;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der hersteller-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setHersteller(String value) {
|
||||||
|
this.hersteller = value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der modell-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public String getModell() {
|
||||||
|
return modell;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der modell-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link String }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setModell(String value) {
|
||||||
|
this.modell = value;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der pac-Eigenschaft ab.
|
* Ruft den Wert der pac-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -24,10 +24,10 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <element ref="{urn:omds20}EL-Kommunikation"/>
|
* <element ref="{urn:omds20}EL-Kommunikation"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* <attribute name="VUNr" use="required" type="{urn:omds20}VUNr" />
|
* <attribute name="VUNr" use="required" type="{urn:omds20}VUNr" />
|
||||||
* <attribute name="VUBezeichnung" use="required">
|
* <attribute name="VUBezeichnung">
|
||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="40"/>
|
* <maxLength value="100"/>
|
||||||
* </restriction>
|
* </restriction>
|
||||||
* </simpleType>
|
* </simpleType>
|
||||||
* </attribute>
|
* </attribute>
|
||||||
@@ -49,7 +49,7 @@ public class VERSUNTERNEHMEN {
|
|||||||
protected List<ELKommunikationType> elKommunikation;
|
protected List<ELKommunikationType> elKommunikation;
|
||||||
@XmlAttribute(name = "VUNr", required = true)
|
@XmlAttribute(name = "VUNr", required = true)
|
||||||
protected String vuNr;
|
protected String vuNr;
|
||||||
@XmlAttribute(name = "VUBezeichnung", required = true)
|
@XmlAttribute(name = "VUBezeichnung")
|
||||||
protected String vuBezeichnung;
|
protected String vuBezeichnung;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -23,6 +23,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
* <element ref="{urn:omds20}PORTFOLIO" maxOccurs="unbounded" minOccurs="0"/>
|
* <element ref="{urn:omds20}PORTFOLIO" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* <element ref="{urn:omds20}FONDS" maxOccurs="unbounded" minOccurs="0"/>
|
* <element ref="{urn:omds20}FONDS" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* <element ref="{urn:omds20}EL-Betrag" maxOccurs="unbounded" minOccurs="0"/>
|
* <element ref="{urn:omds20}EL-Betrag" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
|
* <element ref="{urn:omds20}EL-Text" maxOccurs="unbounded" minOccurs="0"/>
|
||||||
* </sequence>
|
* </sequence>
|
||||||
* <attribute name="Polizzennr" use="required" type="{urn:omds20}Polizzennr" />
|
* <attribute name="Polizzennr" use="required" type="{urn:omds20}Polizzennr" />
|
||||||
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
||||||
@@ -37,7 +38,8 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
@XmlType(name = "VERTRAGSFONDS_Type", propOrder = {
|
@XmlType(name = "VERTRAGSFONDS_Type", propOrder = {
|
||||||
"portfolio",
|
"portfolio",
|
||||||
"fonds",
|
"fonds",
|
||||||
"elBetrag"
|
"elBetrag",
|
||||||
|
"elText"
|
||||||
})
|
})
|
||||||
public class VERTRAGSFONDSType {
|
public class VERTRAGSFONDSType {
|
||||||
|
|
||||||
@@ -47,6 +49,8 @@ public class VERTRAGSFONDSType {
|
|||||||
protected List<FONDSType> fonds;
|
protected List<FONDSType> fonds;
|
||||||
@XmlElement(name = "EL-Betrag")
|
@XmlElement(name = "EL-Betrag")
|
||||||
protected List<ELBetragType> elBetrag;
|
protected List<ELBetragType> elBetrag;
|
||||||
|
@XmlElement(name = "EL-Text")
|
||||||
|
protected List<ELTextType> elText;
|
||||||
@XmlAttribute(name = "Polizzennr", required = true)
|
@XmlAttribute(name = "Polizzennr", required = true)
|
||||||
protected String polizzennr;
|
protected String polizzennr;
|
||||||
@XmlAttribute(name = "VertragsID")
|
@XmlAttribute(name = "VertragsID")
|
||||||
@@ -139,6 +143,35 @@ public class VERTRAGSFONDSType {
|
|||||||
return this.elBetrag;
|
return this.elBetrag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the value of the elText 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 elText property.
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For example, to add a new item, do as follows:
|
||||||
|
* <pre>
|
||||||
|
* getELText().add(newItem);
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Objects of the following type(s) are allowed in the list
|
||||||
|
* {@link ELTextType }
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public List<ELTextType> getELText() {
|
||||||
|
if (elText == null) {
|
||||||
|
elText = new ArrayList<ELTextType>();
|
||||||
|
}
|
||||||
|
return this.elText;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der polizzennr-Eigenschaft ab.
|
* Ruft den Wert der polizzennr-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
@@ -48,7 +48,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
* <attribute name="VertragsID" type="{urn:omds20}VertragsID" />
|
||||||
* <attribute name="Vermnr" use="required" type="{urn:omds20}Vermnr" />
|
* <attribute name="Vermnr" use="required" type="{urn:omds20}Vermnr" />
|
||||||
* <attribute name="VtgProdCd" use="required" type="{urn:omds20}VtgProdCd_Type" />
|
* <attribute name="VtgProdCd" use="required" type="{urn:omds20}VtgProdCd_Type" />
|
||||||
* <attribute name="VtgProdukt" use="required">
|
* <attribute name="VtgProdukt">
|
||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||||
* <maxLength value="40"/>
|
* <maxLength value="40"/>
|
||||||
@@ -62,6 +62,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||||||
* <attribute name="VtgStatusBeg" type="{urn:omds20}Datum" />
|
* <attribute name="VtgStatusBeg" type="{urn:omds20}Datum" />
|
||||||
* <attribute name="VtgBeg" use="required" type="{urn:omds20}Datum" />
|
* <attribute name="VtgBeg" use="required" type="{urn:omds20}Datum" />
|
||||||
* <attribute name="VtgEnd" type="{urn:omds20}Datum" />
|
* <attribute name="VtgEnd" type="{urn:omds20}Datum" />
|
||||||
|
* <attribute name="StornoGiltAb" type="{urn:omds20}Datum" />
|
||||||
* <attribute name="Hptfaelligkeit">
|
* <attribute name="Hptfaelligkeit">
|
||||||
* <simpleType>
|
* <simpleType>
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}gMonthDay">
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}gMonthDay">
|
||||||
@@ -170,7 +171,7 @@ public class VERTRAGType {
|
|||||||
protected String vermnr;
|
protected String vermnr;
|
||||||
@XmlAttribute(name = "VtgProdCd", required = true)
|
@XmlAttribute(name = "VtgProdCd", required = true)
|
||||||
protected String vtgProdCd;
|
protected String vtgProdCd;
|
||||||
@XmlAttribute(name = "VtgProdukt", required = true)
|
@XmlAttribute(name = "VtgProdukt")
|
||||||
protected String vtgProdukt;
|
protected String vtgProdukt;
|
||||||
@XmlAttribute(name = "VtgSparteCd")
|
@XmlAttribute(name = "VtgSparteCd")
|
||||||
protected String vtgSparteCd;
|
protected String vtgSparteCd;
|
||||||
@@ -186,6 +187,8 @@ public class VERTRAGType {
|
|||||||
protected XMLGregorianCalendar vtgBeg;
|
protected XMLGregorianCalendar vtgBeg;
|
||||||
@XmlAttribute(name = "VtgEnd")
|
@XmlAttribute(name = "VtgEnd")
|
||||||
protected XMLGregorianCalendar vtgEnd;
|
protected XMLGregorianCalendar vtgEnd;
|
||||||
|
@XmlAttribute(name = "StornoGiltAb")
|
||||||
|
protected XMLGregorianCalendar stornoGiltAb;
|
||||||
@XmlAttribute(name = "Hptfaelligkeit")
|
@XmlAttribute(name = "Hptfaelligkeit")
|
||||||
protected XMLGregorianCalendar hptfaelligkeit;
|
protected XMLGregorianCalendar hptfaelligkeit;
|
||||||
@XmlAttribute(name = "DurchfDat", required = true)
|
@XmlAttribute(name = "DurchfDat", required = true)
|
||||||
@@ -628,6 +631,30 @@ public class VERTRAGType {
|
|||||||
this.vtgEnd = value;
|
this.vtgEnd = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Ruft den Wert der stornoGiltAb-Eigenschaft ab.
|
||||||
|
*
|
||||||
|
* @return
|
||||||
|
* possible object is
|
||||||
|
* {@link XMLGregorianCalendar }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public XMLGregorianCalendar getStornoGiltAb() {
|
||||||
|
return stornoGiltAb;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Legt den Wert der stornoGiltAb-Eigenschaft fest.
|
||||||
|
*
|
||||||
|
* @param value
|
||||||
|
* allowed object is
|
||||||
|
* {@link XMLGregorianCalendar }
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public void setStornoGiltAb(XMLGregorianCalendar value) {
|
||||||
|
this.stornoGiltAb = value;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ruft den Wert der hptfaelligkeit-Eigenschaft ab.
|
* Ruft den Wert der hptfaelligkeit-Eigenschaft ab.
|
||||||
*
|
*
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlEnum;
|
import javax.xml.bind.annotation.XmlEnum;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessType;
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
@javax.xml.bind.annotation.XmlSchema(namespace = "urn:omds20", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
@javax.xml.bind.annotation.XmlSchema(namespace = "urn:omds20", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
|
||||||
package at.vvo.omds.types.omds2Types.v2_9;
|
package at.vvo.omds.types.omds2Types.v2_11;
|
||||||
@@ -6,7 +6,7 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
|||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ELZeitraumType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELZeitraumType;
|
||||||
import at.vvo.omds.types.omds3Types.v1_4_0.common.AuthorizationFilter;
|
import at.vvo.omds.types.omds3Types.v1_4_0.common.AuthorizationFilter;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
|||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ELZeitraumType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELZeitraumType;
|
||||||
import at.vvo.omds.types.omds3Types.v1_4_0.common.AuthorizationFilter;
|
import at.vvo.omds.types.omds3Types.v1_4_0.common.AuthorizationFilter;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import javax.xml.bind.annotation.XmlAccessType;
|
|||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ELZeitraumType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELZeitraumType;
|
||||||
import at.vvo.omds.types.omds3Types.v1_4_0.common.AuthorizationFilter;
|
import at.vvo.omds.types.omds3Types.v1_4_0.common.AuthorizationFilter;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -10,16 +10,16 @@ import javax.xml.bind.annotation.XmlElement;
|
|||||||
import javax.xml.bind.annotation.XmlElements;
|
import javax.xml.bind.annotation.XmlElements;
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ELAnzahlType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELAnzahlType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ELEinstufungType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELEinstufungType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ELEntscheidungsfrageType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELEntscheidungsfrageType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ELIdentifizierungType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELIdentifizierungType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ELKommunikationType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELKommunikationType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ELLegitimationType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELLegitimationType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ELTextType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELTextType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.NATUERLICHEPERSONType;
|
import at.vvo.omds.types.omds2Types.v2_11.NATUERLICHEPERSONType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.PersArtCdType;
|
import at.vvo.omds.types.omds2Types.v2_11.PersArtCdType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.SONSTIGEPERSONType;
|
import at.vvo.omds.types.omds2Types.v2_11.SONSTIGEPERSONType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
|||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ELZeitraumType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELZeitraumType;
|
||||||
import at.vvo.omds.types.omds3Types.v1_4_0.common.AuthorizationFilter;
|
import at.vvo.omds.types.omds3Types.v1_4_0.common.AuthorizationFilter;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import javax.xml.bind.annotation.XmlAttribute;
|
|||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.WaehrungsCdType;
|
import at.vvo.omds.types.omds2Types.v2_11.WaehrungsCdType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ import javax.xml.bind.annotation.XmlElement;
|
|||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
import javax.xml.datatype.XMLGregorianCalendar;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.PaketInhCdType;
|
import at.vvo.omds.types.omds2Types.v2_11.PaketInhCdType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.PaketUmfCdType;
|
import at.vvo.omds.types.omds2Types.v2_11.PaketUmfCdType;
|
||||||
import at.vvo.omds.types.omds3Types.v1_4_0.common.ElementIdType;
|
import at.vvo.omds.types.omds3Types.v1_4_0.common.ElementIdType;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
|||||||
import javax.xml.bind.annotation.XmlAttribute;
|
import javax.xml.bind.annotation.XmlAttribute;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ADRESSEType;
|
import at.vvo.omds.types.omds2Types.v2_11.ADRESSEType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import javax.xml.bind.annotation.XmlElement;
|
|||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
import javax.xml.datatype.XMLGregorianCalendar;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.PaketInhCdType;
|
import at.vvo.omds.types.omds2Types.v2_11.PaketInhCdType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlAttribute;
|
|||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ELKommunikationType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELKommunikationType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ import javax.xml.bind.annotation.XmlElement;
|
|||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
import javax.xml.datatype.XMLGregorianCalendar;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.WaehrungsCdType;
|
import at.vvo.omds.types.omds2Types.v2_11.WaehrungsCdType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ZAHLUNGType;
|
import at.vvo.omds.types.omds2Types.v2_11.ZAHLUNGType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import javax.xml.bind.annotation.XmlElement;
|
|||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import javax.xml.datatype.XMLGregorianCalendar;
|
import javax.xml.datatype.XMLGregorianCalendar;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.PERSONType;
|
import at.vvo.omds.types.omds2Types.v2_11.PERSONType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
|||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlSchemaType;
|
import javax.xml.bind.annotation.XmlSchemaType;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.ELZeitraumType;
|
import at.vvo.omds.types.omds2Types.v2_11.ELZeitraumType;
|
||||||
import at.vvo.omds.types.omds3Types.v1_4_0.common.AuthorizationFilter;
|
import at.vvo.omds.types.omds3Types.v1_4_0.common.AuthorizationFilter;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import javax.xml.bind.annotation.XmlAccessType;
|
|||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlElement;
|
||||||
import javax.xml.bind.annotation.XmlType;
|
import javax.xml.bind.annotation.XmlType;
|
||||||
import at.vvo.omds.types.omds2Types.v2_9.PERSONType;
|
import at.vvo.omds.types.omds2Types.v2_11.PERSONType;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user