Class SignatureProdPlaceData

java.lang.Object
xades4j.properties.data.SignatureProdPlaceData
All Implemented Interfaces:
PropertyDataObject

public final class SignatureProdPlaceData extends Object implements PropertyDataObject
Author:
Luís
  • Constructor Details

    • SignatureProdPlaceData

      public SignatureProdPlaceData(String city, String state, String postalCode, String country)
  • Method Details

    • getCountry

      public String getCountry()
      Get the value of country
      Returns:
      the value of country
    • getState

      public String getState()
      Get the value of state
      Returns:
      the value of state
    • getPostalCode

      public String getPostalCode()
      Get the value of postalCode
      Returns:
      the value of postalCode
    • getCity

      public String getCity()
      Get the value of city
      Returns:
      the value of city