public class NotificationQuotaTriggerType extends NotificationTriggerType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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 | 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() |
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 |
withCreate(String value) |
NotificationQuotaTriggerType |
withDelete(String value) |
NotificationQuotaTriggerType |
withType(String value) |
NotificationQuotaTriggerType |
withWarning(String value) |
getType, isSetType, setTypeprotected String create
protected String delete
protected String warning
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 getWarning()
Stringpublic void setWarning(String value)
value - allowed object is
Stringpublic boolean isSetWarning()
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 NotificationQuotaTriggerType withCreate(String value)
public NotificationQuotaTriggerType withDelete(String value)
public NotificationQuotaTriggerType withWarning(String value)
public NotificationQuotaTriggerType withType(String value)
withType in class NotificationTriggerTypeCopyright © 2015. All rights reserved.