Package google.registry.xjc.launch
Class XjcLaunchPhaseType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.launch.XjcLaunchPhaseType
Java class for phaseType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="phaseType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:launch-1.0>phaseTypeValue">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}token" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.getValue()
Gets the value of the value property.void
Sets the value of the name property.void
setValue
(XjcLaunchPhaseTypeValue value) Sets the value of the value property.
-
Field Details
-
value
-
name
-
-
Constructor Details
-
XjcLaunchPhaseType
public XjcLaunchPhaseType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
XjcLaunchPhaseTypeValue
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isXjcLaunchPhaseTypeValue
-
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
-