Package com.vidispine.generated
Class SlaveAuthType
java.lang.Object
com.vidispine.generated.SlaveAuthType
- 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 SlaveAuthType
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 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:
-
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.Gets the value of the licenseStatus 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) booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetHostname(String value) Sets the value of the hostname property.voidsetLicenseStatus(VersionType value) Sets the value of the licenseStatus 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.withLicenseStatus(VersionType value) Sets the value of the licenseStatus 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
-
slaveId
-
slaveIp
-
slaveMac
-
requestSourceIp
-
slaveInstanceName
-
hostname
-
licenseStatus
-
-
Constructor Details
-
SlaveAuthType
public SlaveAuthType()
-
-
Method Details
-
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() -
getLicenseStatus
Gets the value of the licenseStatus property.- Returns:
- possible object is
VersionType
-
setLicenseStatus
Sets the value of the licenseStatus property.- Parameters:
value- allowed object isVersionType
-
isSetLicenseStatus
public boolean isSetLicenseStatus() -
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
-
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
-
withLicenseStatus
Sets the value of the licenseStatus property.- Parameters:
value- allowed object isVersionType- 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
-