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 | 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 |
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
Stringpublic boolean isSetId()
public String getSlaveId()
Stringpublic void setSlaveId(String value)
value - allowed object is
Stringpublic boolean isSetSlaveId()
public String getSlaveIp()
Stringpublic void setSlaveIp(String value)
value - allowed object is
Stringpublic boolean isSetSlaveIp()
public String getSlaveMac()
Stringpublic void setSlaveMac(String value)
value - allowed object is
Stringpublic boolean isSetSlaveMac()
public String getRequestSourceIp()
Stringpublic void setRequestSourceIp(String value)
value - allowed object is
Stringpublic boolean isSetRequestSourceIp()
public String getSlaveInstanceName()
Stringpublic void setSlaveInstanceName(String value)
value - allowed object is
Stringpublic boolean isSetSlaveInstanceName()
public String getHostname()
Stringpublic void setHostname(String value)
value - allowed object is
Stringpublic boolean isSetHostname()
public XMLGregorianCalendar getLastUpdated()
XMLGregorianCalendarpublic void setLastUpdated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastUpdated()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic SlaveType withLastUpdated(XMLGregorianCalendar value)
Copyright © 2015. All rights reserved.