Class DimensionType

  • All Implemented Interfaces:
    Serializable

    public class DimensionType
    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="dimensionTypeReference" 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"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • DimensionType

        public DimensionType()
        Default no-arg constructor
    • Method Detail

      • getDimensionTypeReference

        public ObjectReference getDimensionTypeReference()
        Gets the value of the dimensionTypeReference property.
        Returns:
        possible object is ObjectReference
      • setDimensionTypeReference

        public void setDimensionTypeReference​(ObjectReference value)
        Sets the value of the dimensionTypeReference property.
        Parameters:
        value - allowed object is ObjectReference
      • getSubsystemReference

        public ObjectReference getSubsystemReference()
        Gets the value of the subsystemReference property.
        Returns:
        possible object is ObjectReference
      • setSubsystemReference

        public void setSubsystemReference​(ObjectReference value)
        Sets the value of the subsystemReference property.
        Parameters:
        value - allowed object is ObjectReference
      • getPrompts

        public Prompts getPrompts()
        Gets the value of the prompts property.
        Returns:
        possible object is Prompts
      • setPrompts

        public void setPrompts​(Prompts value)
        Sets the value of the prompts property.
        Parameters:
        value - allowed object is Prompts