org.molgenis.jaxb
Class Address

java.lang.Object
  extended by org.molgenis.jaxb.Address

public class Address
extends Object

Java class for Address complex type.

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

 <complexType name="Address">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="city" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="country" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="departmentOrDivision" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="entityName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="entityNumber" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="floorOrPremises" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="postOfficeBox" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="zipCode" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="state" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="streetPostDirectional" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="streetPreDirectional" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="streetOrThoroughfareNameAndType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="streetOrThoroughfareNumber" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="streetOrThoroughfareSectionName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="streetOrThoroughfareExtensionName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String city
           
protected  String country
           
protected  String departmentOrDivision
           
protected  String entityName
           
protected  String entityNumber
           
protected  String floorOrPremises
           
protected  Integer id
           
protected  String postOfficeBox
           
protected  String state
           
protected  String streetOrThoroughfareExtensionName
           
protected  String streetOrThoroughfareNameAndType
           
protected  String streetOrThoroughfareNumber
           
protected  String streetOrThoroughfareSectionName
           
protected  String streetPostDirectional
           
protected  String streetPreDirectional
           
protected  String zipCode
           
 
Constructor Summary
Address()
           
 
Method Summary
 String getCity()
          Gets the value of the city property.
 String getCountry()
          Gets the value of the country property.
 String getDepartmentOrDivision()
          Gets the value of the departmentOrDivision property.
 String getEntityName()
          Gets the value of the entityName property.
 String getEntityNumber()
          Gets the value of the entityNumber property.
 String getFloorOrPremises()
          Gets the value of the floorOrPremises property.
 Integer getId()
          Gets the value of the id property.
 String getPostOfficeBox()
          Gets the value of the postOfficeBox property.
 String getState()
          Gets the value of the state property.
 String getStreetOrThoroughfareExtensionName()
          Gets the value of the streetOrThoroughfareExtensionName property.
 String getStreetOrThoroughfareNameAndType()
          Gets the value of the streetOrThoroughfareNameAndType property.
 String getStreetOrThoroughfareNumber()
          Gets the value of the streetOrThoroughfareNumber property.
 String getStreetOrThoroughfareSectionName()
          Gets the value of the streetOrThoroughfareSectionName property.
 String getStreetPostDirectional()
          Gets the value of the streetPostDirectional property.
 String getStreetPreDirectional()
          Gets the value of the streetPreDirectional property.
 String getZipCode()
          Gets the value of the zipCode property.
 void setCity(String value)
          Sets the value of the city property.
 void setCountry(String value)
          Sets the value of the country property.
 void setDepartmentOrDivision(String value)
          Sets the value of the departmentOrDivision property.
 void setEntityName(String value)
          Sets the value of the entityName property.
 void setEntityNumber(String value)
          Sets the value of the entityNumber property.
 void setFloorOrPremises(String value)
          Sets the value of the floorOrPremises property.
 void setId(Integer value)
          Sets the value of the id property.
 void setPostOfficeBox(String value)
          Sets the value of the postOfficeBox property.
 void setState(String value)
          Sets the value of the state property.
 void setStreetOrThoroughfareExtensionName(String value)
          Sets the value of the streetOrThoroughfareExtensionName property.
 void setStreetOrThoroughfareNameAndType(String value)
          Sets the value of the streetOrThoroughfareNameAndType property.
 void setStreetOrThoroughfareNumber(String value)
          Sets the value of the streetOrThoroughfareNumber property.
 void setStreetOrThoroughfareSectionName(String value)
          Sets the value of the streetOrThoroughfareSectionName property.
 void setStreetPostDirectional(String value)
          Sets the value of the streetPostDirectional property.
 void setStreetPreDirectional(String value)
          Sets the value of the streetPreDirectional property.
 void setZipCode(String value)
          Sets the value of the zipCode property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

city

protected String city

country

protected String country

departmentOrDivision

protected String departmentOrDivision

entityName

protected String entityName

entityNumber

protected String entityNumber

floorOrPremises

protected String floorOrPremises

postOfficeBox

protected String postOfficeBox

zipCode

protected String zipCode

state

protected String state

streetPostDirectional

protected String streetPostDirectional

streetPreDirectional

protected String streetPreDirectional

streetOrThoroughfareNameAndType

protected String streetOrThoroughfareNameAndType

streetOrThoroughfareNumber

protected String streetOrThoroughfareNumber

streetOrThoroughfareSectionName

