Java javax.xml.registry.infomodel PostalAddress fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry.infomodel PostalAddress fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry.infomodel PostalAddress.

The text is from its open source code.

Method

StringgetCity()
Returns the city.
StringgetCountry()
Returns the country.
StringgetPostalCode()
Returns the postal or zip code.
CollectiongetSlots()
Returns the Slots associated with this object.
StringgetStateOrProvince()
Returns the state or province.
StringgetStreet()
Returns the street name.
StringgetStreetNumber()
Returns the street number.
StringgetType()
Returns the type of address (for example, "headquarters") as a String.
inthashCode()
Returns a hash code value for the object.
voidsetCity(String city)
Sets the city.
voidsetCountry(String country)
Sets the country.
voidsetPostalCode(String postalCode)
Sets the postal or zip code.
voidsetStateOrProvince(String stateOrProvince)
Sets the state or province.
voidsetStreet(String street)
Sets the street name.
voidsetStreetNumber(String streetNumber)
Sets the street number.
voidsetType(String type)
Sets the type of address (for example, "headquarters") as a String.