Class SlaveAuthType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class SlaveAuthType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for SlaveAuthType complex type.

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

     <complexType name="SlaveAuthType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="slaveId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="slaveIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="slaveMac" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="requestSourceIp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="slaveInstanceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="licenseStatus" type="{http://xml.vidispine.com/schema/vidispine}VersionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • slaveId

        protected String slaveId
      • slaveIp

        protected String slaveIp
      • slaveMac

        protected String slaveMac
      • requestSourceIp

        protected String requestSourceIp
      • slaveInstanceName

        protected String slaveInstanceName
      • hostname

        protected String hostname
    • Constructor Detail

      • SlaveAuthType

        public SlaveAuthType()
    • Method Detail

      • getSlaveId

        public String getSlaveId()
        Gets the value of the slaveId property.
        Returns:
        possible object is String
      • setSlaveId

        public void setSlaveId​(String value)
        Sets the value of the slaveId property.
        Parameters:
        value - allowed object is String
      • isSetSlaveId

        public boolean isSetSlaveId()
      • getSlaveIp

        public String getSlaveIp()
        Gets the value of the slaveIp property.
        Returns:
        possible object is String
      • setSlaveIp

        public void setSlaveIp​(String value)
        Sets the value of the slaveIp property.
        Parameters:
        value - allowed object is String
      • isSetSlaveIp

        public boolean isSetSlaveIp()
      • getSlaveMac

        public String getSlaveMac()
        Gets the value of the slaveMac property.
        Returns:
        possible object is String
      • setSlaveMac

        public void setSlaveMac​(String value)
        Sets the value of the slaveMac property.
        Parameters:
        value - allowed object is String
      • isSetSlaveMac

        public boolean isSetSlaveMac()
      • getRequestSourceIp

        public String getRequestSourceIp()
        Gets the value of the requestSourceIp property.
        Returns:
        possible object is String
      • setRequestSourceIp

        public void setRequestSourceIp​(String value)
        Sets the value of the requestSourceIp property.
        Parameters:
        value - allowed object is String
      • isSetRequestSourceIp

        public boolean isSetRequestSourceIp()
      • getSlaveInstanceName

        public String getSlaveInstanceName()
        Gets the value of the slaveInstanceName property.
        Returns:
        possible object is String
      • setSlaveInstanceName

        public void setSlaveInstanceName​(String value)
        Sets the value of the slaveInstanceName property.
        Parameters:
        value - allowed object is String
      • isSetSlaveInstanceName

        public boolean isSetSlaveInstanceName()
      • getHostname

        public String getHostname()
        Gets the value of the hostname property.
        Returns:
        possible object is String
      • setHostname

        public void setHostname​(String value)
        Sets the value of the hostname property.
        Parameters:
        value - allowed object is String
      • isSetHostname

        public boolean isSetHostname()
      • getLicenseStatus

        public VersionType getLicenseStatus()
        Gets the value of the licenseStatus property.
        Returns:
        possible object is VersionType
      • setLicenseStatus

        public void setLicenseStatus​(VersionType value)
        Sets the value of the licenseStatus property.
        Parameters:
        value - allowed object is VersionType
      • isSetLicenseStatus

        public boolean isSetLicenseStatus()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

        public SlaveAuthType visit​(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object