public class SlaveType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Class and Description |
---|---|
static class |
SlaveType.PropInfo |
Modifier and Type | Field and 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 and Description |
---|
SlaveType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
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) |
protected String id
protected String slaveId
protected String slaveIp
protected String slaveMac
protected String requestSourceIp
protected String slaveInstanceName
protected String hostname
protected XMLGregorianCalendar lastUpdated
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public String getSlaveId()
String
public void setSlaveId(String value)
value
- allowed object is
String
public boolean isSetSlaveId()
public String getSlaveIp()
String
public void setSlaveIp(String value)
value
- allowed object is
String
public boolean isSetSlaveIp()
public String getSlaveMac()
String
public void setSlaveMac(String value)
value
- allowed object is
String
public boolean isSetSlaveMac()
public String getRequestSourceIp()
String
public void setRequestSourceIp(String value)
value
- allowed object is
String
public boolean isSetRequestSourceIp()
public String getSlaveInstanceName()
String
public void setSlaveInstanceName(String value)
value
- allowed object is
String
public boolean isSetSlaveInstanceName()
public String getHostname()
String
public void setHostname(String value)
value
- allowed object is
String
public boolean isSetHostname()
public XMLGregorianCalendar getLastUpdated()
XMLGregorianCalendar
public void setLastUpdated(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastUpdated()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public SlaveType withLastUpdated(XMLGregorianCalendar value)
public SlaveType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.