Class Format


  • public class Format
    extends java.lang.Object

    Java class for format complex type.

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

     <complexType name="format">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="currency" type="{}currency"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Currency currency  
    • Constructor Summary

      Constructors 
      Constructor Description
      Format()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Currency getCurrency()
      Gets the value of the currency property.
      void setCurrency​(Currency value)
      Sets the value of the currency property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • Format

        public Format()
    • Method Detail

      • getCurrency

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

        public void setCurrency​(Currency value)
        Sets the value of the currency property.
        Parameters:
        value - allowed object is Currency