|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zkopf.xsd.zkopf.QueryType
public class QueryType
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 |
---|
public QueryType()
Method Detail |
---|
public String getGvZbPK()
String
public void setGvZbPK(String value)
value
- allowed object is
String
public IdentificationType getIdentification()
IdentificationType
public void setIdentification(IdentificationType value)
value
- allowed object is
IdentificationType
public CorporateBodyType getCorporateBody()
CorporateBodyType
public void setCorporateBody(CorporateBodyType value)
value
- allowed object is
CorporateBodyType
public PhysicalPersonType getPhysicalPerson()
PhysicalPersonType
public void setPhysicalPerson(PhysicalPersonType value)
value
- allowed object is
PhysicalPersonType
public PostalAddressType getPostalAddress()
PostalAddressType
public void setPostalAddress(PostalAddressType value)
value
- allowed object is
PostalAddressType
public MessagingaddressType getVerAddress()
MessagingaddressType
public void setVerAddress(MessagingaddressType value)
value
- allowed object is
MessagingaddressType
public String getID()
String
public void setID(String value)
value
- allowed object is
String
public String getProfileID()
String
public void setProfileID(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |