public class ExceptionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ExceptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExceptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="notFound" type="{http://xml.vidispine.com/schema/vidispine}NotFoundExceptionType"/>
<element name="internalServer" type="{http://xml.vidispine.com/schema/vidispine}InternalServerExceptionType"/>
<element name="forbidden" type="{http://xml.vidispine.com/schema/vidispine}ForbiddenExceptionType"/>
<element name="notYetImplemented" type="{http://xml.vidispine.com/schema/vidispine}NotYetImplementedExceptionType"/>
<element name="conflict" type="{http://xml.vidispine.com/schema/vidispine}ConflictExceptionType"/>
<element name="invalidInput" type="{http://xml.vidispine.com/schema/vidispine}InvalidInputExceptionType"/>
<element name="licenseFault" type="{http://xml.vidispine.com/schema/vidispine}LicenseExceptionType"/>
<element name="fileAlreadyExists" type="{http://xml.vidispine.com/schema/vidispine}FileAlreadyExistsExceptionType"/>
<element name="notAuthorized" type="{http://xml.vidispine.com/schema/vidispine}NotAuthorizedExceptionType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ConflictExceptionType |
conflict |
protected FileAlreadyExistsExceptionType |
fileAlreadyExists |
protected ForbiddenExceptionType |
forbidden |
protected InternalServerExceptionType |
internalServer |
protected InvalidInputExceptionType |
invalidInput |
protected LicenseExceptionType |
licenseFault |
protected NotAuthorizedExceptionType |
notAuthorized |
protected NotFoundExceptionType |
notFound |
protected NotYetImplementedExceptionType |
notYetImplemented |
| Constructor and Description |
|---|
ExceptionType() |
| 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() |
ConflictExceptionType |
getConflict()
Gets the value of the conflict property.
|
FileAlreadyExistsExceptionType |
getFileAlreadyExists()
Gets the value of the fileAlreadyExists property.
|
ForbiddenExceptionType |
getForbidden()
Gets the value of the forbidden property.
|
InternalServerExceptionType |
getInternalServer()
Gets the value of the internalServer property.
|
InvalidInputExceptionType |
getInvalidInput()
Gets the value of the invalidInput property.
|
LicenseExceptionType |
getLicenseFault()
Gets the value of the licenseFault property.
|
NotAuthorizedExceptionType |
getNotAuthorized()
Gets the value of the notAuthorized property.
|
NotFoundExceptionType |
getNotFound()
Gets the value of the notFound property.
|
NotYetImplementedExceptionType |
getNotYetImplemented()
Gets the value of the notYetImplemented property.
|
boolean |
isSetConflict() |
boolean |
isSetFileAlreadyExists() |
boolean |
isSetForbidden() |
boolean |
isSetInternalServer() |
boolean |
isSetInvalidInput() |
boolean |
isSetLicenseFault() |
boolean |
isSetNotAuthorized() |
boolean |
isSetNotFound() |
boolean |
isSetNotYetImplemented() |
void |
setConflict(ConflictExceptionType value)
Sets the value of the conflict property.
|
void |
setFileAlreadyExists(FileAlreadyExistsExceptionType value)
Sets the value of the fileAlreadyExists property.
|
void |
setForbidden(ForbiddenExceptionType value)
Sets the value of the forbidden property.
|
void |
setInternalServer(InternalServerExceptionType value)
Sets the value of the internalServer property.
|
void |
setInvalidInput(InvalidInputExceptionType value)
Sets the value of the invalidInput property.
|
void |
setLicenseFault(LicenseExceptionType value)
Sets the value of the licenseFault property.
|
void |
setNotAuthorized(NotAuthorizedExceptionType value)
Sets the value of the notAuthorized property.
|
void |
setNotFound(NotFoundExceptionType value)
Sets the value of the notFound property.
|
void |
setNotYetImplemented(NotYetImplementedExceptionType value)
Sets the value of the notYetImplemented property.
|
protected NotFoundExceptionType notFound
protected InternalServerExceptionType internalServer
protected ForbiddenExceptionType forbidden
protected NotYetImplementedExceptionType notYetImplemented
protected ConflictExceptionType conflict
protected InvalidInputExceptionType invalidInput
protected LicenseExceptionType licenseFault
protected FileAlreadyExistsExceptionType fileAlreadyExists
protected NotAuthorizedExceptionType notAuthorized
public NotFoundExceptionType getNotFound()
NotFoundExceptionTypepublic void setNotFound(NotFoundExceptionType value)
value - allowed object is
NotFoundExceptionTypepublic boolean isSetNotFound()
public InternalServerExceptionType getInternalServer()
InternalServerExceptionTypepublic void setInternalServer(InternalServerExceptionType value)
value - allowed object is
InternalServerExceptionTypepublic boolean isSetInternalServer()
public ForbiddenExceptionType getForbidden()
ForbiddenExceptionTypepublic void setForbidden(ForbiddenExceptionType value)
value - allowed object is
ForbiddenExceptionTypepublic boolean isSetForbidden()
public NotYetImplementedExceptionType getNotYetImplemented()
NotYetImplementedExceptionTypepublic void setNotYetImplemented(NotYetImplementedExceptionType value)
value - allowed object is
NotYetImplementedExceptionTypepublic boolean isSetNotYetImplemented()
public ConflictExceptionType getConflict()
ConflictExceptionTypepublic void setConflict(ConflictExceptionType value)
value - allowed object is
ConflictExceptionTypepublic boolean isSetConflict()
public InvalidInputExceptionType getInvalidInput()
InvalidInputExceptionTypepublic void setInvalidInput(InvalidInputExceptionType value)
value - allowed object is
InvalidInputExceptionTypepublic boolean isSetInvalidInput()
public LicenseExceptionType getLicenseFault()
LicenseExceptionTypepublic void setLicenseFault(LicenseExceptionType value)
value - allowed object is
LicenseExceptionTypepublic boolean isSetLicenseFault()
public FileAlreadyExistsExceptionType getFileAlreadyExists()
FileAlreadyExistsExceptionTypepublic void setFileAlreadyExists(FileAlreadyExistsExceptionType value)
value - allowed object is
FileAlreadyExistsExceptionTypepublic boolean isSetFileAlreadyExists()
public NotAuthorizedExceptionType getNotAuthorized()
NotAuthorizedExceptionTypepublic void setNotAuthorized(NotAuthorizedExceptionType value)
value - allowed object is
NotAuthorizedExceptionTypepublic boolean isSetNotAuthorized()
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.CopyToCopyright © 2015. All rights reserved.