Uses of Class
com.vidispine.generated.ForbiddenExceptionType
-
-
Uses of ForbiddenExceptionType in com.vidispine.generated
Fields in com.vidispine.generated declared as ForbiddenExceptionType Modifier and Type Field Description protected ForbiddenExceptionType
ExceptionType. forbidden
Methods in com.vidispine.generated that return ForbiddenExceptionType Modifier and Type Method Description ForbiddenExceptionType
ObjectFactory. createForbiddenExceptionType()
Create an instance ofForbiddenExceptionType
ForbiddenExceptionType
ExceptionType. getForbidden()
Gets the value of the forbidden property.ForbiddenExceptionType
ForbiddenExceptionType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ForbiddenExceptionType
ForbiddenExceptionType. withContext(String value)
ForbiddenExceptionType
ForbiddenExceptionType. withExplanation(String value)
ForbiddenExceptionType
ForbiddenExceptionType. withId(String value)
Methods in com.vidispine.generated with parameters of type ForbiddenExceptionType Modifier and Type Method Description void
ExceptionType. setForbidden(ForbiddenExceptionType value)
Sets the value of the forbidden property.ExceptionType
ExceptionType. withForbidden(ForbiddenExceptionType value)
-