Class SignatureProductionPlaceType
- java.lang.Object
-
- org.certificateservices.messages.xades.v132.jaxb.SignatureProductionPlaceType
-
public class SignatureProductionPlaceType extends java.lang.ObjectJava 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
Fields Modifier and Type Field Description protected java.lang.Stringcityprotected java.lang.StringcountryNameprotected java.lang.StringpostalCodeprotected java.lang.StringstateOrProvince
-
Constructor Summary
Constructors Constructor Description SignatureProductionPlaceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCity()Gets the value of the city property.java.lang.StringgetCountryName()Gets the value of the countryName property.java.lang.StringgetPostalCode()Gets the value of the postalCode property.java.lang.StringgetStateOrProvince()Gets the value of the stateOrProvince property.voidsetCity(java.lang.String value)Sets the value of the city property.voidsetCountryName(java.lang.String value)Sets the value of the countryName property.voidsetPostalCode(java.lang.String value)Sets the value of the postalCode property.voidsetStateOrProvince(java.lang.String value)Sets the value of the stateOrProvince property.
-
-
-
Method Detail
-
getCity
public java.lang.String getCity()
Gets the value of the city property.- Returns:
- possible object is
String
-
setCity
public void setCity(java.lang.String value)
Sets the value of the city property.- Parameters:
value- allowed object isString
-
getStateOrProvince
public java.lang.String getStateOrProvince()
Gets the value of the stateOrProvince property.- Returns:
- possible object is
String
-
setStateOrProvince
public void setStateOrProvince(java.lang.String value)
Sets the value of the stateOrProvince property.- Parameters:
value- allowed object isString
-
getPostalCode
public java.lang.String getPostalCode()
Gets the value of the postalCode property.- Returns:
- possible object is
String
-
setPostalCode
public void setPostalCode(java.lang.String value)
Sets the value of the postalCode property.- Parameters:
value- allowed object isString
-
getCountryName
public java.lang.String getCountryName()
Gets the value of the countryName property.- Returns:
- possible object is
String
-
setCountryName
public void setCountryName(java.lang.String value)
Sets the value of the countryName property.- Parameters:
value- allowed object isString
-
-