|
||||||||||
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.AbstractPersonType
at.gv.zustellung.zusemsg.xsd.zuse_persondata.CorporateBodyType
public class CorporateBodyType
juridical person, organisation
Java class for CorporateBodyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CorporateBodyType"> <complexContent> <extension base="{http://reference.e-government.gv.at/namespace/persondata/20020228#}AbstractPersonType"> <sequence minOccurs="0"> <element name="FullName" type="{http://www.w3.org/2001/XMLSchema}token"/> <element name="Organization" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> </sequence> <anyAttribute namespace='##other'/> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
CorporateBodyType()
|
Method Summary | |
---|---|
String |
getFullName()
Gets the value of the fullName property. |
String |
getOrganization()
Gets the value of the organization property. |
void |
setFullName(String value)
Sets the value of the fullName property. |
void |
setOrganization(String value)
Sets the value of the organization property. |
Methods inherited from class at.gv.zustellung.zusemsg.xsd.zuse_persondata.AbstractPersonType |
---|
getAbstractSimpleIdentification, getId, getOtherAttributes, setAbstractSimpleIdentification, setId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CorporateBodyType()
Method Detail |
---|
public String getFullName()
String
public void setFullName(String value)
value
- allowed object is
String
public String getOrganization()
String
public void setOrganization(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |