at.gv.zustellung.zusemsg.xsd.zuse_persondata
Class AbstractPersonType

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse_persondata.AbstractPersonType
Direct Known Subclasses:
CorporateBodyType, PersonDataType, PhysicalPersonType

public class AbstractPersonType
extends Object

main structure of person data

Java class for AbstractPersonType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractPersonType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice minOccurs="0">
         <element ref="{http://reference.e-government.gv.at/namespace/persondata/20020228#}AbstractSimpleIdentification" minOccurs="0"/>
       </choice>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <anyAttribute namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractPersonType()
           
 
Method Summary
 JAXBElement<String> getAbstractSimpleIdentification()
          Gets the value of the abstractSimpleIdentification property.
 String getId()
          Gets the value of the id property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 void setAbstractSimpleIdentification(JAXBElement<String> value)
          Sets the value of the abstractSimpleIdentification property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPersonType

public AbstractPersonType()
Method Detail

getAbstractSimpleIdentification

public JAXBElement<String> getAbstractSimpleIdentification()
Gets the value of the abstractSimpleIdentification property.

Returns:
possible object is JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String>

setAbstractSimpleIdentification

public void setAbstractSimpleIdentification(JAXBElement<String> value)
Sets the value of the abstractSimpleIdentification property.

Parameters:
value - allowed object is JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String>

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getOtherAttributes

public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null


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