public class CollectionContentType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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="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>
Modifier and Type | Class and Description |
---|---|
static class |
CollectionContentType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected Boolean |
addItems |
protected String |
after |
protected String |
before |
protected String |
id |
protected SimpleMetadataType |
metadata |
protected CollectionContentModeType |
mode |
protected CollectionContentEntityTypeType |
type |
protected String |
uri |
Constructor and Description |
---|
CollectionContentType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
String |
getAfter()
Gets the value of the after property.
|
String |
getBefore()
Gets the value of the before property.
|
String |
getId()
Gets the value of the id property.
|
SimpleMetadataType |
getMetadata()
Gets the value of the metadata property.
|
CollectionContentModeType |
getMode()
Gets the value of the mode property.
|
CollectionContentEntityTypeType |
getType()
Gets the value of the type property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isAddItems()
Gets the value of the addItems property.
|
boolean |
isSetAddItems() |
boolean |
isSetAfter() |
boolean |
isSetBefore() |
boolean |
isSetId() |
boolean |
isSetMetadata() |
boolean |
isSetMode() |
boolean |
isSetType() |
boolean |
isSetUri() |
void |
setAddItems(boolean value)
Sets the value of the addItems property.
|
void |
setAfter(String value)
Sets the value of the after property.
|
void |
setBefore(String value)
Sets the value of the before property.
|
void |
setId(String value)
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 |
setType(CollectionContentEntityTypeType value)
Sets the value of the type property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
unsetAddItems() |
CollectionContentType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
CollectionContentType |
withAddItems(boolean value) |
CollectionContentType |
withAfter(String value) |
CollectionContentType |
withBefore(String value) |
CollectionContentType |
withId(String value) |
CollectionContentType |
withMetadata(SimpleMetadataType value) |
CollectionContentType |
withMode(CollectionContentModeType value) |
CollectionContentType |
withType(CollectionContentEntityTypeType value) |
CollectionContentType |
withUri(String value) |
protected String id
protected String uri
protected CollectionContentEntityTypeType type
protected SimpleMetadataType metadata
protected CollectionContentModeType mode
protected String before
protected String after
protected Boolean addItems
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public CollectionContentEntityTypeType getType()
CollectionContentEntityTypeType
public void setType(CollectionContentEntityTypeType value)
value
- allowed object is
CollectionContentEntityTypeType
public boolean isSetType()
public SimpleMetadataType getMetadata()
SimpleMetadataType
public void setMetadata(SimpleMetadataType value)
value
- allowed object is
SimpleMetadataType
public boolean isSetMetadata()
public CollectionContentModeType getMode()
CollectionContentModeType
public void setMode(CollectionContentModeType value)
value
- allowed object is
CollectionContentModeType
public boolean isSetMode()
public String getBefore()
String
public void setBefore(String value)
value
- allowed object is
String
public boolean isSetBefore()
public String getAfter()
String
public void setAfter(String value)
value
- allowed object is
String
public boolean isSetAfter()
public boolean isAddItems()
Boolean
public void setAddItems(boolean value)
value
- allowed object is
Boolean
public boolean isSetAddItems()
public void unsetAddItems()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public CollectionContentType withId(String value)
public CollectionContentType withUri(String value)
public CollectionContentType withType(CollectionContentEntityTypeType value)
public CollectionContentType withMetadata(SimpleMetadataType value)
public CollectionContentType withMode(CollectionContentModeType value)
public CollectionContentType withBefore(String value)
public CollectionContentType withAfter(String value)
public CollectionContentType withAddItems(boolean value)
public CollectionContentType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.