Package org.cxml
Class XadesSignatureProductionPlace
- java.lang.Object
-
- org.cxml.XadesSignatureProductionPlace
-
public class XadesSignatureProductionPlace extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringxadesCityprotected java.lang.StringxadesCountryNameprotected java.lang.StringxadesPostalCodeprotected java.lang.StringxadesStateOrProvince
-
Constructor Summary
Constructors Constructor Description XadesSignatureProductionPlace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetXadesCity()Gets the value of the xadesCity property.java.lang.StringgetXadesCountryName()Gets the value of the xadesCountryName property.java.lang.StringgetXadesPostalCode()Gets the value of the xadesPostalCode property.java.lang.StringgetXadesStateOrProvince()Gets the value of the xadesStateOrProvince property.voidsetXadesCity(java.lang.String value)Sets the value of the xadesCity property.voidsetXadesCountryName(java.lang.String value)Sets the value of the xadesCountryName property.voidsetXadesPostalCode(java.lang.String value)Sets the value of the xadesPostalCode property.voidsetXadesStateOrProvince(java.lang.String value)Sets the value of the xadesStateOrProvince property.
-
-
-
Method Detail
-
getXadesCity
public java.lang.String getXadesCity()
Gets the value of the xadesCity property.- Returns:
- possible object is
String
-
setXadesCity
public void setXadesCity(java.lang.String value)
Sets the value of the xadesCity property.- Parameters:
value- allowed object isString
-
getXadesStateOrProvince
public java.lang.String getXadesStateOrProvince()
Gets the value of the xadesStateOrProvince property.- Returns:
- possible object is
String
-
setXadesStateOrProvince
public void setXadesStateOrProvince(java.lang.String value)
Sets the value of the xadesStateOrProvince property.- Parameters:
value- allowed object isString
-
getXadesPostalCode
public java.lang.String getXadesPostalCode()
Gets the value of the xadesPostalCode property.- Returns:
- possible object is
String
-
setXadesPostalCode
public void setXadesPostalCode(java.lang.String value)
Sets the value of the xadesPostalCode property.- Parameters:
value- allowed object isString
-
getXadesCountryName
public java.lang.String getXadesCountryName()
Gets the value of the xadesCountryName property.- Returns:
- possible object is
String
-
setXadesCountryName
public void setXadesCountryName(java.lang.String value)
Sets the value of the xadesCountryName property.- Parameters:
value- allowed object isString
-
-