Package com.vidispine.generated
Class SearchType.Sort
java.lang.Object
com.vidispine.generated.SearchType.Sort
- 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
- Enclosing class:
- SearchType
public static class SearchType.Sort
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 anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="order" type="{http://xml.vidispine.com/schema/vidispine}SortingOrderType"/>
<element name="nested" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</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) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getField()Gets the value of the field property.getOrder()Gets the value of the order property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanisNested()Gets the value of the nested property.booleanbooleanbooleanvoidSets the value of the field property.voidsetNested(boolean value) Sets the value of the nested property.voidsetOrder(SortingOrderType value) Sets the value of the order property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the field property.withNested(boolean value) Sets the value of the nested property.withOrder(SortingOrderType value) Sets the value of the order property.
-
Field Details
-
field
-
order
-
nested
protected boolean nested
-
-
Constructor Details
-
Sort
public Sort()
-
-
Method Details
-
getField
Gets the value of the field property.- Returns:
- possible object is
String
-
setField
Sets the value of the field property.- Parameters:
value- allowed object isString
-
isSetField
public boolean isSetField() -
getOrder
Gets the value of the order property.- Returns:
- possible object is
SortingOrderType
-
setOrder
Sets the value of the order property.- Parameters:
value- allowed object isSortingOrderType
-
isSetOrder
public boolean isSetOrder() -
isNested
public boolean isNested()Gets the value of the nested property. -
setNested
public void setNested(boolean value) Sets the value of the nested property. -
isSetNested
public boolean isSetNested() -
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
-
withField
Sets the value of the field property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withOrder
Sets the value of the order property.- Parameters:
value- allowed object isSortingOrderType- Returns:
- The class instance
-
withNested
Sets the value of the nested property.- Parameters:
value- allowed object is boolean- 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
-