Package com.vidispine.generated
Class ExportProblemType
- java.lang.Object
-
- com.vidispine.generated.ExportProblemType
-
- 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 ExportProblemType 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 ExportProblemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportProblemType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="asset" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parameter" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportProblemType.PropInfo
-
Constructor Summary
Constructors Constructor Description ExportProblemType()
-
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
getAsset()
Gets the value of the asset property.String
getMessage()
Gets the value of the message property.List<KeyValuePairType>
getParameter()
Gets the value of the parameter property.String
getType()
Gets the value of the type property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetAsset()
boolean
isSetMessage()
boolean
isSetParameter()
boolean
isSetType()
void
setAsset(String value)
Sets the value of the asset property.void
setMessage(String value)
Sets the value of the message property.void
setType(String value)
Sets the value of the type property.void
unsetParameter()
ExportProblemType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExportProblemType
withAsset(String value)
ExportProblemType
withMessage(String value)
ExportProblemType
withParameter(KeyValuePairType... values)
ExportProblemType
withParameter(Collection<KeyValuePairType> values)
ExportProblemType
withType(String value)
-
-
-
Field Detail
-
type
protected String type
-
message
protected String message
-
asset
protected String asset
-
parameter
protected List<KeyValuePairType> parameter
-
-
Method Detail
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType()
-
getMessage
public String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
public void setMessage(String value)
Sets the value of the message property.- Parameters:
value
- allowed object isString
-
isSetMessage
public boolean isSetMessage()
-
getAsset
public String getAsset()
Gets the value of the asset property.- Returns:
- possible object is
String
-
setAsset
public void setAsset(String value)
Sets the value of the asset property.- Parameters:
value
- allowed object isString
-
isSetAsset
public boolean isSetAsset()
-
getParameter
public List<KeyValuePairType> getParameter()
Gets the value of the parameter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the parameter property.For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
-
isSetParameter
public boolean isSetParameter()
-
unsetParameter
public void unsetParameter()
-
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
-
withType
public ExportProblemType withType(String value)
-
withMessage
public ExportProblemType withMessage(String value)
-
withAsset
public ExportProblemType withAsset(String value)
-
withParameter
public ExportProblemType withParameter(KeyValuePairType... values)
-
withParameter
public ExportProblemType withParameter(Collection<KeyValuePairType> values)
-
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 ExportProblemType 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
-
-