|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.xkms.model.xkms.UseKeyWithType
public class 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 | |
|---|---|
protected String |
application
|
protected String |
identifier
|
| Constructor Summary | |
|---|---|
UseKeyWithType()
|
|
| Method Summary | |
|---|---|
String |
getApplication()
Gets the value of the application property. |
String |
getIdentifier()
Gets the value of the identifier property. |
void |
setApplication(String value)
Sets the value of the application property. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String application
protected String identifier
| Constructor Detail |
|---|
public UseKeyWithType()
| Method Detail |
|---|
public String getApplication()
Stringpublic void setApplication(String value)
value - allowed object is
Stringpublic String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
String
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||