at.gv.zustellung.zkopf.xsd.zkopf_persondata
Class CorporateBodyType

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf_persondata.AbstractPersonType
      extended by at.gv.zustellung.zkopf.xsd.zkopf_persondata.CorporateBodyType

public class CorporateBodyType
extends AbstractPersonType

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/en/20040201#}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.zkopf.xsd.zkopf_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

CorporateBodyType

public CorporateBodyType()
Method Detail

getFullName

public String getFullName()
Gets the value of the fullName property.

Returns:
possible object is String

setFullName

public void setFullName(String value)
Sets the value of the fullName property.

Parameters:
value - allowed object is String

getOrganization

public String getOrganization()
Gets the value of the organization property.

Returns:
possible object is String

setOrganization

public void setOrganization(String value)
Sets the value of the organization property.

Parameters:
value - allowed object is String


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.