public class CollectionContentType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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
Stringpublic boolean isSetId()
public String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic boolean isSetUri()
public CollectionContentEntityTypeType getType()
CollectionContentEntityTypeTypepublic void setType(CollectionContentEntityTypeType value)
value - allowed object is
CollectionContentEntityTypeTypepublic boolean isSetType()
public SimpleMetadataType getMetadata()
SimpleMetadataTypepublic void setMetadata(SimpleMetadataType value)
value - allowed object is
SimpleMetadataTypepublic boolean isSetMetadata()
public CollectionContentModeType getMode()
CollectionContentModeTypepublic void setMode(CollectionContentModeType value)
value - allowed object is
CollectionContentModeTypepublic boolean isSetMode()
public String getBefore()
Stringpublic void setBefore(String value)
value - allowed object is
Stringpublic boolean isSetBefore()
public String getAfter()
Stringpublic void setAfter(String value)
value - allowed object is
Stringpublic boolean isSetAfter()
public boolean isAddItems()
Booleanpublic void setAddItems(boolean value)
value - allowed object is
Booleanpublic boolean isSetAddItems()
public void unsetAddItems()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic CollectionContentType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.