Package com.vidispine.generated
Class CollectionContentType
java.lang.Object
com.vidispine.generated.CollectionContentType
- 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 CollectionContentType
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 CollectionContentType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CollectionContentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://xml.vidispine.com/schema/vidispine}CollectionContentEntityTypeType" minOccurs="0"/>
<element name="reference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/>
</sequence>
<attribute name="mode" type="{http://xml.vidispine.com/schema/vidispine}CollectionContentModeType" />
<attribute name="before" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="after" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="addItems" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected String
protected String
protected String
protected SimpleMetadataType
protected CollectionContentModeType
protected String
protected CollectionContentEntityTypeType
protected String
-
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) 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 metadata property.getMode()
Gets the value of the mode property.Gets the value of the reference property.getType()
Gets the value of the type property.getUri()
Gets the value of the uri property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
Gets the value of the addItems property.boolean
boolean
boolean
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
isSetUri()
void
setAddItems
(boolean value) Sets the value of the addItems property.void
Sets the value of the after property.void
Sets the value of the before property.void
Sets the value of the id property.void
setMetadata
(SimpleMetadataType value) Sets the value of the metadata property.void
setMode
(CollectionContentModeType value) Sets the value of the mode property.void
setReference
(String value) Sets the value of the reference property.void
Sets the value of the type property.void
Sets the value of the uri property.toString()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAddItems
(boolean value) Sets the value of the addItems property.Sets the value of the after property.withBefore
(String value) Sets the value of the before property.Sets the value of the id property.withMetadata
(SimpleMetadataType value) Sets the value of the metadata property.Sets the value of the mode property.withReference
(String value) Sets the value of the reference property.Sets the value of the type property.Sets the value of the uri property.
-
Field Details
-
id
-
uri
-
type
-
reference
-
metadata
-
mode
-
before
-
after
-
addItems
-
-
Constructor Details
-
CollectionContentType
public CollectionContentType()
-
-
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() -
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
isSetUri
public boolean isSetUri() -
getType
Gets the value of the type property.- Returns:
- possible object is
CollectionContentEntityTypeType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isCollectionContentEntityTypeType
-
isSetType
public boolean isSetType() -
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() -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata() -
getMode
Gets the value of the mode property.- Returns:
- possible object is
CollectionContentModeType
-
setMode
Sets the value of the mode property.- Parameters:
value
- allowed object isCollectionContentModeType
-
isSetMode
public boolean isSetMode() -
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() -
isAddItems
public boolean isAddItems()Gets the value of the addItems property.- Returns:
- possible object is
Boolean
-
setAddItems
public void setAddItems(boolean value) Sets the value of the addItems property.- Parameters:
value
- allowed object isBoolean
-
isSetAddItems
public boolean isSetAddItems() -
unsetAddItems
public void unsetAddItems() -
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
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withType
Sets the value of the type property.- Parameters:
value
- allowed object isCollectionContentEntityTypeType
- Returns:
- The class instance
-
withReference
Sets the value of the reference property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
- Returns:
- The class instance
-
withMode
Sets the value of the mode property.- Parameters:
value
- allowed object isCollectionContentModeType
- 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
-
withAddItems
Sets the value of the addItems 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:
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
-