at.gv.zustellung.zkopf.xsd.zkopf
Class QueryType

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf.QueryType

public class QueryType
extends Object

Java class for QueryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QueryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <choice minOccurs="0">
           <element name="gvZbPK" type="{http://www.w3.org/2001/XMLSchema}token"/>
           <element name="Identification" type="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}IdentificationType"/>
         </choice>
         <sequence>
           <choice>
             <element ref="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}CorporateBody"/>
             <element ref="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}PhysicalPerson"/>
           </choice>
           <choice minOccurs="0">
             <element ref="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}PostalAddress"/>
             <element name="VerAddress" type="{http://reference.e-government.gv.at/namespaces/zustellung/kopf}messagingaddressType"/>
           </choice>
         </sequence>
       </choice>
       <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
QueryType()
           
 
Method Summary
 CorporateBodyType getCorporateBody()
          Gets the value of the corporateBody property.
 String getGvZbPK()
          Gets the value of the gvZbPK property.
 String getID()
          Gets the value of the id property.
 IdentificationType getIdentification()
          Gets the value of the identification property.
 PhysicalPersonType getPhysicalPerson()
          Gets the value of the physicalPerson property.
 PostalAddressType getPostalAddress()
          Gets the value of the postalAddress property.
 String getProfileID()
          Gets the value of the profileID property.
 MessagingaddressType getVerAddress()
          Gets the value of the verAddress property.
 void setCorporateBody(CorporateBodyType value)
          Sets the value of the corporateBody property.
 void setGvZbPK(String value)
          Sets the value of the gvZbPK property.
 void setID(String value)
          Sets the value of the id property.
 void setIdentification(IdentificationType value)
          Sets the value of the identification property.
 void setPhysicalPerson(PhysicalPersonType value)
          Sets the value of the physicalPerson property.
 void setPostalAddress(PostalAddressType value)
          Sets the value of the postalAddress property.
 void setProfileID(String value)
          Sets the value of the profileID property.
 void setVerAddress(MessagingaddressType value)
          Sets the value of the verAddress property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryType

public QueryType()
Method Detail

getGvZbPK

public String getGvZbPK()
Gets the value of the gvZbPK property.

Returns:
possible object is String

setGvZbPK

public void setGvZbPK(String value)
Sets the value of the gvZbPK property.

Parameters:
value - allowed object is String

getIdentification

public IdentificationType getIdentification()
Gets the value of the identification property.

Returns:
possible object is IdentificationType

setIdentification

public void setIdentification(IdentificationType value)
Sets the value of the identification property.

Parameters:
value - allowed object is IdentificationType

getCorporateBody

public CorporateBodyType getCorporateBody()
Gets the value of the corporateBody property.

Returns:
possible object is CorporateBodyType

setCorporateBody

public void setCorporateBody(CorporateBodyType value)
Sets the value of the corporateBody property.

Parameters:
value - allowed object is CorporateBodyType

getPhysicalPerson

public PhysicalPersonType getPhysicalPerson()
Gets the value of the physicalPerson property.

Returns:
possible object is PhysicalPersonType

setPhysicalPerson

public void setPhysicalPerson(PhysicalPersonType value)
Sets the value of the physicalPerson property.

Parameters:
value - allowed object is PhysicalPersonType

getPostalAddress

public PostalAddressType getPostalAddress()
Gets the value of the postalAddress property.

Returns:
possible object is PostalAddressType

setPostalAddress

public void setPostalAddress(PostalAddressType value)
Sets the value of the postalAddress property.

Parameters:
value - allowed object is PostalAddressType

getVerAddress

public MessagingaddressType getVerAddress()
Gets the value of the verAddress property.

Returns:
possible object is MessagingaddressType

setVerAddress

public void setVerAddress(MessagingaddressType value)
Sets the value of the verAddress property.

Parameters:
value - allowed object is MessagingaddressType

getID

public String getID()
Gets the value of the id property.

Returns:
possible object is String

setID

public void setID(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getProfileID

public String getProfileID()
Gets the value of the profileID property.

Returns:
possible object is String

setProfileID

public void setProfileID(String value)
Sets the value of the profileID property.

Parameters:
value - allowed object is String


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.