Class SlaveType

java.lang.Object
com.vidispine.generated.SlaveType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class SlaveType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

Java class for SlaveType complex type

.

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


 <complexType name="SlaveType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <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="lastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • id

      protected String id
    • slaveId

      protected String slaveId
    • slaveIp

      protected String slaveIp
    • slaveMac

      protected String slaveMac
    • requestSourceIp

      protected String requestSourceIp
    • slaveInstanceName

      protected String slaveInstanceName
    • hostname

      protected String hostname
    • lastUpdated

      protected XMLGregorianCalendar lastUpdated
  • Constructor Details

    • SlaveType

      public SlaveType()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • isSetId

      public boolean isSetId()
    • 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()
    • getLastUpdated

      public XMLGregorianCalendar getLastUpdated()
      Gets the value of the lastUpdated property.
      Returns:
      possible object is XMLGregorianCalendar
    • setLastUpdated

      public void setLastUpdated(XMLGregorianCalendar value)
      Sets the value of the lastUpdated property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetLastUpdated

      public boolean isSetLastUpdated()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withId

      public SlaveType withId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSlaveId

      public SlaveType withSlaveId(String value)
      Sets the value of the slaveId property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSlaveIp

      public SlaveType withSlaveIp(String value)
      Sets the value of the slaveIp property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSlaveMac

      public SlaveType withSlaveMac(String value)
      Sets the value of the slaveMac property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withRequestSourceIp

      public SlaveType withRequestSourceIp(String value)
      Sets the value of the requestSourceIp property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSlaveInstanceName

      public SlaveType withSlaveInstanceName(String value)
      Sets the value of the slaveInstanceName property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withHostname

      public SlaveType withHostname(String value)
      Sets the value of the hostname property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLastUpdated

      public SlaveType withLastUpdated(XMLGregorianCalendar value)
      Sets the value of the lastUpdated property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

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

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString