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
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPublicKeyPath
Gets the value of the publicKeyPath property.- Returns:
- possible object is
String
-
setPublicKeyPath
Sets the value of the publicKeyPath property.- Parameters:
value- allowed object isString
-
getPrivateKeyPath
Gets the value of the privateKeyPath property.- Returns:
- possible object is
String
-
setPrivateKeyPath
Sets the value of the privateKeyPath property.- Parameters:
value- allowed object isString
-
getAcmeURI
Gets the value of the acmeURI property.- Returns:
- possible object is
String
-
setAcmeURI
Sets the value of the acmeURI property.- Parameters:
value- allowed object isString
-