|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fedict.eid.applet.service.signer.jaxb.xades132.SignatureProductionPlaceType
public class SignatureProductionPlaceType
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 | |
---|---|
SignatureProductionPlaceType()
|
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 SignatureProductionPlaceType()
Method Detail |
---|
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
public 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 |