|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zusemsg.xsd.zuse.DeliveryRequestType.NotificationAddress
public static class DeliveryRequestType.NotificationAddress
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"> <choice> <element name="WebserviceURL"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> <attribute name="AlternativeEmail" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType> </element> <element name="Email" type="{http://reference.e-government.gv.at/namespace/persondata/20020228#}InternetAddressType"/> </choice> <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
DeliveryRequestType.NotificationAddress.WebserviceURL
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
DeliveryRequestType.NotificationAddress()
|
Method Summary | |
---|---|
InternetAddressType |
getEmail()
Gets the value of the email property. |
String |
getType()
Gets the value of the type property. |
DeliveryRequestType.NotificationAddress.WebserviceURL |
getWebserviceURL()
Gets the value of the webserviceURL property. |
void |
setEmail(InternetAddressType value)
Sets the value of the email property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setWebserviceURL(DeliveryRequestType.NotificationAddress.WebserviceURL value)
Sets the value of the webserviceURL property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeliveryRequestType.NotificationAddress()
Method Detail |
---|
public DeliveryRequestType.NotificationAddress.WebserviceURL getWebserviceURL()
DeliveryRequestType.NotificationAddress.WebserviceURL
public void setWebserviceURL(DeliveryRequestType.NotificationAddress.WebserviceURL value)
value
- allowed object is
DeliveryRequestType.NotificationAddress.WebserviceURL
public InternetAddressType getEmail()
InternetAddressType
public void setEmail(InternetAddressType value)
value
- allowed object is
InternetAddressType
public String getType()
String
public void setType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |