Package com.vidispine.generated
Class ExceptionType
- java.lang.Object
-
- com.vidispine.generated.ExceptionType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class ExceptionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExceptionType.PropInfo
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description ExceptionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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.ExceptionType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExceptionType
withConflict(ConflictExceptionType value)
ExceptionType
withFileAlreadyExists(FileAlreadyExistsExceptionType value)
ExceptionType
withForbidden(ForbiddenExceptionType value)
ExceptionType
withInternalServer(InternalServerExceptionType value)
ExceptionType
withInvalidInput(InvalidInputExceptionType value)
ExceptionType
withLicenseFault(LicenseExceptionType value)
ExceptionType
withNotAuthorized(NotAuthorizedExceptionType value)
ExceptionType
withNotFound(NotFoundExceptionType value)
ExceptionType
withNotYetImplemented(NotYetImplementedExceptionType value)
-
-
-
Field Detail
-
notFound
protected NotFoundExceptionType notFound
-
internalServer
protected InternalServerExceptionType internalServer
-
forbidden
protected ForbiddenExceptionType forbidden
-
notYetImplemented
protected NotYetImplementedExceptionType notYetImplemented
-
conflict
protected ConflictExceptionType conflict
-
invalidInput
protected InvalidInputExceptionType invalidInput
-
licenseFault
protected LicenseExceptionType licenseFault
-
fileAlreadyExists
protected FileAlreadyExistsExceptionType fileAlreadyExists
-
notAuthorized
protected NotAuthorizedExceptionType notAuthorized
-
-
Method Detail
-
getNotFound
public NotFoundExceptionType getNotFound()
Gets the value of the notFound property.- Returns:
- possible object is
NotFoundExceptionType
-
setNotFound
public void setNotFound(NotFoundExceptionType value)
Sets the value of the notFound property.- Parameters:
value
- allowed object isNotFoundExceptionType
-
isSetNotFound
public boolean isSetNotFound()
-
getInternalServer
public InternalServerExceptionType getInternalServer()
Gets the value of the internalServer property.- Returns:
- possible object is
InternalServerExceptionType
-
setInternalServer
public void setInternalServer(InternalServerExceptionType value)
Sets the value of the internalServer property.- Parameters:
value
- allowed object isInternalServerExceptionType
-
isSetInternalServer
public boolean isSetInternalServer()
-
getForbidden
public ForbiddenExceptionType getForbidden()
Gets the value of the forbidden property.- Returns:
- possible object is
ForbiddenExceptionType
-
setForbidden
public void setForbidden(ForbiddenExceptionType value)
Sets the value of the forbidden property.- Parameters:
value
- allowed object isForbiddenExceptionType
-
isSetForbidden
public boolean isSetForbidden()
-
getNotYetImplemented
public NotYetImplementedExceptionType getNotYetImplemented()
Gets the value of the notYetImplemented property.- Returns:
- possible object is
NotYetImplementedExceptionType
-
setNotYetImplemented
public void setNotYetImplemented(NotYetImplementedExceptionType value)
Sets the value of the notYetImplemented property.- Parameters:
value
- allowed object isNotYetImplementedExceptionType
-
isSetNotYetImplemented
public boolean isSetNotYetImplemented()
-
getConflict
public ConflictExceptionType getConflict()
Gets the value of the conflict property.- Returns:
- possible object is
ConflictExceptionType
-
setConflict
public void setConflict(ConflictExceptionType value)
Sets the value of the conflict property.- Parameters:
value
- allowed object isConflictExceptionType
-
isSetConflict
public boolean isSetConflict()
-
getInvalidInput
public InvalidInputExceptionType getInvalidInput()
Gets the value of the invalidInput property.- Returns:
- possible object is
InvalidInputExceptionType
-
setInvalidInput
public void setInvalidInput(InvalidInputExceptionType value)
Sets the value of the invalidInput property.- Parameters:
value
- allowed object isInvalidInputExceptionType
-
isSetInvalidInput
public boolean isSetInvalidInput()
-
getLicenseFault
public LicenseExceptionType getLicenseFault()
Gets the value of the licenseFault property.- Returns:
- possible object is
LicenseExceptionType
-
setLicenseFault
public void setLicenseFault(LicenseExceptionType value)
Sets the value of the licenseFault property.- Parameters:
value
- allowed object isLicenseExceptionType
-
isSetLicenseFault
public boolean isSetLicenseFault()
-
getFileAlreadyExists
public FileAlreadyExistsExceptionType getFileAlreadyExists()
Gets the value of the fileAlreadyExists property.- Returns:
- possible object is
FileAlreadyExistsExceptionType
-
setFileAlreadyExists
public void setFileAlreadyExists(FileAlreadyExistsExceptionType value)
Sets the value of the fileAlreadyExists property.- Parameters:
value
- allowed object isFileAlreadyExistsExceptionType
-
isSetFileAlreadyExists
public boolean isSetFileAlreadyExists()
-
getNotAuthorized
public NotAuthorizedExceptionType getNotAuthorized()
Gets the value of the notAuthorized property.- Returns:
- possible object is
NotAuthorizedExceptionType
-
setNotAuthorized
public void setNotAuthorized(NotAuthorizedExceptionType value)
Sets the value of the notAuthorized property.- Parameters:
value
- allowed object isNotAuthorizedExceptionType
-
isSetNotAuthorized
public boolean isSetNotAuthorized()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withNotFound
public ExceptionType withNotFound(NotFoundExceptionType value)
-
withInternalServer
public ExceptionType withInternalServer(InternalServerExceptionType value)
-
withForbidden
public ExceptionType withForbidden(ForbiddenExceptionType value)
-
withNotYetImplemented
public ExceptionType withNotYetImplemented(NotYetImplementedExceptionType value)
-
withConflict
public ExceptionType withConflict(ConflictExceptionType value)
-
withInvalidInput
public ExceptionType withInvalidInput(InvalidInputExceptionType value)
-
withLicenseFault
public ExceptionType withLicenseFault(LicenseExceptionType value)
-
withFileAlreadyExists
public ExceptionType withFileAlreadyExists(FileAlreadyExistsExceptionType value)
-
withNotAuthorized
public ExceptionType withNotAuthorized(NotAuthorizedExceptionType value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public ExceptionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-