Class XjcFee06Check


  • public class XjcFee06Check
    extends XjcObject
    <p>Java class for checkType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="checkType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="domain" type="{urn:ietf:params:xml:ns:fee-0.6}domainCheckType" maxOccurs="unbounded"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • XjcFee06Check

        public XjcFee06Check()
    • Method Detail

      • getDomains

        public java.util.List<XjcFee06DomainCheckType> getDomains()
        Gets the value of the domains 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 domains property. <p> For example, to add a new item, do as follows: <pre> getDomains().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list XjcFee06DomainCheckType