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 |
modify
type
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, setModify
getType, isSetType, setType
public String getCreate()
String
public void setCreate(String value)
value
- allowed object is
String
public boolean isSetCreate()
public String getDelete()
String
public void setDelete(String value)
value
- allowed object is
String
public boolean isSetDelete()
public Object clone()
clone
in class NotificationMetadataTriggerType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class NotificationMetadataTriggerType
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
copyTo
in class NotificationMetadataTriggerType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class NotificationMetadataTriggerType
public NotificationDocumentTriggerType withCreate(String value)
public NotificationDocumentTriggerType withDelete(String value)
public NotificationDocumentTriggerType withModify(NotificationMetadataTriggerType.Modify value)
withModify
in class NotificationMetadataTriggerType
public NotificationDocumentTriggerType withType(String value)
withType
in class NotificationMetadataTriggerType
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.Equals
equals
in class NotificationMetadataTriggerType
public boolean equals(Object object)
equals
in class NotificationMetadataTriggerType
public NotificationDocumentTriggerType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class NotificationMetadataTriggerType
Copyright © 2018. All rights reserved.