Apache CXF API

org.apache.cxf.xkms.model.xkms
Class PendingNotificationType

java.lang.Object
  extended by org.apache.cxf.xkms.model.xkms.PendingNotificationType

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>
 


Field Summary
protected  String identifier
           
protected  String mechanism
           
 
Constructor Summary
PendingNotificationType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mechanism

protected String mechanism

identifier

protected String identifier
Constructor Detail

PendingNotificationType

public PendingNotificationType()
Method Detail

getMechanism

public String getMechanism()
Gets the value of the mechanism property.

Returns:
possible object is String

setMechanism

public void setMechanism(String value)
Sets the value of the mechanism property.

Parameters:
value - allowed object is String

getIdentifier

public String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

Apache CXF API

Apache CXF