Package com.clinia.model.common
Class V1Address
java.lang.Object
com.clinia.model.common.V1Address
An address expressed using postal conventions (as opposed to GPS or other location definition
formats). This data type may be used to convey addresses for use in delivering mail as well as
for visiting locations which might not be valid for mail delivery. There are a variety of postal
address formats defined around the world.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCity()A sequence of Unicode characters.A sequence of Unicode characters.A sequence of Unicode characters.getId()A sequence of Unicode characters.getLine()Street name, number, direction, P.O.Get periodA sequence of Unicode characters.getState()A sequence of Unicode characters.getText()A sequence of Unicode characters.getType()A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents.getUse()A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents.inthashCode()setCountry(String country) setDistrict(String district) setPostalCode(String postalCode) toString()
-
Constructor Details
-
V1Address
public V1Address()
-
-
Method Details
-
setId
-
getId
A sequence of Unicode characters. -
setUse
-
getUse
A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents. -
setType
-
getType
A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents. -
setText
-
getText
A sequence of Unicode characters. -
setLine
-
addLine
-
getLine
Street name, number, direction, P.O. Box etc. The line order is the order in which lines should appear in an address label. -
setCity
-
getCity
A sequence of Unicode characters. -
setDistrict
-
getDistrict
A sequence of Unicode characters. -
setState
-
getState
A sequence of Unicode characters. -
setPostalCode
-
getPostalCode
A sequence of Unicode characters. -
setCountry
-
getCountry
A sequence of Unicode characters. -
setPeriod
-
getPeriod
Get period -
equals
-
hashCode
public int hashCode() -
toString
-