Class Dimension

  • All Implemented Interfaces:
    Serializable

    public class Dimension
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="dimensionReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             <element name="subsystemReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             <element name="prompts" type="{http://www.iknowbase.com/ws/iknowbase-2}prompts"/>
             <element name="parentReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             <element name="aclReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             <element name="dimensionTypes" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReferences"/>
             <element name="sortKey" type="{http://www.w3.org/2001/XMLSchema}int"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form