Class XjcFee06InfData


  • public class XjcFee06InfData
    extends XjcObject
    <p>Java class for infDataType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="infDataType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="currency" type="{urn:ietf:params:xml:ns:fee-0.6}currencyType"/&gt; &lt;element name="command" type="{urn:ietf:params:xml:ns:fee-0.6}commandType"/&gt; &lt;element name="period" type="{urn:ietf:params:xml:ns:domain-1.0}periodType"/&gt; &lt;element name="fee" type="{urn:ietf:params:xml:ns:fee-0.6}feeType" maxOccurs="unbounded"/&gt; &lt;element name="class" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • XjcFee06InfData

        public XjcFee06InfData()
    • Method Detail

      • getCurrency

        public java.lang.String getCurrency()
        Gets the value of the currency property.
        Returns:
        possible object is String
      • setCurrency

        public void setCurrency​(java.lang.String value)
        Sets the value of the currency property.
        Parameters:
        value - allowed object is String
      • getFees

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

        public java.lang.String getClazz()
        Gets the value of the clazz property.
        Returns:
        possible object is String
      • setClazz

        public void setClazz​(java.lang.String value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is String