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

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse_persondata.AbstractAddressType
      extended by at.gv.zustellung.zusemsg.xsd.zuse_persondata.TelephoneAddressType

public class TelephoneAddressType
extends AbstractAddressType

phone numbers

Java class for TelephoneAddressType complex type.

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

 <complexType name="TelephoneAddressType">
   <complexContent>
     <extension base="{http://reference.e-government.gv.at/namespace/persondata/20020228#}AbstractAddressType">
       <sequence minOccurs="0">
         <element name="Number" type="{http://reference.e-government.gv.at/namespace/persondata/20020228#}TelcomNumberType"/>
       </sequence>
       <anyAttribute namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
TelephoneAddressType()
           
 
Method Summary
 TelcomNumberType getNumber()
          Gets the value of the number property.
 void setNumber(TelcomNumberType value)
          Sets the value of the number property.
 
Methods inherited from class at.gv.zustellung.zusemsg.xsd.zuse_persondata.AbstractAddressType
getId, getOtherAttributes, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelephoneAddressType

public TelephoneAddressType()
Method Detail

getNumber

public TelcomNumberType getNumber()
Gets the value of the number property.

Returns:
possible object is TelcomNumberType

setNumber

public void setNumber(TelcomNumberType value)
Sets the value of the number property.

Parameters:
value - allowed object is TelcomNumberType


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