Package com.vidispine.generated
Class ExportInformationType
java.lang.Object
com.vidispine.generated.ExportInformationType
- 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 ExportInformationType
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 ExportInformationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="metadataList" type="{http://xml.vidispine.com/schema/vidispine}MetadataListType" minOccurs="0"/>
<element name="job" type="{http://xml.vidispine.com/schema/vidispine}JobType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
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) getJob()
Gets the value of the job property.Gets the value of the metadataList property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
isSetJob()
boolean
void
Sets the value of the job property.void
setMetadataList
(MetadataListType value) Sets the value of the metadataList property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the job property.withMetadataList
(MetadataListType value) Sets the value of the metadataList property.
-
Field Details
-
metadataList
-
job
-
-
Constructor Details
-
ExportInformationType
public ExportInformationType()
-
-
Method Details
-
getMetadataList
Gets the value of the metadataList property.- Returns:
- possible object is
MetadataListType
-
setMetadataList
Sets the value of the metadataList property.- Parameters:
value
- allowed object isMetadataListType
-
isSetMetadataList
public boolean isSetMetadataList() -
getJob
Gets the value of the job property.- Returns:
- possible object is
JobType
-
setJob
Sets the value of the job property.- Parameters:
value
- allowed object isJobType
-
isSetJob
public boolean isSetJob() -
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
-
withMetadataList
Sets the value of the metadataList property.- Parameters:
value
- allowed object isMetadataListType
- Returns:
- The class instance
-
withJob
Sets the value of the job property.- Parameters:
value
- allowed object isJobType
- 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
-