public class VXAStorageType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
VXAStorageType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected String |
createProxiesStorage |
protected String |
id |
protected String |
isCollectionStorage |
protected String |
name |
protected String |
path |
| Constructor and Description |
|---|
VXAStorageType() |
| 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) |
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.
|
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) |
protected String name
protected String id
protected String path
protected String isCollectionStorage
protected String createProxiesStorage
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic boolean isSetPath()
public String getIsCollectionStorage()
Stringpublic void setIsCollectionStorage(String value)
value - allowed object is
Stringpublic boolean isSetIsCollectionStorage()
public String getCreateProxiesStorage()
Stringpublic void setCreateProxiesStorage(String value)
value - allowed object is
Stringpublic boolean isSetCreateProxiesStorage()
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 VXAStorageType withName(String value)
public VXAStorageType withId(String value)
public VXAStorageType withPath(String value)
public VXAStorageType withIsCollectionStorage(String value)
public VXAStorageType withCreateProxiesStorage(String 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 VXAStorageType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.