public class StorageMethodType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for StorageMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageMethodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="loc" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="bandwidth" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="read" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="write" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="browse" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="lastSuccess" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="lastFailure" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="failureMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
bandwidth |
protected boolean |
browse |
protected String |
failureMessage |
protected String |
id |
protected XMLGregorianCalendar |
lastFailure |
protected XMLGregorianCalendar |
lastSuccess |
protected String |
loc |
protected SimpleMetadataType |
metadata |
protected boolean |
read |
protected String |
type |
protected String |
uri |
protected boolean |
write |
| Constructor and Description |
|---|
StorageMethodType() |
| 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() |
Long |
getBandwidth()
Gets the value of the bandwidth property.
|
String |
getFailureMessage()
Gets the value of the failureMessage property.
|
String |
getId()
Gets the value of the id property.
|
XMLGregorianCalendar |
getLastFailure()
Gets the value of the lastFailure property.
|
XMLGregorianCalendar |
getLastSuccess()
Gets the value of the lastSuccess property.
|
String |
getLoc()
Gets the value of the loc property.
|
SimpleMetadataType |
getMetadata()
Gets the value of the metadata property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isBrowse()
Gets the value of the browse property.
|
boolean |
isRead()
Gets the value of the read property.
|
boolean |
isSetBandwidth() |
boolean |
isSetBrowse() |
boolean |
isSetFailureMessage() |
boolean |
isSetId() |
boolean |
isSetLastFailure() |
boolean |
isSetLastSuccess() |
boolean |
isSetLoc() |
boolean |
isSetMetadata() |
boolean |
isSetRead() |
boolean |
isSetType() |
boolean |
isSetUri() |
boolean |
isSetWrite() |
boolean |
isWrite()
Gets the value of the write property.
|
void |
setBandwidth(Long value)
Sets the value of the bandwidth property.
|
void |
setBrowse(boolean value)
Sets the value of the browse property.
|
void |
setFailureMessage(String value)
Sets the value of the failureMessage property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLastFailure(XMLGregorianCalendar value)
Sets the value of the lastFailure property.
|
void |
setLastSuccess(XMLGregorianCalendar value)
Sets the value of the lastSuccess property.
|
void |
setLoc(String value)
Sets the value of the loc property.
|
void |
setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.
|
void |
setRead(boolean value)
Sets the value of the read property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
setWrite(boolean value)
Sets the value of the write property.
|
StorageMethodType |
withBandwidth(Long value) |
StorageMethodType |
withBrowse(boolean value) |
StorageMethodType |
withFailureMessage(String value) |
StorageMethodType |
withId(String value) |
StorageMethodType |
withLastFailure(XMLGregorianCalendar value) |
StorageMethodType |
withLastSuccess(XMLGregorianCalendar value) |
StorageMethodType |
withLoc(String value) |
StorageMethodType |
withMetadata(SimpleMetadataType value) |
StorageMethodType |
withRead(boolean value) |
StorageMethodType |
withType(String value) |
StorageMethodType |
withUri(String value) |
StorageMethodType |
withWrite(boolean value) |
protected String loc
protected String id
protected String uri
protected Long bandwidth
protected boolean read
protected boolean write
protected boolean browse
protected XMLGregorianCalendar lastSuccess
protected XMLGregorianCalendar lastFailure
protected String failureMessage
protected String type
protected SimpleMetadataType metadata
public void setLoc(String value)
value - allowed object is
Stringpublic boolean isSetLoc()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public void setUri(String value)
value - allowed object is
Stringpublic boolean isSetUri()
public Long getBandwidth()
Longpublic void setBandwidth(Long value)
value - allowed object is
Longpublic boolean isSetBandwidth()
public boolean isRead()
public void setRead(boolean value)
public boolean isSetRead()
public boolean isWrite()
public void setWrite(boolean value)
public boolean isSetWrite()
public boolean isBrowse()
public void setBrowse(boolean value)
public boolean isSetBrowse()
public XMLGregorianCalendar getLastSuccess()
XMLGregorianCalendarpublic void setLastSuccess(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastSuccess()
public XMLGregorianCalendar getLastFailure()
XMLGregorianCalendarpublic void setLastFailure(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetLastFailure()
public String getFailureMessage()
Stringpublic void setFailureMessage(String value)
value - allowed object is
Stringpublic boolean isSetFailureMessage()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public SimpleMetadataType getMetadata()
SimpleMetadataTypepublic void setMetadata(SimpleMetadataType value)
value - allowed object is
SimpleMetadataTypepublic boolean isSetMetadata()
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 StorageMethodType withLoc(String value)
public StorageMethodType withId(String value)
public StorageMethodType withUri(String value)
public StorageMethodType withBandwidth(Long value)
public StorageMethodType withRead(boolean value)
public StorageMethodType withWrite(boolean value)
public StorageMethodType withBrowse(boolean value)
public StorageMethodType withLastSuccess(XMLGregorianCalendar value)
public StorageMethodType withLastFailure(XMLGregorianCalendar value)
public StorageMethodType withFailureMessage(String value)
public StorageMethodType withType(String value)
public StorageMethodType withMetadata(SimpleMetadataType value)
Copyright © 2015. All rights reserved.