public class NotificationDeletionLockTriggerType extends NotificationTriggerType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for NotificationDeletionLockTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationDeletionLockTriggerType">
<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="modify" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="effective" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="expire" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationDeletionLockTriggerType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected String |
create |
protected String |
delete |
protected String |
effective |
protected String |
expire |
protected String |
modify |
type| Constructor and Description |
|---|
NotificationDeletionLockTriggerType() |
| 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.
|
String |
getEffective()
Gets the value of the effective property.
|
String |
getExpire()
Gets the value of the expire property.
|
String |
getModify()
Gets the value of the modify property.
|
boolean |
isSetCreate() |
boolean |
isSetDelete() |
boolean |
isSetEffective() |
boolean |
isSetExpire() |
boolean |
isSetModify() |
void |
setCreate(String value)
Sets the value of the create property.
|
void |
setDelete(String value)
Sets the value of the delete property.
|
void |
setEffective(String value)
Sets the value of the effective property.
|
void |
setExpire(String value)
Sets the value of the expire property.
|
void |
setModify(String value)
Sets the value of the modify property.
|
NotificationDeletionLockTriggerType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
NotificationDeletionLockTriggerType |
withCreate(String value) |
NotificationDeletionLockTriggerType |
withDelete(String value) |
NotificationDeletionLockTriggerType |
withEffective(String value) |
NotificationDeletionLockTriggerType |
withExpire(String value) |
NotificationDeletionLockTriggerType |
withModify(String value) |
NotificationDeletionLockTriggerType |
withType(String value) |
getType, isSetType, setTypeprotected String create
protected String delete
protected String modify
protected String effective
protected String expire
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 getModify()
Stringpublic void setModify(String value)
value - allowed object is
Stringpublic boolean isSetModify()
public String getEffective()
Stringpublic void setEffective(String value)
value - allowed object is
Stringpublic boolean isSetEffective()
public String getExpire()
Stringpublic void setExpire(String value)
value - allowed object is
Stringpublic boolean isSetExpire()
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 NotificationDeletionLockTriggerType withCreate(String value)
public NotificationDeletionLockTriggerType withDelete(String value)
public NotificationDeletionLockTriggerType withModify(String value)
public NotificationDeletionLockTriggerType withEffective(String value)
public NotificationDeletionLockTriggerType withExpire(String value)
public NotificationDeletionLockTriggerType withType(String value)
withType in class NotificationTriggerTypepublic 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 NotificationTriggerTypepublic boolean equals(Object object)
equals in class NotificationTriggerTypepublic NotificationDeletionLockTriggerType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class NotificationTriggerTypeCopyright © 2019. All rights reserved.