Package com.vidispine.generated
Class NotificationMetadataTriggerType
- java.lang.Object
-
- com.vidispine.generated.NotificationTriggerType
-
- com.vidispine.generated.NotificationMetadataTriggerType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Direct Known Subclasses:
NotificationDocumentTriggerType
public class NotificationMetadataTriggerType extends NotificationTriggerType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for NotificationMetadataTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationMetadataTriggerType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationTriggerType"> <choice> <element name="modify"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="track" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="interval" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </choice> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotificationMetadataTriggerType.Modify
Java class for anonymous complex type.static class
NotificationMetadataTriggerType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected NotificationMetadataTriggerType.Modify
modify
-
Fields inherited from class com.vidispine.generated.NotificationTriggerType
type
-
-
Constructor Summary
Constructors Constructor Description NotificationMetadataTriggerType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
NotificationMetadataTriggerType.Modify
getModify()
Gets the value of the modify property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetModify()
void
setModify(NotificationMetadataTriggerType.Modify value)
Sets the value of the modify property.NotificationMetadataTriggerType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationMetadataTriggerType
withModify(NotificationMetadataTriggerType.Modify value)
NotificationMetadataTriggerType
withType(String value)
-
Methods inherited from class com.vidispine.generated.NotificationTriggerType
getType, isSetType, setType
-
-
-
-
Field Detail
-
modify
protected NotificationMetadataTriggerType.Modify modify
-
-
Method Detail
-
getModify
public NotificationMetadataTriggerType.Modify getModify()
Gets the value of the modify property.- Returns:
- possible object is
NotificationMetadataTriggerType.Modify
-
setModify
public void setModify(NotificationMetadataTriggerType.Modify value)
Sets the value of the modify property.- Parameters:
value
- allowed object isNotificationMetadataTriggerType.Modify
-
isSetModify
public boolean isSetModify()
-
clone
public Object clone()
- Overrides:
clone
in classNotificationTriggerType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classNotificationTriggerType
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classNotificationTriggerType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classNotificationTriggerType
-
withModify
public NotificationMetadataTriggerType withModify(NotificationMetadataTriggerType.Modify value)
-
withType
public NotificationMetadataTriggerType withType(String value)
- Overrides:
withType
in classNotificationTriggerType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
- Overrides:
equals
in classNotificationTriggerType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classNotificationTriggerType
-
visit
public NotificationMetadataTriggerType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classNotificationTriggerType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
- Overrides:
hashCode
in classNotificationTriggerType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classNotificationTriggerType
-
-