|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxades4j.xml.bind.xades.XmlSignatureProductionPlaceType
public class XmlSignatureProductionPlaceType
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>
| Field Summary | |
|---|---|
protected String |
city
|
protected String |
countryName
|
protected String |
postalCode
|
protected String |
stateOrProvince
|
| Constructor Summary | |
|---|---|
XmlSignatureProductionPlaceType()
|
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String city
protected String stateOrProvince
protected String postalCode
protected String countryName
| Constructor Detail |
|---|
public XmlSignatureProductionPlaceType()
| 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 | |||||||||