Package com.vidispine.generated
Class ForbiddenExceptionType
- java.lang.Object
-
- com.vidispine.generated.ForbiddenExceptionType
-
- 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 ForbiddenExceptionType 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 ForbiddenExceptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ForbiddenExceptionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="context" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="explanation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ForbiddenExceptionType.PropInfo
-
Constructor Summary
Constructors Constructor Description ForbiddenExceptionType()
-
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)
String
getContext()
Gets the value of the context property.String
getExplanation()
Gets the value of the explanation property.String
getId()
Gets the value of the id property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetContext()
boolean
isSetExplanation()
boolean
isSetId()
void
setContext(String value)
Sets the value of the context property.void
setExplanation(String value)
Sets the value of the explanation property.void
setId(String value)
Sets the value of the id property.ForbiddenExceptionType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ForbiddenExceptionType
withContext(String value)
ForbiddenExceptionType
withExplanation(String value)
ForbiddenExceptionType
withId(String value)
-
-
-
Method Detail
-
getContext
public String getContext()
Gets the value of the context property.- Returns:
- possible object is
String
-
setContext
public void setContext(String value)
Sets the value of the context property.- Parameters:
value
- allowed object isString
-
isSetContext
public boolean isSetContext()
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId()
-
getExplanation
public String getExplanation()
Gets the value of the explanation property.- Returns:
- possible object is
String
-
setExplanation
public void setExplanation(String value)
Sets the value of the explanation property.- Parameters:
value
- allowed object isString
-
isSetExplanation
public boolean isSetExplanation()
-
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
-
withContext
public ForbiddenExceptionType withContext(String value)
-
withId
public ForbiddenExceptionType withId(String value)
-
withExplanation
public ForbiddenExceptionType withExplanation(String 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 ForbiddenExceptionType 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
-
-