public class NotificationQuotaTriggerType extends NotificationTriggerType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for NotificationQuotaTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationQuotaTriggerType"> <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="warning" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
NotificationQuotaTriggerType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
create |
protected String |
delete |
protected String |
warning |
type
Constructor and Description |
---|
NotificationQuotaTriggerType() |
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 |
getWarning()
Gets the value of the warning property.
|
boolean |
isSetCreate() |
boolean |
isSetDelete() |
boolean |
isSetWarning() |
void |
setCreate(String value)
Sets the value of the create property.
|
void |
setDelete(String value)
Sets the value of the delete property.
|
void |
setWarning(String value)
Sets the value of the warning property.
|
NotificationQuotaTriggerType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
NotificationQuotaTriggerType |
withCreate(String value) |
NotificationQuotaTriggerType |
withDelete(String value) |
NotificationQuotaTriggerType |
withType(String value) |
NotificationQuotaTriggerType |
withWarning(String value) |
getType, isSetType, setType
protected String create
protected String delete
protected String warning
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 String getWarning()
String
public void setWarning(String value)
value
- allowed object is
String
public boolean isSetWarning()
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
public NotificationQuotaTriggerType withCreate(String value)
public NotificationQuotaTriggerType withDelete(String value)
public NotificationQuotaTriggerType withWarning(String value)
public NotificationQuotaTriggerType withType(String value)
withType
in class NotificationTriggerType
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 NotificationTriggerType
public boolean equals(Object object)
equals
in class NotificationTriggerType
public NotificationQuotaTriggerType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class NotificationTriggerType
Copyright © 2018. All rights reserved.