Class UserInfoCT.Address
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.UserInfoCT.Address
-
- Enclosing class:
- UserInfoCT
public static class UserInfoCT.Address extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="street" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="street2" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="p-o-box" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="postalCode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="city" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="country" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Address()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCity()
Gets the value of the city property.String
getCountry()
Gets the value of the country property.String
getPOBox()
Gets the value of the poBox property.String
getPostalCode()
Gets the value of the postalCode property.String
getStreet()
Gets the value of the street property.String
getStreet2()
Gets the value of the street2 property.void
setCity(String value)
Sets the value of the city property.void
setCountry(String value)
Sets the value of the country property.void
setPOBox(String value)
Sets the value of the poBox property.void
setPostalCode(String value)
Sets the value of the postalCode property.void
setStreet(String value)
Sets the value of the street property.void
setStreet2(String value)
Sets the value of the street2 property.
-
-
-
Method Detail
-
getStreet
public String getStreet()
Gets the value of the street property.- Returns:
- possible object is
String
-
setStreet
public void setStreet(String value)
Sets the value of the street property.- Parameters:
value
- allowed object isString
-
getStreet2
public String getStreet2()
Gets the value of the street2 property.- Returns:
- possible object is
String
-
setStreet2
public void setStreet2(String value)
Sets the value of the street2 property.- Parameters:
value
- allowed object isString
-
getPOBox
public String getPOBox()
Gets the value of the poBox property.- Returns:
- possible object is
String
-
setPOBox
public void setPOBox(String value)
Sets the value of the poBox property.- Parameters:
value
- allowed object isString
-
getPostalCode
public String getPostalCode()
Gets the value of the postalCode property.- Returns:
- possible object is
String
-
setPostalCode
public void setPostalCode(String value)
Sets the value of the postalCode property.- Parameters:
value
- allowed object isString
-
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 isString
-
getCountry
public String getCountry()
Gets the value of the country property.- Returns:
- possible object is
String
-
-