Änderung an ChangePartnerMainAddressRequestType
This commit is contained in:
@@ -10,7 +10,6 @@ import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlSchemaType;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
import javax.xml.datatype.XMLGregorianCalendar;
|
||||
import at.vvo.omds.types.omds2Types.v2_11.ADRESSEType;
|
||||
import at.vvo.omds.types.omds3Types.r1_5_0.common.AdresseType;
|
||||
import at.vvo.omds.types.omds3Types.r1_5_0.common.CommonRequestType;
|
||||
import at.vvo.omds.types.omds3Types.r1_5_0.common.DateianhangType;
|
||||
@@ -31,10 +30,7 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.ObjektIdType;
|
||||
* <sequence>
|
||||
* <element name="Personennr" type="{urn:omds3CommonServiceTypes-1-1-0}ObjektId_Type"/>
|
||||
* <element name="Hinweistext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <choice>
|
||||
* <element ref="{urn:omds3CommonServiceTypes-1-1-0}ObjektId"/>
|
||||
* <element name="BisherigeAnschrift" type="{urn:omds20}ADRESSE_Type"/>
|
||||
* </choice>
|
||||
* <element name="BisherigeAnschrift" type="{urn:omds3CommonServiceTypes-1-1-0}Adresse_Type"/>
|
||||
* <element name="GeaenderteAnschrift" type="{urn:omds3CommonServiceTypes-1-1-0}Adresse_Type"/>
|
||||
* <element name="WirksamtkeitAb" type="{http://www.w3.org/2001/XMLSchema}date"/>
|
||||
* <element name="Dateianhaenge" type="{urn:omds3CommonServiceTypes-1-1-0}Dateianhang_Type" maxOccurs="unbounded" minOccurs="0"/>
|
||||
@@ -60,7 +56,6 @@ import at.vvo.omds.types.omds3Types.r1_5_0.common.ObjektIdType;
|
||||
@XmlType(name = "ChangePartnerMainAddressRequest_Type", propOrder = {
|
||||
"personennr",
|
||||
"hinweistext",
|
||||
"objektId",
|
||||
"bisherigeAnschrift",
|
||||
"geaenderteAnschrift",
|
||||
"wirksamtkeitAb",
|
||||
@@ -75,10 +70,8 @@ public class ChangePartnerMainAddressRequestType
|
||||
protected ObjektIdType personennr;
|
||||
@XmlElement(name = "Hinweistext")
|
||||
protected String hinweistext;
|
||||
@XmlElement(name = "ObjektId", namespace = "urn:omds3CommonServiceTypes-1-1-0")
|
||||
protected ObjektIdType objektId;
|
||||
@XmlElement(name = "BisherigeAnschrift")
|
||||
protected ADRESSEType bisherigeAnschrift;
|
||||
@XmlElement(name = "BisherigeAnschrift", required = true)
|
||||
protected AdresseType bisherigeAnschrift;
|
||||
@XmlElement(name = "GeaenderteAnschrift", required = true)
|
||||
protected AdresseType geaenderteAnschrift;
|
||||
@XmlElement(name = "WirksamtkeitAb", required = true)
|
||||
@@ -137,39 +130,15 @@ public class ChangePartnerMainAddressRequestType
|
||||
this.hinweistext = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der objektId-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ObjektIdType }
|
||||
*
|
||||
*/
|
||||
public ObjektIdType getObjektId() {
|
||||
return objektId;
|
||||
}
|
||||
|
||||
/**
|
||||
* Legt den Wert der objektId-Eigenschaft fest.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ObjektIdType }
|
||||
*
|
||||
*/
|
||||
public void setObjektId(ObjektIdType value) {
|
||||
this.objektId = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Ruft den Wert der bisherigeAnschrift-Eigenschaft ab.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link ADRESSEType }
|
||||
* {@link AdresseType }
|
||||
*
|
||||
*/
|
||||
public ADRESSEType getBisherigeAnschrift() {
|
||||
public AdresseType getBisherigeAnschrift() {
|
||||
return bisherigeAnschrift;
|
||||
}
|
||||
|
||||
@@ -178,10 +147,10 @@ public class ChangePartnerMainAddressRequestType
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link ADRESSEType }
|
||||
* {@link AdresseType }
|
||||
*
|
||||
*/
|
||||
public void setBisherigeAnschrift(ADRESSEType value) {
|
||||
public void setBisherigeAnschrift(AdresseType value) {
|
||||
this.bisherigeAnschrift = value;
|
||||
}
|
||||
|
||||
|
||||
@@ -104,13 +104,7 @@
|
||||
<xsd:documentation>Optionaler Hinweistext mit Anmerkungen für den Sachbearbeiter</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:choice>
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Referenz bisherige Anschrift über Id oder mit Daten</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:element ref="cst:ObjektId"/>
|
||||
<xsd:element name="BisherigeAnschrift" type="omds:ADRESSE_Type"/>
|
||||
</xsd:choice>
|
||||
<xsd:element name="BisherigeAnschrift" type="cst:Adresse_Type"/>
|
||||
<xsd:element name="GeaenderteAnschrift" type="cst:Adresse_Type"/>
|
||||
<xsd:element name="WirksamtkeitAb" type="xsd:date"/>
|
||||
<xsd:element name="Dateianhaenge" type="cst:Dateianhang_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||
|
||||
Reference in New Issue
Block a user