public class NotificationDocumentTriggerType extends NotificationMetadataTriggerType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for NotificationDocumentTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationDocumentTriggerType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}NotificationMetadataTriggerType">
<choice>
<element name="create" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="delete" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationDocumentTriggerType.PropInfo |
NotificationMetadataTriggerType.Modify| Modifier and Type | Field and Description |
|---|---|
protected String |
create |
protected String |
delete |
modifytype| Constructor and Description |
|---|
NotificationDocumentTriggerType() |
| 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 |
getCreate()
Gets the value of the create property.
|
String |
getDelete()
Gets the value of the delete property.
|
boolean |
isSetCreate() |
boolean |
isSetDelete() |
void |
setCreate(String value)
Sets the value of the create property.
|
void |
setDelete(String value)
Sets the value of the delete property.
|
NotificationDocumentTriggerType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
NotificationDocumentTriggerType |
withCreate(String value) |
NotificationDocumentTriggerType |
withDelete(String value) |
NotificationDocumentTriggerType |
withModify(NotificationMetadataTriggerType.Modify value) |
NotificationDocumentTriggerType |
withType(String value) |
getModify, isSetModify, setModifygetType, isSetType, setTypepublic String getCreate()
Stringpublic void setCreate(String value)
value - allowed object is
Stringpublic boolean isSetCreate()
public String getDelete()
Stringpublic void setDelete(String value)
value - allowed object is
Stringpublic boolean isSetDelete()
public Object clone()
clone in class NotificationMetadataTriggerTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class NotificationMetadataTriggerTypepublic 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.CopyTocopyTo in class NotificationMetadataTriggerTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class NotificationMetadataTriggerTypepublic NotificationDocumentTriggerType withCreate(String value)
public NotificationDocumentTriggerType withDelete(String value)
public NotificationDocumentTriggerType withModify(NotificationMetadataTriggerType.Modify value)
withModify in class NotificationMetadataTriggerTypepublic NotificationDocumentTriggerType withType(String value)
withType in class NotificationMetadataTriggerTypepublic 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.Equalsequals in class NotificationMetadataTriggerTypepublic boolean equals(Object object)
equals in class NotificationMetadataTriggerTypepublic NotificationDocumentTriggerType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class NotificationMetadataTriggerTypeCopyright © 2019. All rights reserved.