Package google.registry.xjc.fee06
Class XjcFee06ChkData
- java.lang.Object
-
- google.registry.xjc.XjcObject
-
- google.registry.xjc.fee06.XjcFee06ChkData
-
public class XjcFee06ChkData extends XjcObject
<p>Java class for chkDataType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="chkDataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cd" type="{urn:ietf:params:xml:ns:fee-0.6}domainCDType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<XjcFee06DomainCDType>
cds
-
Constructor Summary
Constructors Constructor Description XjcFee06ChkData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<XjcFee06DomainCDType>
getCds()
Gets the value of the cds property.
-
-
-
Field Detail
-
cds
protected java.util.List<XjcFee06DomainCDType> cds
-
-
Method Detail
-
getCds
public java.util.List<XjcFee06DomainCDType> getCds()
Gets the value of the cds property. <p> 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 <CODE>set</CODE> method for the cds property. <p> For example, to add a new item, do as follows: <pre> getCds().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listXjcFee06DomainCDType
-
-