Package com.vidispine.generated
Class InvalidInputExceptionType
- java.lang.Object
-
- com.vidispine.generated.InvalidInputExceptionType
-
- 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 InvalidInputExceptionType 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 InvalidInputExceptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvalidInputExceptionType"> <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"/> <element name="value" 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
InvalidInputExceptionType.PropInfo
-
Constructor Summary
Constructors Constructor Description InvalidInputExceptionType()
-
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.String
getValue()
Gets the value of the value 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()
boolean
isSetValue()
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.void
setValue(String value)
Sets the value of the value property.InvalidInputExceptionType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
InvalidInputExceptionType
withContext(String value)
InvalidInputExceptionType
withExplanation(String value)
InvalidInputExceptionType
withId(String value)
InvalidInputExceptionType
withValue(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()
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
isSetValue
public boolean isSetValue()
-
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 InvalidInputExceptionType withContext(String value)
-
withId
public InvalidInputExceptionType withId(String value)
-
withExplanation
public InvalidInputExceptionType withExplanation(String value)
-
withValue
public InvalidInputExceptionType withValue(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 InvalidInputExceptionType 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
-
-