Package com.vidispine.generated
Class SlaveType
- java.lang.Object
-
- com.vidispine.generated.SlaveType
-
- 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 SlaveType 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 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SlaveType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
hostname
protected String
id
protected XMLGregorianCalendar
lastUpdated
protected String
requestSourceIp
protected String
slaveId
protected String
slaveInstanceName
protected String
slaveIp
protected String
slaveMac
-
Constructor Summary
Constructors Constructor Description SlaveType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
String
getHostname()
Gets the value of the hostname property.String
getId()
Gets the value of the id property.XMLGregorianCalendar
getLastUpdated()
Gets the value of the lastUpdated property.String
getRequestSourceIp()
Gets the value of the requestSourceIp property.String
getSlaveId()
Gets the value of the slaveId property.String
getSlaveInstanceName()
Gets the value of the slaveInstanceName property.String
getSlaveIp()
Gets the value of the slaveIp property.String
getSlaveMac()
Gets the value of the slaveMac property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetHostname()
boolean
isSetId()
boolean
isSetLastUpdated()
boolean
isSetRequestSourceIp()
boolean
isSetSlaveId()
boolean
isSetSlaveInstanceName()
boolean
isSetSlaveIp()
boolean
isSetSlaveMac()
void
setHostname(String value)
Sets the value of the hostname property.void
setId(String value)
Sets the value of the id property.void
setLastUpdated(XMLGregorianCalendar value)
Sets the value of the lastUpdated property.void
setRequestSourceIp(String value)
Sets the value of the requestSourceIp property.void
setSlaveId(String value)
Sets the value of the slaveId property.void
setSlaveInstanceName(String value)
Sets the value of the slaveInstanceName property.void
setSlaveIp(String value)
Sets the value of the slaveIp property.void
setSlaveMac(String value)
Sets the value of the slaveMac property.SlaveType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SlaveType
withHostname(String value)
SlaveType
withId(String value)
SlaveType
withLastUpdated(XMLGregorianCalendar value)
SlaveType
withRequestSourceIp(String value)
SlaveType
withSlaveId(String value)
SlaveType
withSlaveInstanceName(String value)
SlaveType
withSlaveIp(String value)
SlaveType
withSlaveMac(String value)
-
-
-
Field Detail
-
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
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isXMLGregorianCalendar
-
isSetLastUpdated
public boolean isSetLastUpdated()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withLastUpdated
public SlaveType withLastUpdated(XMLGregorianCalendar value)
-
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 interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public SlaveType 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 interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-