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

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf_persondata.AbstractAddressType
Direct Known Subclasses:
InternetAddressType, PostalAddressType, TelephoneAddressType

public class AbstractAddressType
extends Object

main structure of address data

Java class for AbstractAddressType complex type.

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

 <complexType name="AbstractAddressType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <anyAttribute namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractAddressType()
           
 
Method Summary
 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 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

AbstractAddressType

public AbstractAddressType()
Method Detail

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.