public class FileAlreadyExistsExceptionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for FileAlreadyExistsExceptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileAlreadyExistsExceptionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="storageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fileId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
FileAlreadyExistsExceptionType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
fileId |
protected String |
path |
protected String |
storageId |
Constructor and Description |
---|
FileAlreadyExistsExceptionType() |
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() |
String |
getFileId()
Gets the value of the fileId property.
|
String |
getPath()
Gets the value of the path property.
|
String |
getStorageId()
Gets the value of the storageId property.
|
boolean |
isSetFileId() |
boolean |
isSetPath() |
boolean |
isSetStorageId() |
void |
setFileId(String value)
Sets the value of the fileId property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setStorageId(String value)
Sets the value of the storageId property.
|
FileAlreadyExistsExceptionType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
FileAlreadyExistsExceptionType |
withFileId(String value) |
FileAlreadyExistsExceptionType |
withPath(String value) |
FileAlreadyExistsExceptionType |
withStorageId(String value) |
protected String storageId
protected String fileId
protected String path
public String getStorageId()
String
public void setStorageId(String value)
value
- allowed object is
String
public boolean isSetStorageId()
public String getFileId()
String
public void setFileId(String value)
value
- allowed object is
String
public boolean isSetFileId()
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public boolean isSetPath()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public FileAlreadyExistsExceptionType withStorageId(String value)
public FileAlreadyExistsExceptionType withFileId(String value)
public FileAlreadyExistsExceptionType withPath(String value)
public FileAlreadyExistsExceptionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.