Package com.vidispine.generated
Class VXAStorageType
- java.lang.Object
-
- com.vidispine.generated.VXAStorageType
-
- 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 VXAStorageType 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 VXAStorageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VXAStorageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="isCollectionStorage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="createProxiesStorage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VXAStorageType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
createProxiesStorage
protected String
id
protected String
isCollectionStorage
protected String
name
protected String
path
-
Constructor Summary
Constructors Constructor Description VXAStorageType()
-
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)
String
getCreateProxiesStorage()
Gets the value of the createProxiesStorage property.String
getId()
Gets the value of the id property.String
getIsCollectionStorage()
Gets the value of the isCollectionStorage property.String
getName()
Gets the value of the name property.String
getPath()
Gets the value of the path property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetCreateProxiesStorage()
boolean
isSetId()
boolean
isSetIsCollectionStorage()
boolean
isSetName()
boolean
isSetPath()
void
setCreateProxiesStorage(String value)
Sets the value of the createProxiesStorage property.void
setId(String value)
Sets the value of the id property.void
setIsCollectionStorage(String value)
Sets the value of the isCollectionStorage property.void
setName(String value)
Sets the value of the name property.void
setPath(String value)
Sets the value of the path property.VXAStorageType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
VXAStorageType
withCreateProxiesStorage(String value)
VXAStorageType
withId(String value)
VXAStorageType
withIsCollectionStorage(String value)
VXAStorageType
withName(String value)
VXAStorageType
withPath(String value)
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName()
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId()
-
getPath
public String getPath()
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
public void setPath(String value)
Sets the value of the path property.- Parameters:
value
- allowed object isString
-
isSetPath
public boolean isSetPath()
-
getIsCollectionStorage
public String getIsCollectionStorage()
Gets the value of the isCollectionStorage property.- Returns:
- possible object is
String
-
setIsCollectionStorage
public void setIsCollectionStorage(String value)
Sets the value of the isCollectionStorage property.- Parameters:
value
- allowed object isString
-
isSetIsCollectionStorage
public boolean isSetIsCollectionStorage()
-
getCreateProxiesStorage
public String getCreateProxiesStorage()
Gets the value of the createProxiesStorage property.- Returns:
- possible object is
String
-
setCreateProxiesStorage
public void setCreateProxiesStorage(String value)
Sets the value of the createProxiesStorage property.- Parameters:
value
- allowed object isString
-
isSetCreateProxiesStorage
public boolean isSetCreateProxiesStorage()
-
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
-
withName
public VXAStorageType withName(String value)
-
withId
public VXAStorageType withId(String value)
-
withPath
public VXAStorageType withPath(String value)
-
withIsCollectionStorage
public VXAStorageType withIsCollectionStorage(String value)
-
withCreateProxiesStorage
public VXAStorageType withCreateProxiesStorage(String 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 VXAStorageType 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
-
-