Package google.registry.xjc.fee12
Class XjcFee12CommandCheckType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee12.XjcFee12CommandCheckType
Java class for commandCheckType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="commandCheckType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="period" type="{urn:ietf:params:xml:ns:domain-1.0}periodType" minOccurs="0"/>
<element name="class" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
<attribute name="name" type="{urn:ietf:params:xml:ns:fee-0.12}commandTypeValue" />
<attribute name="phase" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="subphase" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetClazz()
Gets the value of the clazz property.org.joda.time.DateTime
getDate()
Gets the value of the date property.getName()
Gets the value of the name property.Gets the value of the period property.getPhase()
Gets the value of the phase property.Gets the value of the subphase property.void
Sets the value of the clazz property.void
setDate
(org.joda.time.DateTime value) Sets the value of the date property.void
Sets the value of the name property.void
setPeriod
(XjcDomainPeriodType value) Sets the value of the period property.void
Sets the value of the phase property.void
setSubphase
(String value) Sets the value of the subphase property.
-
Field Details
-
period
-
clazz
-
date
protected org.joda.time.DateTime date -
name
-
phase
-
subphase
-
-
Constructor Details
-
XjcFee12CommandCheckType
public XjcFee12CommandCheckType()
-
-
Method Details
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
XjcDomainPeriodType
-
setPeriod
Sets the value of the period property.- Parameters:
value
- allowed object isXjcDomainPeriodType
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value
- allowed object isString
-
getDate
public org.joda.time.DateTime getDate()Gets the value of the date property.- Returns:
- possible object is
String
-
setDate
public void setDate(org.joda.time.DateTime value) Sets the value of the date property.- Parameters:
value
- allowed object isString
-
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
-
getPhase
Gets the value of the phase property.- Returns:
- possible object is
String
-
setPhase
Sets the value of the phase property.- Parameters:
value
- allowed object isString
-
getSubphase
Gets the value of the subphase property.- Returns:
- possible object is
String
-
setSubphase
Sets the value of the subphase property.- Parameters:
value
- allowed object isString
-