public static class NotificationMetadataTriggerType.Modify extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Modifier and Type | Class and Description |
---|---|
static class |
NotificationMetadataTriggerType.Modify.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
field |
protected String |
interval |
protected String |
language |
protected String |
track |
Constructor and Description |
---|
Modify() |
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 |
getField()
Gets the value of the field property.
|
String |
getInterval()
Gets the value of the interval property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getTrack()
Gets the value of the track property.
|
boolean |
isSetField() |
boolean |
isSetInterval() |
boolean |
isSetLanguage() |
boolean |
isSetTrack() |
void |
setField(String value)
Sets the value of the field property.
|
void |
setInterval(String value)
Sets the value of the interval property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setTrack(String value)
Sets the value of the track property.
|
NotificationMetadataTriggerType.Modify |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
NotificationMetadataTriggerType.Modify |
withField(String value) |
NotificationMetadataTriggerType.Modify |
withInterval(String value) |
NotificationMetadataTriggerType.Modify |
withLanguage(String value) |
NotificationMetadataTriggerType.Modify |
withTrack(String value) |
protected String field
protected String track
protected String language
protected String interval
public String getField()
String
public void setField(String value)
value
- allowed object is
String
public boolean isSetField()
public String getTrack()
String
public void setTrack(String value)
value
- allowed object is
String
public boolean isSetTrack()
public String getLanguage()
String
public void setLanguage(String value)
value
- allowed object is
String
public boolean isSetLanguage()
public String getInterval()
String
public void setInterval(String value)
value
- allowed object is
String
public boolean isSetInterval()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
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
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public NotificationMetadataTriggerType.Modify withField(String value)
public NotificationMetadataTriggerType.Modify withTrack(String value)
public NotificationMetadataTriggerType.Modify withLanguage(String value)
public NotificationMetadataTriggerType.Modify withInterval(String value)
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
public NotificationMetadataTriggerType.Modify visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.