Package google.registry.xjc.fee12
Class XjcFee12CommandCDType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee12.XjcFee12CommandCDType
Java class for commandCDType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="commandCDType">
<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="fee" type="{urn:ietf:params:xml:ns:fee-0.12}feeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="credit" type="{urn:ietf:params:xml:ns:fee-0.12}creditType" maxOccurs="unbounded" minOccurs="0"/>
<element name="class" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="notAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
<attribute name="avail" type="{http://www.w3.org/2001/XMLSchema}boolean" default="1" />
<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
Modifier and TypeFieldDescriptionprotected Boolean
protected String
protected List
<XjcFee12CreditType> protected org.joda.time.DateTime
protected List
<XjcFee12FeeType> protected String
protected org.joda.time.DateTime
protected XjcDomainPeriodType
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetClazz()
Gets the value of the clazz property.Gets the value of the credits property.org.joda.time.DateTime
getDate()
Gets the value of the date property.getFees()
Gets the value of the fees property.getName()
Gets the value of the name property.org.joda.time.DateTime
Gets the value of the notAfter property.Gets the value of the period property.getPhase()
Gets the value of the phase property.Gets the value of the reason property.Gets the value of the subphase property.boolean
isAvail()
Gets the value of the avail property.void
Sets the value of the avail 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
setNotAfter
(org.joda.time.DateTime value) Sets the value of the notAfter property.void
setPeriod
(XjcDomainPeriodType value) Sets the value of the period property.void
Sets the value of the phase property.void
Sets the value of the reason property.void
setSubphase
(String value) Sets the value of the subphase property.
-
Field Details
-
period
-
fees
-
credits
-
clazz
-
reason
-
date
protected org.joda.time.DateTime date -
notAfter
protected org.joda.time.DateTime notAfter -
avail
-
name
-
phase
-
subphase
-
-
Constructor Details
-
XjcFee12CommandCDType
public XjcFee12CommandCDType()
-
-
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
-
getFees
Gets the value of the fees property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
For example, to add a new item, do as follows:set
method for the fees property.getFees().add(newItem);
Objects of the following type(s) are allowed in the listXjcFee12FeeType
- Returns:
- The value of the fees property.
-
getCredits
Gets the value of the credits property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
For example, to add a new item, do as follows:set
method for the credits property.getCredits().add(newItem);
Objects of the following type(s) are allowed in the listXjcFee12CreditType
- Returns:
- The value of the credits property.
-
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
-
getReason
Gets the value of the reason property.- Returns:
- possible object is
String
-
setReason
Sets the value of the reason 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
-
getNotAfter
public org.joda.time.DateTime getNotAfter()Gets the value of the notAfter property.- Returns:
- possible object is
String
-
setNotAfter
public void setNotAfter(org.joda.time.DateTime value) Sets the value of the notAfter property.- Parameters:
value
- allowed object isString
-
isAvail
public boolean isAvail()Gets the value of the avail property.- Returns:
- possible object is
Boolean
-
setAvail
Sets the value of the avail property.- Parameters:
value
- allowed object isBoolean
-
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
-