public static class NotificationMetadataTriggerType.Modify extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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 | Field and Description |
|---|---|
protected String |
field |
protected String |
interval |
protected String |
language |
protected String |
track |
| Constructor and Description |
|---|
NotificationMetadataTriggerType.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() |
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 |
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 NotificationMetadataTriggerType.Modify()
public String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic boolean isSetField()
public String getTrack()
Stringpublic void setTrack(String value)
value - allowed object is
Stringpublic boolean isSetTrack()
public String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic boolean isSetLanguage()
public String getInterval()
Stringpublic void setInterval(String value)
value - allowed object is
Stringpublic boolean isSetInterval()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic NotificationMetadataTriggerType.Modify withField(String value)
public NotificationMetadataTriggerType.Modify withTrack(String value)
public NotificationMetadataTriggerType.Modify withLanguage(String value)
public NotificationMetadataTriggerType.Modify withInterval(String value)
Copyright © 2015. All rights reserved.