xades4j.properties.data
Class SignatureProdPlaceData

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

public final class SignatureProdPlaceData
extends Object
implements PropertyDataObject

Author:
Luís

Constructor Summary
SignatureProdPlaceData(String city, String state, String postalCode, String country)
           
 
Method Summary
 String getCity()
          Get the value of city
 String getCountry()
          Get the value of country
 String getPostalCode()
          Get the value of postalCode
 String getState()
          Get the value of state
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureProdPlaceData

public SignatureProdPlaceData(String city,
                              String state,
                              String postalCode,
                              String country)
Method Detail

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


Copyright © 2012. All Rights Reserved.