Package org.cxml
Class XadesSignatureProductionPlace
java.lang.Object
org.cxml.XadesSignatureProductionPlace
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the xadesCity property.Gets the value of the xadesCountryName property.Gets the value of the xadesPostalCode property.Gets the value of the xadesStateOrProvince property.voidsetXadesCity(String value) Sets the value of the xadesCity property.voidsetXadesCountryName(String value) Sets the value of the xadesCountryName property.voidsetXadesPostalCode(String value) Sets the value of the xadesPostalCode property.voidsetXadesStateOrProvince(String value) Sets the value of the xadesStateOrProvince property.
-
Field Details
-
xadesCity
-
xadesStateOrProvince
-
xadesPostalCode
-
xadesCountryName
-
-
Constructor Details
-
XadesSignatureProductionPlace
public XadesSignatureProductionPlace()
-
-
Method Details
-
getXadesCity
Gets the value of the xadesCity property.- Returns:
- possible object is
String
-
setXadesCity
Sets the value of the xadesCity property.- Parameters:
value- allowed object isString
-
getXadesStateOrProvince
Gets the value of the xadesStateOrProvince property.- Returns:
- possible object is
String
-
setXadesStateOrProvince
Sets the value of the xadesStateOrProvince property.- Parameters:
value- allowed object isString
-
getXadesPostalCode
Gets the value of the xadesPostalCode property.- Returns:
- possible object is
String
-
setXadesPostalCode
Sets the value of the xadesPostalCode property.- Parameters:
value- allowed object isString
-
getXadesCountryName
Gets the value of the xadesCountryName property.- Returns:
- possible object is
String
-
setXadesCountryName
Sets the value of the xadesCountryName property.- Parameters:
value- allowed object isString
-