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 | Class and Description |
---|---|
static class |
ExceptionType.PropInfo |
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()
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
public 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)
public ExceptionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.