Package com.vidispine.generated
Class StorageMethodType
- java.lang.Object
-
- com.vidispine.generated.StorageMethodType
-
- 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 StorageMethodType 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 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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StorageMethodType.PropInfo
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description StorageMethodType()
-
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)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
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)
-
-
-
Field Detail
-
loc
protected String loc
-
id
protected String id
-
uri
protected String uri
-
bandwidth
protected Long bandwidth
-
read
protected boolean read
-
write
protected boolean write
-
browse
protected boolean browse
-
lastSuccess
protected XMLGregorianCalendar lastSuccess
-
lastFailure
protected XMLGregorianCalendar lastFailure
-
failureMessage
protected String failureMessage
-
type
protected String type
-
metadata
protected SimpleMetadataType metadata
-
-
Method Detail
-
getLoc
public String getLoc()
Gets the value of the loc property.- Returns:
- possible object is
String
-
setLoc
public void setLoc(String value)
Sets the value of the loc property.- Parameters:
value
- allowed object isString
-
isSetLoc
public boolean isSetLoc()
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId()
-
getUri
public String getUri()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
public void setUri(String value)
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
isSetUri
public boolean isSetUri()
-
getBandwidth
public Long getBandwidth()
Gets the value of the bandwidth property.- Returns:
- possible object is
Long
-
setBandwidth
public void setBandwidth(Long value)
Sets the value of the bandwidth property.- Parameters:
value
- allowed object isLong
-
isSetBandwidth
public boolean isSetBandwidth()
-
isRead
public boolean isRead()
Gets the value of the read property.
-
setRead
public void setRead(boolean value)
Sets the value of the read property.
-
isSetRead
public boolean isSetRead()
-
isWrite
public boolean isWrite()
Gets the value of the write property.
-
setWrite
public void setWrite(boolean value)
Sets the value of the write property.
-
isSetWrite
public boolean isSetWrite()
-
isBrowse
public boolean isBrowse()
Gets the value of the browse property.
-
setBrowse
public void setBrowse(boolean value)
Sets the value of the browse property.
-
isSetBrowse
public boolean isSetBrowse()
-
getLastSuccess
public XMLGregorianCalendar getLastSuccess()
Gets the value of the lastSuccess property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastSuccess
public void setLastSuccess(XMLGregorianCalendar value)
Sets the value of the lastSuccess property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetLastSuccess
public boolean isSetLastSuccess()
-
getLastFailure
public XMLGregorianCalendar getLastFailure()
Gets the value of the lastFailure property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastFailure
public void setLastFailure(XMLGregorianCalendar value)
Sets the value of the lastFailure property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetLastFailure
public boolean isSetLastFailure()
-
getFailureMessage
public String getFailureMessage()
Gets the value of the failureMessage property.- Returns:
- possible object is
String
-
setFailureMessage
public void setFailureMessage(String value)
Sets the value of the failureMessage property.- Parameters:
value
- allowed object isString
-
isSetFailureMessage
public boolean isSetFailureMessage()
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType()
-
getMetadata
public SimpleMetadataType getMetadata()
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
public void setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata()
-
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
-
withLoc
public StorageMethodType withLoc(String value)
-
withId
public StorageMethodType withId(String value)
-
withUri
public StorageMethodType withUri(String value)
-
withBandwidth
public StorageMethodType withBandwidth(Long value)
-
withRead
public StorageMethodType withRead(boolean value)
-
withWrite
public StorageMethodType withWrite(boolean value)
-
withBrowse
public StorageMethodType withBrowse(boolean value)
-
withLastSuccess
public StorageMethodType withLastSuccess(XMLGregorianCalendar value)
-
withLastFailure
public StorageMethodType withLastFailure(XMLGregorianCalendar value)
-
withFailureMessage
public StorageMethodType withFailureMessage(String value)
-
withType
public StorageMethodType withType(String value)
-
withMetadata
public StorageMethodType withMetadata(SimpleMetadataType 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 StorageMethodType 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
-
-