Package org.apache.cxf.xkms.model.xkms
Class PendingNotificationType
java.lang.Object
org.apache.cxf.xkms.model.xkms.PendingNotificationType
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the identifier property.Gets the value of the mechanism property.voidsetIdentifier(String value) Sets the value of the identifier property.voidsetMechanism(String value) Sets the value of the mechanism property.
-
Field Details
-
mechanism
-
identifier
-
-
Constructor Details
-
PendingNotificationType
public PendingNotificationType()
-
-
Method Details
-
getMechanism
Gets the value of the mechanism property.- Returns:
- possible object is
String
-
setMechanism
Sets the value of the mechanism property.- Parameters:
value- allowed object isString
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isString
-