public class SignatureProductionPlace extends Object
Java class for SignatureProductionPlaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureProductionPlaceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="StateOrProvince" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CountryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
city |
protected String |
countryName |
protected String |
postalCode |
protected String |
stateOrProvince |
Constructor and Description |
---|
SignatureProductionPlace() |
Modifier and Type | Method and Description |
---|---|
String |
getCity()
Gets the value of the city property.
|
String |
getCountryName()
Gets the value of the countryName property.
|
String |
getPostalCode()
Gets the value of the postalCode property.
|
String |
getStateOrProvince()
Gets the value of the stateOrProvince property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCountryName(String value)
Sets the value of the countryName property.
|
void |
setPostalCode(String value)
Sets the value of the postalCode property.
|
void |
setStateOrProvince(String value)
Sets the value of the stateOrProvince property.
|
protected String city
protected String stateOrProvince
protected String postalCode
protected String countryName
public String getCity()
String
public void setCity(String value)
value
- allowed object is
String
public String getStateOrProvince()
String
public void setStateOrProvince(String value)
value
- allowed object is
String
public String getPostalCode()
String
public void setPostalCode(String value)
value
- allowed object is
String
public String getCountryName()
String
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.