protected String streetOrThoroughfareSectionName

streetOrThoroughfareExtensionName

protected String streetOrThoroughfareExtensionName

id

protected Integer id
Constructor Detail

Address

public Address()
Method Detail

getCity

public String getCity()
Gets the value of the city property.

Returns:
possible object is String

setCity

public void setCity(String value)
Sets the value of the city property.

Parameters:
value - allowed object is String

getCountry

public String getCountry()
Gets the value of the country property.

Returns:
possible object is String

setCountry

public void setCountry(String value)
Sets the value of the country property.

Parameters:
value - allowed object is String

getDepartmentOrDivision

public String getDepartmentOrDivision()
Gets the value of the departmentOrDivision property.

Returns:
possible object is String

setDepartmentOrDivision

public void setDepartmentOrDivision(String value)
Sets the value of the departmentOrDivision property.

Parameters:
value - allowed object is String

getEntityName

public String getEntityName()
Gets the value of the entityName property.

Returns:
possible object is String

setEntityName

public void setEntityName(String value)
Sets the value of the entityName property.

Parameters:
value - allowed object is String

getEntityNumber

public String getEntityNumber()
Gets the value of the entityNumber property.

Returns:
possible object is String

setEntityNumber

public void setEntityNumber(String value)
Sets the value of the entityNumber property.

Parameters:
value - allowed object is String

getFloorOrPremises

public String getFloorOrPremises()
Gets the value of the floorOrPremises property.

Returns:
possible object is String

setFloorOrPremises

public void setFloorOrPremises(String value)
Sets the value of the floorOrPremises property.

Parameters:
value - allowed object is String

getPostOfficeBox

public String getPostOfficeBox()
Gets the value of the postOfficeBox property.

Returns:
possible object is String

setPostOfficeBox

public void setPostOfficeBox(String value)
Sets the value of the postOfficeBox property.

Parameters:
value - allowed object is String

getZipCode

public String getZipCode()
Gets the value of the zipCode property.

Returns:
possible object is String

setZipCode

public void setZipCode(String value)
Sets the value of the zipCode property.

Parameters:
value - allowed object is String

getState

public String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

getStreetPostDirectional

public String getStreetPostDirectional()
Gets the value of the streetPostDirectional property.

Returns:
possible object is String

setStreetPostDirectional

public void setStreetPostDirectional(String value)
Sets the value of the streetPostDirectional property.

Parameters:
value - allowed object is String

getStreetPreDirectional

public String getStreetPreDirectional()
Gets the value of the streetPreDirectional property.

Returns:
possible object is String

setStreetPreDirectional

public void setStreetPreDirectional(String value)
Sets the value of the streetPreDirectional property.

Parameters:
value - allowed object is String

getStreetOrThoroughfareNameAndType

public String getStreetOrThoroughfareNameAndType()
Gets the value of the streetOrThoroughfareNameAndType property.

Returns:
possible object is String

setStreetOrThoroughfareNameAndType

public void setStreetOrThoroughfareNameAndType(String value)
Sets the value of the streetOrThoroughfareNameAndType property.

Parameters:
value - allowed object is String

getStreetOrThoroughfareNumber

public String getStreetOrThoroughfareNumber()
Gets the value of the streetOrThoroughfareNumber property.

Returns:
possible object is String

setStreetOrThoroughfareNumber

public void setStreetOrThoroughfareNumber(String value)
Sets the value of the streetOrThoroughfareNumber property.

Parameters:
value - allowed object is String

getStreetOrThoroughfareSectionName

public String getStreetOrThoroughfareSectionName()
Gets the value of the streetOrThoroughfareSectionName property.

Returns:
possible object is String

setStreetOrThoroughfareSectionName

public void setStreetOrThoroughfareSectionName(String value)
Sets the value of the streetOrThoroughfareSectionName property.

Parameters:
value - allowed object is String

getStreetOrThoroughfareExtensionName

public String getStreetOrThoroughfareExtensionName()
Gets the value of the streetOrThoroughfareExtensionName property.

Returns:
possible object is String

setStreetOrThoroughfareExtensionName

public void setStreetOrThoroughfareExtensionName(String value)
Sets the value of the streetOrThoroughfareExtensionName property.

Parameters:
value - allowed object is String

getId

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

Returns:
possible object is Integer

setId

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

Parameters:
value - allowed object is Integer


Copyright © 2013. All Rights Reserved.