Class Domain
java.lang.Object
com.io7m.certusine.vanilla.internal.jaxb.Domain
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">
<sequence>
<element ref="{urn:com.io7m.certusine:configuration:1}Certificates"/>
<element ref="{urn:com.io7m.certusine:configuration:1}OutputReferences"/>
</sequence>
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Account" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DNSConfigurator" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Certificatesprotected Stringprotected Stringprotected OutputReferences -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the account property.Gets the value of the certificates property.Gets the value of the dnsConfigurator property.getName()Gets the value of the name property.Gets the value of the outputReferences property.voidsetAccount(String value) Sets the value of the account property.voidsetCertificates(Certificates value) Sets the value of the certificates property.voidsetDNSConfigurator(String value) Sets the value of the dnsConfigurator property.voidSets the value of the name property.voidSets the value of the outputReferences property.
-
Field Details
-
certificates
-
outputReferences
-
name
-
account
-
dnsConfigurator
-
-
Constructor Details
-
Domain
public Domain()
-
-
Method Details
-
getCertificates
Gets the value of the certificates property.- Returns:
- possible object is
Certificates
-
setCertificates
Sets the value of the certificates property.- Parameters:
value- allowed object isCertificates
-
getOutputReferences
Gets the value of the outputReferences property.- Returns:
- possible object is
OutputReferences
-
setOutputReferences
Sets the value of the outputReferences property.- Parameters:
value- allowed object isOutputReferences
-
getName
-
setName
-
getAccount
-
setAccount
-
getDNSConfigurator
-
setDNSConfigurator
-