Class GetSubsystemResponse

  • All Implemented Interfaces:
    Serializable

    public class GetSubsystemResponse
    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 ref="{http://www.iknowbase.com/ws/iknowbase-2}subsystem" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

    • Constructor Detail

      • GetSubsystemResponse

        public GetSubsystemResponse()
        Default no-arg constructor
      • GetSubsystemResponse

        public GetSubsystemResponse​(Subsystem subsystem)
        Fully-initialising value constructor
    • Method Detail

      • getSubsystem

        public Subsystem getSubsystem()
        Gets the value of the subsystem property.
        Returns:
        possible object is Subsystem
      • setSubsystem

        public void setSubsystem​(Subsystem value)
        Sets the value of the subsystem property.
        Parameters:
        value - allowed object is Subsystem