public class PendingNotificationType extends Object
Java class for PendingNotificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PendingNotificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Mechanism" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Identifier" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
identifier |
protected String |
mechanism |
| Constructor and Description |
|---|
PendingNotificationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Gets the value of the identifier property.
|
String |
getMechanism()
Gets the value of the mechanism property.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setMechanism(String value)
Sets the value of the mechanism property.
|
public String getMechanism()
Stringpublic void setMechanism(String value)
value - allowed object is
Stringpublic String getIdentifier()
StringApache CXF