fr.etai.xat2v2.obj
Class Address

java.lang.Object
  extended by fr.etai.xat2v2.obj.Address
All Implemented Interfaces:
Serializable

public class Address
extends Object
implements Serializable

A line address of a place.

Java class for FormatedDateType complex type.

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

 <complexType name="AddressType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="number" type="{http://www.w3.org/2001/XMLSchema}int" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Address()
           
 
Method Summary
 Integer getNumber()
          Gets the value of the number property.
 String getValue()
          Gets the value of the value property.
 void setNumber(Integer value)
          Sets the value of the number property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getNumber

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

Returns:
possible object is Integer

setNumber

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

Parameters:
value - allowed object is Integer


Copyright © 2012. All Rights Reserved.