|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zusemsg.xsd.zuse.Receiver
public class Receiver
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{http://reference.e-government.gv.at/namespace/persondata/20020228#}PhysicalPerson"/> <element ref="{http://reference.e-government.gv.at/namespace/persondata/20020228#}CorporateBody"/> </choice> <element ref="{http://reference.e-government.gv.at/namespace/zustellung/msg}MailBox" minOccurs="0"/> <element ref="{http://reference.e-government.gv.at/namespace/persondata/20020228#}PostalAddress" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Receiver()
|
Method Summary | |
---|---|
CorporateBodyType |
getCorporateBody()
Gets the value of the corporateBody property. |
Object |
getMailBox()
Gets the value of the mailBox property. |
PhysicalPersonType |
getPhysicalPerson()
Gets the value of the physicalPerson property. |
PostalAddressType |
getPostalAddress()
Gets the value of the postalAddress property. |
void |
setCorporateBody(CorporateBodyType value)
Sets the value of the corporateBody property. |
void |
setMailBox(Object value)
Sets the value of the mailBox property. |
void |
setPhysicalPerson(PhysicalPersonType value)
Sets the value of the physicalPerson property. |
void |
setPostalAddress(PostalAddressType value)
Sets the value of the postalAddress property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Receiver()
Method Detail |
---|
public PhysicalPersonType getPhysicalPerson()
PhysicalPersonType
public void setPhysicalPerson(PhysicalPersonType value)
value
- allowed object is
PhysicalPersonType
public CorporateBodyType getCorporateBody()
CorporateBodyType
public void setCorporateBody(CorporateBodyType value)
value
- allowed object is
CorporateBodyType
public Object getMailBox()
Object
public void setMailBox(Object value)
value
- allowed object is
Object
public PostalAddressType getPostalAddress()
PostalAddressType
public void setPostalAddress(PostalAddressType value)
value
- allowed object is
PostalAddressType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |