public class NotificationStorageTriggerType extends NotificationTriggerType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for NotificationStorageTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationStorageTriggerType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}NotificationTriggerType">
<choice>
<element name="delete" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="create" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="filename" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
create |
protected String |
delete |
protected String |
filename |
type| Constructor and Description |
|---|
NotificationStorageTriggerType() |
| 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 |
getCreate()
Gets the value of the create property.
|
String |
getDelete()
Gets the value of the delete property.
|
String |
getFilename()
Gets the value of the filename property.
|
boolean |
isSetCreate() |
boolean |
isSetDelete() |
boolean |
isSetFilename() |
void |
setCreate(String value)
Sets the value of the create property.
|
void |
setDelete(String value)
Sets the value of the delete property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
NotificationStorageTriggerType |
withCreate(String value) |
NotificationStorageTriggerType |
withDelete(String value) |
NotificationStorageTriggerType |
withFilename(String value) |
NotificationStorageTriggerType |
withType(String value) |
getType, isSetType, setTypeprotected String delete
protected String create
protected String filename
public String getDelete()
Stringpublic void setDelete(String value)
value - allowed object is
Stringpublic boolean isSetDelete()
public String getCreate()
Stringpublic void setCreate(String value)
value - allowed object is
Stringpublic boolean isSetCreate()
public String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic boolean isSetFilename()
public Object clone()
clone in class NotificationTriggerTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class NotificationTriggerTypepublic 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 NotificationTriggerTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class NotificationTriggerTypepublic NotificationStorageTriggerType withDelete(String value)
public NotificationStorageTriggerType withCreate(String value)
public NotificationStorageTriggerType withFilename(String value)
public NotificationStorageTriggerType withType(String value)
withType in class NotificationTriggerTypeCopyright © 2015. All rights reserved.