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()
Stringpublic void setVsClusterAddress(String value)
value - allowed object is
Stringpublic boolean isSetVsClusterAddress()
public String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic boolean isSetUri()
public VXAStatus getStatus()
VXAStatuspublic void setStatus(VXAStatus value)
value - allowed object is
VXAStatuspublic boolean isSetStatus()
public XMLGregorianCalendar getLastSeen()
XMLGregorianCalendarpublic void setLastSeen(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastSeen()
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 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.Equalspublic VXAVSInstanceType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.