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()
NotFoundExceptionType
public void setNotFound(NotFoundExceptionType value)
value
- allowed object is
NotFoundExceptionType
public boolean isSetNotFound()
public InternalServerExceptionType getInternalServer()
InternalServerExceptionType
public void setInternalServer(InternalServerExceptionType value)
value
- allowed object is
InternalServerExceptionType
public boolean isSetInternalServer()
public ForbiddenExceptionType getForbidden()
ForbiddenExceptionType
public void setForbidden(ForbiddenExceptionType value)
value
- allowed object is
ForbiddenExceptionType
public boolean isSetForbidden()
public NotYetImplementedExceptionType getNotYetImplemented()
NotYetImplementedExceptionType
public void setNotYetImplemented(NotYetImplementedExceptionType value)
value
- allowed object is
NotYetImplementedExceptionType
public boolean isSetNotYetImplemented()
public ConflictExceptionType getConflict()
ConflictExceptionType
public void setConflict(ConflictExceptionType value)
value
- allowed object is
ConflictExceptionType
public boolean isSetConflict()
public InvalidInputExceptionType getInvalidInput()
InvalidInputExceptionType
public void setInvalidInput(InvalidInputExceptionType value)
value
- allowed object is
InvalidInputExceptionType
public boolean isSetInvalidInput()
public LicenseExceptionType getLicenseFault()
LicenseExceptionType
public void setLicenseFault(LicenseExceptionType value)
value
- allowed object is
LicenseExceptionType
public boolean isSetLicenseFault()
public FileAlreadyExistsExceptionType getFileAlreadyExists()
FileAlreadyExistsExceptionType
public void setFileAlreadyExists(FileAlreadyExistsExceptionType value)
value
- allowed object is
FileAlreadyExistsExceptionType
public boolean isSetFileAlreadyExists()
public NotAuthorizedExceptionType getNotAuthorized()
NotAuthorizedExceptionType
public void setNotAuthorized(NotAuthorizedExceptionType value)
value
- allowed object is
NotAuthorizedExceptionType
public boolean isSetNotAuthorized()
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
Copyright © 2015. All rights reserved.