|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zkopf.xsd.zkopf.Directory.Entry
public static class Directory.Entry
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> <element name="Identification" type="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}IdentificationType"/> <element ref="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}CorporateBody"/> <element name="MailBoxList" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded"> <element name="MailBox" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
Directory.Entry.MailBoxList
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
Directory.Entry()
|
Method Summary | |
---|---|
CorporateBodyType |
getCorporateBody()
Gets the value of the corporateBody property. |
IdentificationType |
getIdentification()
Gets the value of the identification property. |
Directory.Entry.MailBoxList |
getMailBoxList()
Gets the value of the mailBoxList property. |
void |
setCorporateBody(CorporateBodyType value)
Sets the value of the corporateBody property. |
void |
setIdentification(IdentificationType value)
Sets the value of the identification property. |
void |
setMailBoxList(Directory.Entry.MailBoxList value)
Sets the value of the mailBoxList property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Directory.Entry()
Method Detail |
---|
public IdentificationType getIdentification()
IdentificationType
public void setIdentification(IdentificationType value)
value
- allowed object is
IdentificationType
public CorporateBodyType getCorporateBody()
CorporateBodyType
public void setCorporateBody(CorporateBodyType value)
value
- allowed object is
CorporateBodyType
public Directory.Entry.MailBoxList getMailBoxList()
Directory.Entry.MailBoxList
public void setMailBoxList(Directory.Entry.MailBoxList value)
value
- allowed object is
Directory.Entry.MailBoxList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |