|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zusemsg.xsd.zuse.Sender
public class Sender
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 name="Organisation"> <complexType> <complexContent> <extension base="{http://reference.e-government.gv.at/namespace/persondata/20020228#}CorporateBodyType"> <anyAttribute namespace='##other'/> </extension> </complexContent> </complexType> </element> <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> </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#}Address" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
Sender.Organisation
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
Sender()
|
Method Summary | |
---|---|
List<JAXBElement<? extends AbstractAddressType>> |
getAddress()
Gets the value of the address property. |
CorporateBodyType |
getCorporateBody()
Gets the value of the corporateBody property. |
Object |
getMailBox()
Gets the value of the mailBox property. |
Sender.Organisation |
getOrganisation()
Gets the value of the organisation property. |
PhysicalPersonType |
getPhysicalPerson()
Gets the value of the physicalPerson property. |
void |
setCorporateBody(CorporateBodyType value)
Sets the value of the corporateBody property. |
void |
setMailBox(Object value)
Sets the value of the mailBox property. |
void |
setOrganisation(Sender.Organisation value)
Sets the value of the organisation property. |
void |
setPhysicalPerson(PhysicalPersonType value)
Sets the value of the physicalPerson property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sender()
Method Detail |
---|
public Sender.Organisation getOrganisation()
Sender.Organisation
public void setOrganisation(Sender.Organisation value)
value
- allowed object is
Sender.Organisation
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 List<JAXBElement<? extends AbstractAddressType>> getAddress()
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 set
method for the address property.
For example, to add a new item, do as follows:
getAddress().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
AbstractAddressType
>
JAXBElement
<
PostalAddressType
>
JAXBElement
<
InternetAddressType
>
JAXBElement
<
TelephoneAddressType
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |