Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the hostname property.getId()Gets the value of the id property.Gets the value of the lastUpdated property.Gets the value of the requestSourceIp property.Gets the value of the slaveId property.Gets the value of the slaveInstanceName property.Gets the value of the slaveIp property.Gets the value of the slaveMac property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanisSetId()booleanbooleanbooleanbooleanbooleanbooleanvoidsetHostname(String value) Sets the value of the hostname property.voidSets the value of the id property.voidSets the value of the lastUpdated property.voidsetRequestSourceIp(String value) Sets the value of the requestSourceIp property.voidsetSlaveId(String value) Sets the value of the slaveId property.voidsetSlaveInstanceName(String value) Sets the value of the slaveInstanceName property.voidsetSlaveIp(String value) Sets the value of the slaveIp property.voidsetSlaveMac(String value) Sets the value of the slaveMac property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withHostname(String value) Sets the value of the hostname property.Sets the value of the id property.Sets the value of the lastUpdated property.withRequestSourceIp(String value) Sets the value of the requestSourceIp property.withSlaveId(String value) Sets the value of the slaveId property.withSlaveInstanceName(String value) Sets the value of the slaveInstanceName property.withSlaveIp(String value) Sets the value of the slaveIp property.withSlaveMac(String value) Sets the value of the slaveMac property.
-
Field Details
-
id
-
slaveId
-
slaveIp
-
slaveMac
-
requestSourceIp
-
slaveInstanceName
-
hostname
-
lastUpdated
-
-
Constructor Details
-
SlaveType
public SlaveType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
isSetId
public boolean isSetId() -
getSlaveId
Gets the value of the slaveId property.- Returns:
- possible object is
String
-
setSlaveId
Sets the value of the slaveId property.- Parameters:
value- allowed object isString
-
isSetSlaveId
public boolean isSetSlaveId() -
getSlaveIp
Gets the value of the slaveIp property.- Returns:
- possible object is
String
-
setSlaveIp
Sets the value of the slaveIp property.- Parameters:
value- allowed object isString
-
isSetSlaveIp
public boolean isSetSlaveIp() -
getSlaveMac
Gets the value of the slaveMac property.- Returns:
- possible object is
String
-
setSlaveMac
Sets the value of the slaveMac property.- Parameters:
value- allowed object isString
-
isSetSlaveMac
public boolean isSetSlaveMac() -
getRequestSourceIp
Gets the value of the requestSourceIp property.- Returns:
- possible object is
String
-
setRequestSourceIp
Sets the value of the requestSourceIp property.- Parameters:
value- allowed object isString
-
isSetRequestSourceIp
public boolean isSetRequestSourceIp() -
getSlaveInstanceName
Gets the value of the slaveInstanceName property.- Returns:
- possible object is
String
-
setSlaveInstanceName
Sets the value of the slaveInstanceName property.- Parameters:
value- allowed object isString
-
isSetSlaveInstanceName
public boolean isSetSlaveInstanceName() -
getHostname
Gets the value of the hostname property.- Returns:
- possible object is
String
-
setHostname
Sets the value of the hostname property.- Parameters:
value- allowed object isString
-
isSetHostname
public boolean isSetHostname() -
getLastUpdated
Gets the value of the lastUpdated property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastUpdated
Sets the value of the lastUpdated property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetLastUpdated
public boolean isSetLastUpdated() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Sets the value of the id property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withSlaveId
Sets the value of the slaveId property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withSlaveIp
Sets the value of the slaveIp property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withSlaveMac
Sets the value of the slaveMac property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withRequestSourceIp
Sets the value of the requestSourceIp property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withSlaveInstanceName
Sets the value of the slaveInstanceName property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withHostname
Sets the value of the hostname property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withLastUpdated
Sets the value of the lastUpdated property.- Parameters:
value- allowed object isXMLGregorianCalendar- 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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-