|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3._2001._04.xmlenc.EncryptedType
public abstract class EncryptedType
Java class for EncryptedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EncryptionMethod" type="{http://www.w3.org/2001/04/xmlenc#}EncryptionMethodType" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/>
<element ref="{http://www.w3.org/2001/04/xmlenc#}CipherData"/>
<element ref="{http://www.w3.org/2001/04/xmlenc#}EncryptionProperties" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CipherDataType |
cipherData
|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected java.lang.String |
encoding
|
protected EncryptionMethodType |
encryptionMethod
|
protected EncryptionPropertiesType |
encryptionProperties
|
static javax.xml.namespace.QName |
F_CIPHER_DATA
|
static javax.xml.namespace.QName |
F_ENCODING
|
static javax.xml.namespace.QName |
F_ENCRYPTION_METHOD
|
static javax.xml.namespace.QName |
F_ENCRYPTION_PROPERTIES
|
static javax.xml.namespace.QName |
F_ID
|
static javax.xml.namespace.QName |
F_KEY_INFO
|
static javax.xml.namespace.QName |
F_MIME_TYPE
|
static javax.xml.namespace.QName |
F_TYPE
|
protected java.lang.String |
id
|
protected KeyInfoType |
keyInfo
|
protected java.lang.String |
mimeType
|
protected java.lang.String |
type
|
| Constructor Summary | |
|---|---|
EncryptedType()
|
|
| Method Summary | |
|---|---|
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)
|
CipherDataType |
getCipherData()
Gets the value of the cipherData property. |
java.lang.String |
getEncoding()
Gets the value of the encoding property. |
EncryptionMethodType |
getEncryptionMethod()
Gets the value of the encryptionMethod property. |
EncryptionPropertiesType |
getEncryptionProperties()
Gets the value of the encryptionProperties property. |
java.lang.String |
getId()
Gets the value of the id property. |
KeyInfoType |
getKeyInfo()
Gets the value of the keyInfo property. |
java.lang.String |
getMimeType()
Gets the value of the mimeType property. |
java.lang.String |
getType()
Gets the value of the type property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setCipherData(CipherDataType value)
Sets the value of the cipherData property. |
void |
setEncoding(java.lang.String value)
Sets the value of the encoding property. |
void |
setEncryptionMethod(EncryptionMethodType value)
Sets the value of the encryptionMethod property. |
void |
setEncryptionProperties(EncryptionPropertiesType value)
Sets the value of the encryptionProperties property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property. |
void |
setMimeType(java.lang.String value)
Sets the value of the mimeType property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected EncryptionMethodType encryptionMethod
protected KeyInfoType keyInfo
protected CipherDataType cipherData
protected EncryptionPropertiesType encryptionProperties
protected java.lang.String id
protected java.lang.String type
protected java.lang.String mimeType
protected java.lang.String encoding
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_ENCRYPTION_METHOD
public static final javax.xml.namespace.QName F_KEY_INFO
public static final javax.xml.namespace.QName F_CIPHER_DATA
public static final javax.xml.namespace.QName F_ENCRYPTION_PROPERTIES
public static final javax.xml.namespace.QName F_ID
public static final javax.xml.namespace.QName F_TYPE
public static final javax.xml.namespace.QName F_MIME_TYPE
public static final javax.xml.namespace.QName F_ENCODING
| Constructor Detail |
|---|
public EncryptedType()
| Method Detail |
|---|
public EncryptionMethodType getEncryptionMethod()
EncryptionMethodTypepublic void setEncryptionMethod(EncryptionMethodType value)
value - allowed object is
EncryptionMethodTypepublic KeyInfoType getKeyInfo()
KeyInfoTypepublic void setKeyInfo(KeyInfoType value)
value - allowed object is
KeyInfoTypepublic CipherDataType getCipherData()
CipherDataTypepublic void setCipherData(CipherDataType value)
value - allowed object is
CipherDataTypepublic EncryptionPropertiesType getEncryptionProperties()
EncryptionPropertiesTypepublic void setEncryptionProperties(EncryptionPropertiesType value)
value - allowed object is
EncryptionPropertiesTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMimeType()
Stringpublic void setMimeType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEncoding()
Stringpublic void setEncoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Object
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.HashCodepublic int hashCode()
hashCode in class java.lang.Object
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.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||