|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3._2001._04.xmlenc.EncryptedType
org.w3._2001._04.xmlenc.EncryptedDataType
public class EncryptedDataType
Java class for EncryptedDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedDataType">
<complexContent>
<extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType">
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
| Fields inherited from class org.w3._2001._04.xmlenc.EncryptedType |
|---|
cipherData, encoding, encryptionMethod, encryptionProperties, F_CIPHER_DATA, F_ENCODING, F_ENCRYPTION_METHOD, F_ENCRYPTION_PROPERTIES, F_KEY_INFO, F_MIME_TYPE, F_TYPE, id, keyInfo, mimeType, type |
| Constructor Summary | |
|---|---|
EncryptedDataType()
Creates a new EncryptedDataType instance. |
|
EncryptedDataType(EncryptedDataType o)
Creates a new EncryptedDataType instance by deeply copying a given EncryptedDataType instance. |
|
| Method Summary | |
|---|---|
EncryptedDataType |
clone()
Creates and returns a deep copy of this object. |
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
| Methods inherited from class org.w3._2001._04.xmlenc.EncryptedType |
|---|
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setType |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final javax.xml.namespace.QName COMPLEX_TYPE
| Constructor Detail |
|---|
public EncryptedDataType()
EncryptedDataType instance.
public EncryptedDataType(EncryptedDataType o)
EncryptedDataType instance by deeply copying a given EncryptedDataType instance.
o - The instance to copy.
java.lang.NullPointerException - if o is null.| Method Detail |
|---|
public java.lang.String toString()
toString in class EncryptedType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class EncryptedTypepublic int hashCode()
hashCode in class EncryptedType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class EncryptedTypepublic boolean equals(java.lang.Object object)
equals in class EncryptedTypepublic EncryptedDataType clone()
clone in class EncryptedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||