Class Account

java.lang.Object
com.io7m.certusine.vanilla.internal.jaxb.Account

public class Account extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="PublicKeyPath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="PrivateKeyPath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="AcmeURI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • publicKeyPath

      protected String publicKeyPath
    • privateKeyPath

      protected String privateKeyPath
    • acmeURI

      protected String acmeURI
  • Constructor Details

    • Account

      public Account()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getPublicKeyPath

      public String getPublicKeyPath()
      Gets the value of the publicKeyPath property.
      Returns:
      possible object is String
    • setPublicKeyPath

      public void setPublicKeyPath(String value)
      Sets the value of the publicKeyPath property.
      Parameters:
      value - allowed object is String
    • getPrivateKeyPath

      public String getPrivateKeyPath()
      Gets the value of the privateKeyPath property.
      Returns:
      possible object is String
    • setPrivateKeyPath

      public void setPrivateKeyPath(String value)
      Sets the value of the privateKeyPath property.
      Parameters:
      value - allowed object is String
    • getAcmeURI

      public String getAcmeURI()
      Gets the value of the acmeURI property.
      Returns:
      possible object is String
    • setAcmeURI

      public void setAcmeURI(String value)
      Sets the value of the acmeURI property.
      Parameters:
      value - allowed object is String