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

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

public class TelcomNumberType
extends Object

Java class for TelcomNumberType complex type.

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

 <complexType name="TelcomNumberType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{http://reference.e-government.gv.at/namespace/persondata/en/20040201#}FormattedNumber"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
TelcomNumberType()
           
 
Method Summary
 String getFormattedNumber()
          Gets the value of the formattedNumber property.
 void setFormattedNumber(String value)
          Sets the value of the formattedNumber property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelcomNumberType

public TelcomNumberType()
Method Detail

getFormattedNumber

public String getFormattedNumber()
Gets the value of the formattedNumber property.

Returns:
possible object is String

setFormattedNumber

public void setFormattedNumber(String value)
Sets the value of the formattedNumber property.

Parameters:
value - allowed object is String


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