Package com.vidispine.generated
Class ExceptionType
java.lang.Object
com.vidispine.generated.ExceptionType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class ExceptionType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ConflictExceptionType
protected FileAlreadyExistsExceptionType
protected ForbiddenExceptionType
protected InternalServerExceptionType
protected InvalidInputExceptionType
protected LicenseExceptionType
protected NotAuthorizedExceptionType
protected NotFoundExceptionType
protected NotYetImplementedExceptionType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the conflict property.Gets the value of the fileAlreadyExists property.Gets the value of the forbidden property.Gets the value of the internalServer property.Gets the value of the invalidInput property.Gets the value of the licenseFault property.Gets the value of the notAuthorized property.Gets the value of the notFound property.Gets the value of the notYetImplemented property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setConflict
(ConflictExceptionType value) Sets the value of the conflict property.void
Sets the value of the fileAlreadyExists property.void
Sets the value of the forbidden property.void
Sets the value of the internalServer property.void
Sets the value of the invalidInput property.void
Sets the value of the licenseFault property.void
Sets the value of the notAuthorized property.void
setNotFound
(NotFoundExceptionType value) Sets the value of the notFound property.void
Sets the value of the notYetImplemented property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the conflict property.Sets the value of the fileAlreadyExists property.Sets the value of the forbidden property.Sets the value of the internalServer property.Sets the value of the invalidInput property.Sets the value of the licenseFault property.Sets the value of the notAuthorized property.Sets the value of the notFound property.Sets the value of the notYetImplemented property.
-
Field Details
-
notFound
-
internalServer
-
forbidden
-
notYetImplemented
-
conflict
-
invalidInput
-
licenseFault
-
fileAlreadyExists
-
notAuthorized
-
-
Constructor Details
-
ExceptionType
public ExceptionType()
-
-
Method Details
-
getNotFound
Gets the value of the notFound property.- Returns:
- possible object is
NotFoundExceptionType
-
setNotFound
Sets the value of the notFound property.- Parameters:
value
- allowed object isNotFoundExceptionType
-
isSetNotFound
public boolean isSetNotFound() -
getInternalServer
Gets the value of the internalServer property.- Returns:
- possible object is
InternalServerExceptionType
-
setInternalServer
Sets the value of the internalServer property.- Parameters:
value
- allowed object isInternalServerExceptionType
-
isSetInternalServer
public boolean isSetInternalServer() -
getForbidden
Gets the value of the forbidden property.- Returns:
- possible object is
ForbiddenExceptionType
-
setForbidden
Sets the value of the forbidden property.- Parameters:
value
- allowed object isForbiddenExceptionType
-
isSetForbidden
public boolean isSetForbidden() -
getNotYetImplemented
Gets the value of the notYetImplemented property.- Returns:
- possible object is
NotYetImplementedExceptionType
-
setNotYetImplemented
Sets the value of the notYetImplemented property.- Parameters:
value
- allowed object isNotYetImplementedExceptionType
-
isSetNotYetImplemented
public boolean isSetNotYetImplemented() -
getConflict
Gets the value of the conflict property.- Returns:
- possible object is
ConflictExceptionType
-
setConflict
Sets the value of the conflict property.- Parameters:
value
- allowed object isConflictExceptionType
-
isSetConflict
public boolean isSetConflict() -
getInvalidInput
Gets the value of the invalidInput property.- Returns:
- possible object is
InvalidInputExceptionType
-
setInvalidInput
Sets the value of the invalidInput property.- Parameters:
value
- allowed object isInvalidInputExceptionType
-
isSetInvalidInput
public boolean isSetInvalidInput() -
getLicenseFault
Gets the value of the licenseFault property.- Returns:
- possible object is
LicenseExceptionType
-
setLicenseFault
Sets the value of the licenseFault property.- Parameters:
value
- allowed object isLicenseExceptionType
-
isSetLicenseFault
public boolean isSetLicenseFault() -
getFileAlreadyExists
Gets the value of the fileAlreadyExists property.- Returns:
- possible object is
FileAlreadyExistsExceptionType
-
setFileAlreadyExists
Sets the value of the fileAlreadyExists property.- Parameters:
value
- allowed object isFileAlreadyExistsExceptionType
-
isSetFileAlreadyExists
public boolean isSetFileAlreadyExists() -
getNotAuthorized
Gets the value of the notAuthorized property.- Returns:
- possible object is
NotAuthorizedExceptionType
-
setNotAuthorized
Sets the value of the notAuthorized property.- Parameters:
value
- allowed object isNotAuthorizedExceptionType
-
isSetNotAuthorized
public boolean isSetNotAuthorized() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withNotFound
Sets the value of the notFound property.- Parameters:
value
- allowed object isNotFoundExceptionType
- Returns:
- The class instance
-
withInternalServer
Sets the value of the internalServer property.- Parameters:
value
- allowed object isInternalServerExceptionType
- Returns:
- The class instance
-
withForbidden
Sets the value of the forbidden property.- Parameters:
value
- allowed object isForbiddenExceptionType
- Returns:
- The class instance
-
withNotYetImplemented
Sets the value of the notYetImplemented property.- Parameters:
value
- allowed object isNotYetImplementedExceptionType
- Returns:
- The class instance
-
withConflict
Sets the value of the conflict property.- Parameters:
value
- allowed object isConflictExceptionType
- Returns:
- The class instance
-
withInvalidInput
Sets the value of the invalidInput property.- Parameters:
value
- allowed object isInvalidInputExceptionType
- Returns:
- The class instance
-
withLicenseFault
Sets the value of the licenseFault property.- Parameters:
value
- allowed object isLicenseExceptionType
- Returns:
- The class instance
-
withFileAlreadyExists
Sets the value of the fileAlreadyExists property.- Parameters:
value
- allowed object isFileAlreadyExistsExceptionType
- Returns:
- The class instance
-
withNotAuthorized
Sets the value of the notAuthorized property.- Parameters:
value
- allowed object isNotAuthorizedExceptionType
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-