Package google.registry.xjc.launch
Class XjcLaunchCheck
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.launch.XjcLaunchCheck
Java class for checkType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="checkType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="phase" type="{urn:ietf:params:xml:ns:launch-1.0}phaseType"/>
</sequence>
<attribute name="type" type="{urn:ietf:params:xml:ns:launch-1.0}checkFormType" default="claims" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPhase()
Gets the value of the phase property.getType()
Gets the value of the type property.void
setPhase
(XjcLaunchPhaseType value) Sets the value of the phase property.void
setType
(XjcLaunchCheckFormType value) Sets the value of the type property.
-
Field Details
-
phase
-
type
-
-
Constructor Details
-
XjcLaunchCheck
public XjcLaunchCheck()
-
-
Method Details
-
getPhase
Gets the value of the phase property.- Returns:
- possible object is
XjcLaunchPhaseType
-
setPhase
Sets the value of the phase property.- Parameters:
value
- allowed object isXjcLaunchPhaseType
-
getType
Gets the value of the type property.- Returns:
- possible object is
XjcLaunchCheckFormType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isXjcLaunchCheckFormType
-