Class Subsystem

  • All Implemented Interfaces:
    Serializable

    public class Subsystem
    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="subsystemReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             <element name="aclReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Subsystem

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

      • 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
      • setAclReference

        public void setAclReference​(ObjectReference value)
        Sets the value of the aclReference property.
        Parameters:
        value - allowed object is ObjectReference
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • isHidden

        public boolean isHidden()
        Gets the value of the hidden property.
      • setHidden

        public void setHidden​(boolean value)
        Sets the value of the hidden property.
      • withHidden

        public Subsystem withHidden​(boolean value)