public class SlaveAuthType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SlaveAuthType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SlaveAuthType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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="licenseStatus" type="{http://xml.vidispine.com/schema/vidispine}VersionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
SlaveAuthType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
hostname |
protected VersionType |
licenseStatus |
protected String |
requestSourceIp |
protected String |
slaveId |
protected String |
slaveInstanceName |
protected String |
slaveIp |
protected String |
slaveMac |
Constructor and Description |
---|
SlaveAuthType() |
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.
|
VersionType |
getLicenseStatus()
Gets the value of the licenseStatus 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 |
isSetLicenseStatus() |
boolean |
isSetRequestSourceIp() |
boolean |
isSetSlaveId() |
boolean |
isSetSlaveInstanceName() |
boolean |
isSetSlaveIp() |
boolean |
isSetSlaveMac() |
void |
setHostname(String value)
Sets the value of the hostname property.
|
void |
setLicenseStatus(VersionType value)
Sets the value of the licenseStatus 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.
|
SlaveAuthType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
SlaveAuthType |
withHostname(String value) |
SlaveAuthType |
withLicenseStatus(VersionType value) |
SlaveAuthType |
withRequestSourceIp(String value) |
SlaveAuthType |
withSlaveId(String value) |
SlaveAuthType |
withSlaveInstanceName(String value) |
SlaveAuthType |
withSlaveIp(String value) |
SlaveAuthType |
withSlaveMac(String value) |
protected String slaveId
protected String slaveIp
protected String slaveMac
protected String requestSourceIp
protected String slaveInstanceName
protected String hostname
protected VersionType licenseStatus
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 VersionType getLicenseStatus()
VersionType
public void setLicenseStatus(VersionType value)
value
- allowed object is
VersionType
public boolean isSetLicenseStatus()
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 SlaveAuthType withSlaveId(String value)
public SlaveAuthType withSlaveIp(String value)
public SlaveAuthType withSlaveMac(String value)
public SlaveAuthType withRequestSourceIp(String value)
public SlaveAuthType withSlaveInstanceName(String value)
public SlaveAuthType withHostname(String value)
public SlaveAuthType withLicenseStatus(VersionType value)
public SlaveAuthType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.