Class SignatureProductionPlaceV2Type
- java.lang.Object
-
- org.certificateservices.messages.xades.v132.jaxb.SignatureProductionPlaceV2Type
-
public class SignatureProductionPlaceV2Type extends java.lang.ObjectJava class for SignatureProductionPlaceV2Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureProductionPlaceV2Type"> <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="StreetAddress" 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.StringstateOrProvinceprotected java.lang.StringstreetAddress
-
Constructor Summary
Constructors Constructor Description SignatureProductionPlaceV2Type()
-
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.java.lang.StringgetStreetAddress()Gets the value of the streetAddress 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.voidsetStreetAddress(java.lang.String value)Sets the value of the streetAddress 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
-
getStreetAddress
public java.lang.String getStreetAddress()
Gets the value of the streetAddress property.- Returns:
- possible object is
String
-
setStreetAddress
public void setStreetAddress(java.lang.String value)
Sets the value of the streetAddress 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
-
-