Class Configuration

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

public class Configuration 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">
       <sequence>
         <element ref="{urn:com.io7m.certusine:configuration:1}Options"/>
         <element ref="{urn:com.io7m.certusine:configuration:1}Accounts"/>
         <element ref="{urn:com.io7m.certusine:configuration:1}Outputs"/>
         <element ref="{urn:com.io7m.certusine:configuration:1}DNSConfigurators"/>
         <element ref="{urn:com.io7m.certusine:configuration:1}Domains"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Configuration

      public Configuration()
  • Method Details

    • getOptions

      public Options getOptions()
      Gets the value of the options property.
      Returns:
      possible object is Options
    • setOptions

      public void setOptions(Options value)
      Sets the value of the options property.
      Parameters:
      value - allowed object is Options
    • getAccounts

      public Accounts getAccounts()
      Gets the value of the accounts property.
      Returns:
      possible object is Accounts
    • setAccounts

      public void setAccounts(Accounts value)
      Sets the value of the accounts property.
      Parameters:
      value - allowed object is Accounts
    • getOutputs

      public Outputs getOutputs()
      Gets the value of the outputs property.
      Returns:
      possible object is Outputs
    • setOutputs

      public void setOutputs(Outputs value)
      Sets the value of the outputs property.
      Parameters:
      value - allowed object is Outputs
    • getDNSConfigurators

      public DNSConfigurators getDNSConfigurators()
      Gets the value of the dnsConfigurators property.
      Returns:
      possible object is DNSConfigurators
    • setDNSConfigurators

      public void setDNSConfigurators(DNSConfigurators value)
      Sets the value of the dnsConfigurators property.
      Parameters:
      value - allowed object is DNSConfigurators
    • getDomains

      public Domains getDomains()
      Gets the value of the domains property.
      Returns:
      possible object is Domains
    • setDomains

      public void setDomains(Domains value)
      Sets the value of the domains property.
      Parameters:
      value - allowed object is Domains