Package com.vidispine.generated
Class StorageMethodType
java.lang.Object
com.vidispine.generated.StorageMethodType
- 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 StorageMethodType
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 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"/>
<element name="resourceTag" type="{http://xml.vidispine.com/schema/vidispine}ResourceTagType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Long
protected boolean
protected String
protected String
protected XMLGregorianCalendar
protected XMLGregorianCalendar
protected String
protected SimpleMetadataType
protected boolean
protected List<ResourceTagType>
protected String
protected String
protected boolean
-
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) boolean
boolean
equals
(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 bandwidth property.Gets the value of the failureMessage property.getId()
Gets the value of the id property.Gets the value of the lastFailure property.Gets the value of the lastSuccess property.getLoc()
Gets the value of the loc property.Gets the value of the metadata property.Gets the value of the resourceTag property.getType()
Gets the value of the type property.getUri()
Gets the value of the uri property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
isBrowse()
Gets the value of the browse property.boolean
isRead()
Gets the value of the read property.boolean
boolean
boolean
boolean
isSetId()
boolean
boolean
boolean
isSetLoc()
boolean
boolean
boolean
boolean
boolean
isSetUri()
boolean
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
Sets the value of the id property.void
Sets the value of the lastFailure property.void
Sets the value of the lastSuccess property.void
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
Sets the value of the type property.void
Sets the value of the uri property.void
setWrite
(boolean value) Sets the value of the write property.toString()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withBandwidth
(Long value) Sets the value of the bandwidth property.withBrowse
(boolean value) Sets the value of the browse property.withFailureMessage
(String value) Sets the value of the failureMessage property.Sets the value of the id property.Sets the value of the lastFailure property.Sets the value of the lastSuccess property.Sets the value of the loc property.withMetadata
(SimpleMetadataType value) Sets the value of the metadata property.withRead
(boolean value) Sets the value of the read property.withResourceTag
(ResourceTagType... values) Adds objects to the list of ResourceTag using add methodwithResourceTag
(Collection<ResourceTagType> values) Adds objects to the list of ResourceTag using addAll methodSets the value of the type property.Sets the value of the uri property.withWrite
(boolean value) Sets the value of the write property.
-
Field Details
-
loc
-
id
-
uri
-
bandwidth
-
read
protected boolean read -
write
protected boolean write -
browse
protected boolean browse -
lastSuccess
-
lastFailure
-
failureMessage
-
type
-
metadata
-
resourceTag
-
-
Constructor Details
-
StorageMethodType
public StorageMethodType()
-
-
Method Details
-
getLoc
Gets the value of the loc property.- Returns:
- possible object is
String
-
setLoc
Sets the value of the loc property.- Parameters:
value
- allowed object isString
-
isSetLoc
public boolean isSetLoc() -
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId() -
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
isSetUri
public boolean isSetUri() -
getBandwidth
Gets the value of the bandwidth property.- Returns:
- possible object is
Long
-
setBandwidth
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
Gets the value of the lastSuccess property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastSuccess
Sets the value of the lastSuccess property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetLastSuccess
public boolean isSetLastSuccess() -
getLastFailure
Gets the value of the lastFailure property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastFailure
Sets the value of the lastFailure property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetLastFailure
public boolean isSetLastFailure() -
getFailureMessage
Gets the value of the failureMessage property.- Returns:
- possible object is
String
-
setFailureMessage
Sets the value of the failureMessage property.- Parameters:
value
- allowed object isString
-
isSetFailureMessage
public boolean isSetFailureMessage() -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType() -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata() -
getResourceTag
Gets the value of the resourceTag property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the resourceTag property.For example, to add a new item, do as follows:
getResourceTag().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceTagType
- Returns:
- The value of the resourceTag property.
-
isSetResourceTag
public boolean isSetResourceTag() -
unsetResourceTag
public void unsetResourceTag() -
clone
-
copyTo
- Specified by:
copyTo
in 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:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withLoc
Sets the value of the loc property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withBandwidth
Sets the value of the bandwidth property.- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withRead
Sets the value of the read property.- Parameters:
value
- allowed object is boolean- Returns:
- The class instance
-
withWrite
Sets the value of the write property.- Parameters:
value
- allowed object is boolean- Returns:
- The class instance
-
withBrowse
Sets the value of the browse property.- Parameters:
value
- allowed object is boolean- Returns:
- The class instance
-
withLastSuccess
Sets the value of the lastSuccess property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withLastFailure
Sets the value of the lastFailure property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withFailureMessage
Sets the value of the failureMessage property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withType
Sets the value of the type property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
- Returns:
- The class instance
-
withResourceTag
Adds objects to the list of ResourceTag using add method- Parameters:
values
- objects to add to the list ResourceTag- Returns:
- The class instance
-
withResourceTag
Adds objects to the list of ResourceTag using addAll method- Parameters:
values
- objects to add to the list ResourceTag- 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:
equals
in 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:
hashCode
in 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:
append
in 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:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-