|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zusemsg.xsd.zuse_persondata.AbstractAddressType
at.gv.zustellung.zusemsg.xsd.zuse_persondata.InternetAddressType
public class InternetAddressType
internet based communication
Java class for InternetAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InternetAddressType"> <complexContent> <extension base="{http://reference.e-government.gv.at/namespace/persondata/20020228#}AbstractAddressType"> <sequence minOccurs="0"> <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/> <element name="Address" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </sequence> <anyAttribute namespace='##other'/> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
InternetAddressType()
|
Method Summary | |
---|---|
String |
getAddress()
Gets the value of the address property. |
KeyInfoType |
getKeyInfo()
certificate for secure communication |
void |
setAddress(String value)
Sets the value of the address property. |
void |
setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property. |
Methods inherited from class at.gv.zustellung.zusemsg.xsd.zuse_persondata.AbstractAddressType |
---|
getId, getOtherAttributes, setId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InternetAddressType()
Method Detail |
---|
public KeyInfoType getKeyInfo()
KeyInfoType
public void setKeyInfo(KeyInfoType value)
value
- allowed object is
KeyInfoType
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |