public class NotificationAccessTriggerType extends NotificationTriggerType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for NotificationAccessTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationAccessTriggerType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}NotificationTriggerType">
<choice>
<element name="create" 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"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
change |
protected String |
create |
protected String |
delete |
type| Constructor and Description |
|---|
NotificationAccessTriggerType() |
| 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 |
getCreate()
Gets the value of the create property.
|
String |
getDelete()
Gets the value of the delete property.
|
boolean |
isSetChange() |
boolean |
isSetCreate() |
boolean |
isSetDelete() |
void |
setChange(String value)
Sets the value of the change property.
|
void |
setCreate(String value)
Sets the value of the create property.
|
void |
setDelete(String value)
Sets the value of the delete property.
|
NotificationAccessTriggerType |
withChange(String value) |
NotificationAccessTriggerType |
withCreate(String value) |
NotificationAccessTriggerType |
withDelete(String value) |
NotificationAccessTriggerType |
withType(String value) |
getType, isSetType, setTypeprotected String create
protected String delete
protected String change
public 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 String getChange()
Stringpublic void setChange(String value)
value - allowed object is
Stringpublic boolean isSetChange()
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 NotificationAccessTriggerType withCreate(String value)
public NotificationAccessTriggerType withDelete(String value)
public NotificationAccessTriggerType withChange(String value)
public NotificationAccessTriggerType withType(String value)
withType in class NotificationTriggerTypeCopyright © 2015. All rights reserved.