|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.etsi.uri._01903.v1_3.SignatureProductionPlace
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-06-27T08:06:22+02:00",
comments="JAXB RI v2.2.11")
public class SignatureProductionPlace
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>
| Constructor Summary | |
|---|---|
SignatureProductionPlace()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SignatureProductionPlace()
| Method Detail |
|---|
public String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getStateOrProvince()
Stringpublic void setStateOrProvince(String value)
value - allowed object is
Stringpublic String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
Stringpublic String getCountryName()
Stringpublic void setCountryName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||