Package com.vidispine.generated
Class CollectionReorderEntryType
java.lang.Object
com.vidispine.generated.CollectionReorderEntryType
- 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 CollectionReorderEntryType
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 CollectionReorderEntryType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CollectionReorderEntryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="reference" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="before" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="after" type="{http://www.w3.org/2001/XMLSchema}string" />
</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) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getAfter()Gets the value of the after property.Gets the value of the before property.getId()Gets the value of the id property.Gets the value of the reference property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanisSetId()booleanvoidSets the value of the after property.voidSets the value of the before property.voidSets the value of the id property.voidsetReference(String value) Sets the value of the reference property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the after property.withBefore(String value) Sets the value of the before property.Sets the value of the id property.withReference(String value) Sets the value of the reference property.
-
Field Details
-
id
-
reference
-
before
-
after
-
-
Constructor Details
-
CollectionReorderEntryType
public CollectionReorderEntryType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
isSetId
public boolean isSetId() -
getReference
Gets the value of the reference property.- Returns:
- possible object is
String
-
setReference
Sets the value of the reference property.- Parameters:
value- allowed object isString
-
isSetReference
public boolean isSetReference() -
getBefore
Gets the value of the before property.- Returns:
- possible object is
String
-
setBefore
Sets the value of the before property.- Parameters:
value- allowed object isString
-
isSetBefore
public boolean isSetBefore() -
getAfter
Gets the value of the after property.- Returns:
- possible object is
String
-
setAfter
Sets the value of the after property.- Parameters:
value- allowed object isString
-
isSetAfter
public boolean isSetAfter() -
clone
-
copyTo
- Specified by:
copyToin 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:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Sets the value of the id property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withReference
Sets the value of the reference property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withBefore
Sets the value of the before property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withAfter
Sets the value of the after property.- Parameters:
value- allowed object isString- 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:
equalsin 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:
hashCodein 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:
appendin 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:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-