Package com.vidispine.generated
Class SlaveAuthType
- java.lang.Object
-
- com.vidispine.generated.SlaveAuthType
-
- 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 SlaveAuthType 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 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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SlaveAuthType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
hostname
protected VersionType
licenseStatus
protected String
requestSourceIp
protected String
slaveId
protected String
slaveInstanceName
protected String
slaveIp
protected String
slaveMac
-
Constructor Summary
Constructors Constructor Description SlaveAuthType()
-
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.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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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)
-
-
-
Field Detail
-
slaveId
protected String slaveId
-
slaveIp
protected String slaveIp
-
slaveMac
protected String slaveMac
-
requestSourceIp
protected String requestSourceIp
-
slaveInstanceName
protected String slaveInstanceName
-
hostname
protected String hostname
-
licenseStatus
protected VersionType licenseStatus
-
-
Method Detail
-
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()
-
getLicenseStatus
public VersionType getLicenseStatus()
Gets the value of the licenseStatus property.- Returns:
- possible object is
VersionType
-
setLicenseStatus
public void setLicenseStatus(VersionType value)
Sets the value of the licenseStatus property.- Parameters:
value
- allowed object isVersionType
-
isSetLicenseStatus
public boolean isSetLicenseStatus()
-
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
-
withSlaveId
public SlaveAuthType withSlaveId(String value)
-
withSlaveIp
public SlaveAuthType withSlaveIp(String value)
-
withSlaveMac
public SlaveAuthType withSlaveMac(String value)
-
withRequestSourceIp
public SlaveAuthType withRequestSourceIp(String value)
-
withSlaveInstanceName
public SlaveAuthType withSlaveInstanceName(String value)
-
withHostname
public SlaveAuthType withHostname(String value)
-
withLicenseStatus
public SlaveAuthType withLicenseStatus(VersionType 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 SlaveAuthType 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
-
-