Package iofXml.v3

Class InformationItem

  • All Implemented Interfaces:

    
    public class InformationItem
    
                        

    Defines a general-purpose information object containing a title and content.

    Java class for InformationItem complex type

    .

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

    
    <complexType name="InformationItem">
      <complexContent>
        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
          <sequence>
            <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string"/>
            <element name="Content" type="{http://www.w3.org/2001/XMLSchema}string"/>
          </sequence>
          <attribute name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
        </restriction>
      </complexContent>
    </complexType>
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description