|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zkopf.xsd.zkopf.MessagingaddressType
public class MessagingaddressType
Java class for messagingaddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="messagingaddressType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}TelephoneAddress" minOccurs="0"/> <element ref="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}InternetAddress" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
MessagingaddressType()
|
Method Summary | |
---|---|
InternetAddressType |
getInternetAddress()
Gets the value of the internetAddress property. |
TelephoneAddressType |
getTelephoneAddress()
Gets the value of the telephoneAddress property. |
void |
setInternetAddress(InternetAddressType value)
Sets the value of the internetAddress property. |
void |
setTelephoneAddress(TelephoneAddressType value)
Sets the value of the telephoneAddress property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessagingaddressType()
Method Detail |
---|
public TelephoneAddressType getTelephoneAddress()
TelephoneAddressType
public void setTelephoneAddress(TelephoneAddressType value)
value
- allowed object is
TelephoneAddressType
public InternetAddressType getInternetAddress()
InternetAddressType
public void setInternetAddress(InternetAddressType value)
value
- allowed object is
InternetAddressType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |