Package com.docusign.esign.model
Class Jurisdiction
- java.lang.Object
-
- com.docusign.esign.model.Jurisdiction
-
public class Jurisdiction extends Object
Describes the jurisdiction of a notary. This is read-only object..
-
-
Constructor Summary
Constructors Constructor Description Jurisdiction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JurisdictionallowSystemCreatedSeal(String allowSystemCreatedSeal)allowSystemCreatedSeal.JurisdictionallowUserUploadedSeal(String allowUserUploadedSeal)allowUserUploadedSeal.JurisdictioncommissionIdInSeal(String commissionIdInSeal)commissionIdInSeal.Jurisdictioncounty(String county)county.JurisdictioncountyInSeal(String countyInSeal)countyInSeal.Jurisdictionenabled(String enabled)enabled.booleanequals(Object o)Compares objects.StringgetAllowSystemCreatedSeal().StringgetAllowUserUploadedSeal().StringgetCommissionIdInSeal().StringgetCounty().StringgetCountyInSeal().StringgetEnabled().StringgetJurisdictionId().StringgetName().StringgetNotaryPublicInSeal().StringgetStateNameInSeal().inthashCode()Returns the HashCode.JurisdictionjurisdictionId(String jurisdictionId)jurisdictionId.Jurisdictionname(String name)name.JurisdictionnotaryPublicInSeal(String notaryPublicInSeal)notaryPublicInSeal.voidsetAllowSystemCreatedSeal(String allowSystemCreatedSeal)setAllowSystemCreatedSeal.voidsetAllowUserUploadedSeal(String allowUserUploadedSeal)setAllowUserUploadedSeal.voidsetCommissionIdInSeal(String commissionIdInSeal)setCommissionIdInSeal.voidsetCounty(String county)setCounty.voidsetCountyInSeal(String countyInSeal)setCountyInSeal.voidsetEnabled(String enabled)setEnabled.voidsetJurisdictionId(String jurisdictionId)setJurisdictionId.voidsetName(String name)setName.voidsetNotaryPublicInSeal(String notaryPublicInSeal)setNotaryPublicInSeal.voidsetStateNameInSeal(String stateNameInSeal)setStateNameInSeal.JurisdictionstateNameInSeal(String stateNameInSeal)stateNameInSeal.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
allowSystemCreatedSeal
public Jurisdiction allowSystemCreatedSeal(String allowSystemCreatedSeal)
allowSystemCreatedSeal.- Returns:
- Jurisdiction
-
getAllowSystemCreatedSeal
public String getAllowSystemCreatedSeal()
.- Returns:
- allowSystemCreatedSeal
-
setAllowSystemCreatedSeal
public void setAllowSystemCreatedSeal(String allowSystemCreatedSeal)
setAllowSystemCreatedSeal.
-
allowUserUploadedSeal
public Jurisdiction allowUserUploadedSeal(String allowUserUploadedSeal)
allowUserUploadedSeal.- Returns:
- Jurisdiction
-
getAllowUserUploadedSeal
public String getAllowUserUploadedSeal()
.- Returns:
- allowUserUploadedSeal
-
setAllowUserUploadedSeal
public void setAllowUserUploadedSeal(String allowUserUploadedSeal)
setAllowUserUploadedSeal.
-
commissionIdInSeal
public Jurisdiction commissionIdInSeal(String commissionIdInSeal)
commissionIdInSeal.- Returns:
- Jurisdiction
-
getCommissionIdInSeal
public String getCommissionIdInSeal()
.- Returns:
- commissionIdInSeal
-
setCommissionIdInSeal
public void setCommissionIdInSeal(String commissionIdInSeal)
setCommissionIdInSeal.
-
county
public Jurisdiction county(String county)
county.- Returns:
- Jurisdiction
-
getCounty
public String getCounty()
.- Returns:
- county
-
setCounty
public void setCounty(String county)
setCounty.
-
countyInSeal
public Jurisdiction countyInSeal(String countyInSeal)
countyInSeal.- Returns:
- Jurisdiction
-
getCountyInSeal
public String getCountyInSeal()
.- Returns:
- countyInSeal
-
setCountyInSeal
public void setCountyInSeal(String countyInSeal)
setCountyInSeal.
-
enabled
public Jurisdiction enabled(String enabled)
enabled.- Returns:
- Jurisdiction
-
getEnabled
public String getEnabled()
.- Returns:
- enabled
-
setEnabled
public void setEnabled(String enabled)
setEnabled.
-
jurisdictionId
public Jurisdiction jurisdictionId(String jurisdictionId)
jurisdictionId.- Returns:
- Jurisdiction
-
getJurisdictionId
public String getJurisdictionId()
.- Returns:
- jurisdictionId
-
setJurisdictionId
public void setJurisdictionId(String jurisdictionId)
setJurisdictionId.
-
name
public Jurisdiction name(String name)
name.- Returns:
- Jurisdiction
-
getName
public String getName()
.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
notaryPublicInSeal
public Jurisdiction notaryPublicInSeal(String notaryPublicInSeal)
notaryPublicInSeal.- Returns:
- Jurisdiction
-
getNotaryPublicInSeal
public String getNotaryPublicInSeal()
.- Returns:
- notaryPublicInSeal
-
setNotaryPublicInSeal
public void setNotaryPublicInSeal(String notaryPublicInSeal)
setNotaryPublicInSeal.
-
stateNameInSeal
public Jurisdiction stateNameInSeal(String stateNameInSeal)
stateNameInSeal.- Returns:
- Jurisdiction
-
getStateNameInSeal
public String getStateNameInSeal()
.- Returns:
- stateNameInSeal
-
setStateNameInSeal
public void setStateNameInSeal(String stateNameInSeal)
setStateNameInSeal.
-
equals
public boolean equals(Object o)
Compares objects.
-
-