Class Account
java.lang.Object
com.io7m.certusine.vanilla.internal.jaxb.Account
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acmeURI property.getName()Gets the value of the name property.Gets the value of the privateKeyPath property.Gets the value of the publicKeyPath property.voidsetAcmeURI(String value) Sets the value of the acmeURI property.voidSets the value of the name property.voidsetPrivateKeyPath(String value) Sets the value of the privateKeyPath property.voidsetPublicKeyPath(String value) Sets the value of the publicKeyPath property.
-
Field Details
-
name
-
publicKeyPath
-
privateKeyPath
-
acmeURI
-
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
getName
-
setName
-
getPublicKeyPath
-
setPublicKeyPath
-
getPrivateKeyPath
-
setPrivateKeyPath
-
getAcmeURI
-
setAcmeURI
-