public class VXAVSInstanceType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for VXAVSInstanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VXAVSInstanceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="vsClusterAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="status" type="{http://xml.vidispine.com/schema/vidispine}VXAStatus" minOccurs="0"/> <element name="lastSeen" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
VXAVSInstanceType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
lastSeen |
protected VXAStatus |
status |
protected String |
uri |
protected String |
vsClusterAddress |
Constructor and Description |
---|
VXAVSInstanceType() |
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() |
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.EqualsStrategy strategy) |
XMLGregorianCalendar |
getLastSeen()
Gets the value of the lastSeen property.
|
VXAStatus |
getStatus()
Gets the value of the status property.
|
String |
getUri()
Gets the value of the uri property.
|
String |
getVsClusterAddress()
Gets the value of the vsClusterAddress property.
|
boolean |
isSetLastSeen() |
boolean |
isSetStatus() |
boolean |
isSetUri() |
boolean |
isSetVsClusterAddress() |
void |
setLastSeen(XMLGregorianCalendar value)
Sets the value of the lastSeen property.
|
void |
setStatus(VXAStatus value)
Sets the value of the status property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
setVsClusterAddress(String value)
Sets the value of the vsClusterAddress property.
|
VXAVSInstanceType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
VXAVSInstanceType |
withLastSeen(XMLGregorianCalendar value) |
VXAVSInstanceType |
withStatus(VXAStatus value) |
VXAVSInstanceType |
withUri(String value) |
VXAVSInstanceType |
withVsClusterAddress(String value) |
protected String vsClusterAddress
protected String uri
protected VXAStatus status
protected XMLGregorianCalendar lastSeen
public String getVsClusterAddress()
String
public void setVsClusterAddress(String value)
value
- allowed object is
String
public boolean isSetVsClusterAddress()
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public VXAStatus getStatus()
VXAStatus
public void setStatus(VXAStatus value)
value
- allowed object is
VXAStatus
public boolean isSetStatus()
public XMLGregorianCalendar getLastSeen()
XMLGregorianCalendar
public void setLastSeen(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetLastSeen()
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 VXAVSInstanceType withVsClusterAddress(String value)
public VXAVSInstanceType withUri(String value)
public VXAVSInstanceType withStatus(VXAStatus value)
public VXAVSInstanceType withLastSeen(XMLGregorianCalendar value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public VXAVSInstanceType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.