Class NotaryResult


  • public class NotaryResult
    extends Object
    Describes a single notary jurisdiction..
    • Constructor Detail

      • NotaryResult

        public NotaryResult()
    • Method Detail

      • addJurisdictionsItem

        public NotaryResult addJurisdictionsItem​(Jurisdiction jurisdictionsItem)
        addJurisdictionsItem.
        Returns:
        NotaryResult
      • getJurisdictions

        public List<Jurisdiction> getJurisdictions()
        .
        Returns:
        jurisdictions
      • setJurisdictions

        public void setJurisdictions​(List<Jurisdiction> jurisdictions)
        setJurisdictions.
      • getNotary

        public Notary getNotary()
        .
        Returns:
        notary
      • setNotary

        public void setNotary​(Notary notary)
        setNotary.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object