Package google.registry.xjc.fee11
Class XjcFee11ObjectCDType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee11.XjcFee11ObjectCDType
Java class for objectCDType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="objectCDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="object">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' namespace='##other'/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="command" type="{urn:ietf:params:xml:ns:fee-0.11}commandType"/>
<element name="currency" type="{urn:ietf:params:xml:ns:fee-0.11}currencyType"/>
<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.11}feeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="credit" type="{urn:ietf:params:xml:ns:fee-0.11}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"/>
</sequence>
<attribute name="avail" type="{http://www.w3.org/2001/XMLSchema}boolean" default="1" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type -
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected String
protected XjcFee11CommandType
protected List
<XjcFee11CreditType> protected String
protected List
<XjcFee11FeeType> protected XjcFee11ObjectCDType.Object
protected XjcDomainPeriodType
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetClazz()
Gets the value of the clazz property.Gets the value of the command property.Gets the value of the credits property.Gets the value of the currency property.getFees()
Gets the value of the fees property.Gets the value of the object property.Gets the value of the period property.Gets the value of the reason 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
setCommand
(XjcFee11CommandType value) Sets the value of the command property.void
setCurrency
(String value) Sets the value of the currency property.void
Sets the value of the object property.void
setPeriod
(XjcDomainPeriodType value) Sets the value of the period property.void
Sets the value of the reason property.
-
Field Details
-
object
-
command
-
currency
-
period
-
fees
-
credits
-
clazz
-
reason
-
avail
-
-
Constructor Details
-
XjcFee11ObjectCDType
public XjcFee11ObjectCDType()
-
-
Method Details
-
getObject
Gets the value of the object property.- Returns:
- possible object is
XjcFee11ObjectCDType.Object
-
setObject
Sets the value of the object property.- Parameters:
value
- allowed object isXjcFee11ObjectCDType.Object
-
getCommand
Gets the value of the command property.- Returns:
- possible object is
XjcFee11CommandType
-
setCommand
Sets the value of the command property.- Parameters:
value
- allowed object isXjcFee11CommandType
-
getCurrency
Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
Sets the value of the currency property.- Parameters:
value
- allowed object isString
-
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 listXjcFee11FeeType
- 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 listXjcFee11CreditType
- 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
-
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
-