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() |
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.CopyTopublic ExceptionType withNotFound(NotFoundExceptionType value)
public ExceptionType withInternalServer(InternalServerExceptionType value)
public ExceptionType withForbidden(ForbiddenExceptionType value)
public ExceptionType withNotYetImplemented(NotYetImplementedExceptionType value)
public ExceptionType withConflict(ConflictExceptionType value)
public ExceptionType withInvalidInput(InvalidInputExceptionType value)
public ExceptionType withLicenseFault(LicenseExceptionType value)
public ExceptionType withFileAlreadyExists(FileAlreadyExistsExceptionType value)
public ExceptionType withNotAuthorized(NotAuthorizedExceptionType value)
Copyright © 2015. All rights reserved.