Class DNSConfigurator
java.lang.Object
com.io7m.certusine.vanilla.internal.jaxb.DNSConfigurator
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}Parameters"/>
</sequence>
<attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the parameters property.getType()Gets the value of the type property.voidSets the value of the name property.voidsetParameters(Parameters value) Sets the value of the parameters property.voidSets the value of the type property.
-
Field Details
-
parameters
-
type
-
name
-
-
Constructor Details
-
DNSConfigurator
public DNSConfigurator()
-
-
Method Details
-
getParameters
Gets the value of the parameters property.- Returns:
- possible object is
Parameters
-
setParameters
Sets the value of the parameters property.- Parameters:
value- allowed object isParameters
-
getType
-
setType
-
getName
-
setName
-