Class AdminGuiConfigurationDisplayFormatsType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AdminGuiConfigurationDisplayFormatsType
    extends Object
    implements Serializable, Cloneable, Containerable
    Default display formats for various UI elements.

    Java class for AdminGuiConfigurationDisplayFormatsType complex type.

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

     <complexType name="AdminGuiConfigurationDisplayFormatsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="shortDateTimeFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="longDateTimeFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form