public class KRAInfo extends ResourceMessage
ResourceMessage.Attribute, ResourceMessage.AttributeList, ResourceMessage.MapAdapter| Modifier and Type | Field and Description |
|---|---|
static javax.xml.bind.Marshaller |
marshaller |
static javax.xml.bind.Unmarshaller |
unmarshaller |
attributes| Constructor and Description |
|---|
KRAInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArchivalMechanism() |
java.lang.String |
getEncryptAlgorithm() |
java.lang.String |
getRecoveryMechanism() |
java.lang.String |
getWrapAlgorithm() |
int |
hashCode() |
static void |
main(java.lang.String[] args) |
void |
setArchivalMechanism(java.lang.String archivalMechanism) |
void |
setEncryptAlgorithm(java.lang.String encryptAlgorithm) |
void |
setRecoveryMechanism(java.lang.String recoveryMechanism) |
void |
setWrapAlgorithm(java.lang.String wrapAlgorithm) |
java.lang.String |
toString() |
static KRAInfo |
valueOf(java.lang.String string) |
getAttribute, getAttributeNames, getAttributes, getClassName, marshal, marshall, removeAttribute, setAttribute, setAttributes, setClassName, unmarshal, unmarshallpublic static javax.xml.bind.Marshaller marshaller
public static javax.xml.bind.Unmarshaller unmarshaller
public java.lang.String getArchivalMechanism()
public void setArchivalMechanism(java.lang.String archivalMechanism)
public java.lang.String getRecoveryMechanism()
public void setRecoveryMechanism(java.lang.String recoveryMechanism)
public java.lang.String getEncryptAlgorithm()
public void setEncryptAlgorithm(java.lang.String encryptAlgorithm)
public java.lang.String getWrapAlgorithm()
public void setWrapAlgorithm(java.lang.String wrapAlgorithm)
public int hashCode()
hashCode in class ResourceMessagepublic boolean equals(java.lang.Object obj)
equals in class ResourceMessagepublic java.lang.String toString()
toString in class java.lang.Objectpublic static KRAInfo valueOf(java.lang.String string) throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception