public class NotificationFileTriggerType extends NotificationTriggerType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for NotificationFileTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationFileTriggerType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationTriggerType"> <sequence> <element name="storage" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> <choice> <element name="new" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="delete" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="change" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="hash" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="close" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
_new |
protected String |
change |
protected String |
close |
protected String |
delete |
protected String |
hash |
protected String |
storage |
type
Constructor and Description |
---|
NotificationFileTriggerType() |
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 |
getChange()
Gets the value of the change property.
|
String |
getClose()
Gets the value of the close property.
|
String |
getDelete()
Gets the value of the delete property.
|
String |
getHash()
Gets the value of the hash property.
|
String |
getNew()
Gets the value of the new property.
|
String |
getStorage()
Gets the value of the storage property.
|
boolean |
isSetChange() |
boolean |
isSetClose() |
boolean |
isSetDelete() |
boolean |
isSetHash() |
boolean |
isSetNew() |
boolean |
isSetStorage() |
void |
setChange(String value)
Sets the value of the change property.
|
void |
setClose(String value)
Sets the value of the close property.
|
void |
setDelete(String value)
Sets the value of the delete property.
|
void |
setHash(String value)
Sets the value of the hash property.
|
void |
setNew(String value)
Sets the value of the new property.
|
void |
setStorage(String value)
Sets the value of the storage property.
|
getType, isSetType, setType
protected String storage
protected String _new
protected String delete
protected String change
protected String hash
protected String close
public String getStorage()
String
public void setStorage(String value)
value
- allowed object is
String
public boolean isSetStorage()
public void setNew(String value)
value
- allowed object is
String
public boolean isSetNew()
public String getDelete()
String
public void setDelete(String value)
value
- allowed object is
String
public boolean isSetDelete()
public String getChange()
String
public void setChange(String value)
value
- allowed object is
String
public boolean isSetChange()
public String getHash()
String
public void setHash(String value)
value
- allowed object is
String
public boolean isSetHash()
public String getClose()
String
public void setClose(String value)
value
- allowed object is
String
public boolean isSetClose()
public Object clone()
clone
in class NotificationTriggerType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class NotificationTriggerType
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 NotificationTriggerType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class NotificationTriggerType
Copyright © 2015. All rights reserved.