org.w3._2001._04.xmlenc
Class EncryptedType

java.lang.Object
  extended by org.w3._2001._04.xmlenc.EncryptedType
All Implemented Interfaces:
java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Direct Known Subclasses:
EncryptedDataType, EncryptedKeyType

public abstract class EncryptedType
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

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

encryptionMethod

protected EncryptionMethodType encryptionMethod

keyInfo

protected KeyInfoType keyInfo

cipherData

protected CipherDataType cipherData

encryptionProperties

protected EncryptionPropertiesType encryptionProperties

id

protected java.lang.String id

type

protected java.lang.String type

mimeType

protected java.lang.String mimeType

encoding

protected java.lang.String encoding

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_ENCRYPTION_METHOD

public static final javax.xml.namespace.QName F_ENCRYPTION_METHOD

F_KEY_INFO

public static final javax.xml.namespace.QName F_KEY_INFO

F_CIPHER_DATA

public static final javax.xml.namespace.QName F_CIPHER_DATA

F_ENCRYPTION_PROPERTIES

public static final javax.xml.namespace.QName F_ENCRYPTION_PROPERTIES

F_ID

public static final javax.xml.namespace.QName F_ID

F_TYPE

public static final javax.xml.namespace.QName F_TYPE

F_MIME_TYPE

public static final javax.xml.namespace.QName F_MIME_TYPE

F_ENCODING

public static final javax.xml.namespace.QName F_ENCODING
Constructor Detail

EncryptedType

public EncryptedType()
Method Detail

getEncryptionMethod

public EncryptionMethodType getEncryptionMethod()
Gets the value of the encryptionMethod property.

Returns:
possible object is EncryptionMethodType

setEncryptionMethod

public void setEncryptionMethod(EncryptionMethodType value)
Sets the value of the encryptionMethod property.

Parameters:
value - allowed object is EncryptionMethodType

getKeyInfo

public KeyInfoType getKeyInfo()
Gets the value of the keyInfo property.

Returns:
possible object is KeyInfoType

setKeyInfo

public void setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property.

Parameters:
value - allowed object is KeyInfoType

getCipherData

public CipherDataType getCipherData()
Gets the value of the cipherData property.

Returns:
possible object is CipherDataType

setCipherData

public void setCipherData(CipherDataType value)
Sets the value of the cipherData property.

Parameters:
value - allowed object is CipherDataType

getEncryptionProperties

public EncryptionPropertiesType getEncryptionProperties()
Gets the value of the encryptionProperties property.

Returns:
possible object is EncryptionPropertiesType

setEncryptionProperties

public void setEncryptionProperties(EncryptionPropertiesType value)
Sets the value of the encryptionProperties property.

Parameters:
value - allowed object is EncryptionPropertiesType

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getMimeType

public java.lang.String getMimeType()
Gets the value of the mimeType property.

Returns:
possible object is String

setMimeType

public void setMimeType(java.lang.String value)
Sets the value of the mimeType property.

Parameters:
value - allowed object is String

getEncoding

public java.lang.String getEncoding()
Gets the value of the encoding property.

Returns:
possible object is String

setEncoding

public void setEncoding(java.lang.String value)
Sets the value of the encoding property.

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.