Class XjcFee06Info

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.fee06.XjcFee06Info

public class XjcFee06Info extends XjcObject

Java class for infoType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="infoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="currency" type="{urn:ietf:params:xml:ns:fee-0.6}currencyType"/>
         <element name="command" type="{urn:ietf:params:xml:ns:fee-0.6}commandType"/>
         <element name="period" type="{urn:ietf:params:xml:ns:domain-1.0}periodType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>