Package org.apache.cxf.xkms.model.xkms
Class UseKeyWithType
java.lang.Object
org.apache.cxf.xkms.model.xkms.UseKeyWithType
Java class for UseKeyWithType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UseKeyWithType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Application" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Identifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the application property.Gets the value of the identifier property.voidsetApplication(String value) Sets the value of the application property.voidsetIdentifier(String value) Sets the value of the identifier property.
-
Field Details
-
application
-
identifier
-
-
Constructor Details
-
UseKeyWithType
public UseKeyWithType()
-
-
Method Details
-
getApplication
Gets the value of the application property.- Returns:
- possible object is
String
-
setApplication
Sets the value of the application 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
-