public class PreUpdate extends Object
@Target({METHOD}) @Retention(RUNTIME) public @interface PreUpdate {}
<p>Java class for pre-update complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="pre-update"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="method-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </pre>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
methodName |
| Constructor and Description |
|---|
PreUpdate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getMethodName()
Gets the value of the methodName property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMethodName(String value)
Sets the value of the methodName property.
|
public String getDescription()
Gets the value of the description property.
Stringpublic void setDescription(String value)
Sets the value of the description property.
value - allowed object is
Stringpublic String getMethodName()
Gets the value of the methodName property.
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.