PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.xmlsec.w3.xmldsig
Class PGPDataType

java.lang.Object
  extended by org.picketlink.identity.xmlsec.w3.xmldsig.PGPDataType

public class PGPDataType
extends Object

Java class for PGPDataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PGPDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <element name="PGPKeyID" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           <element name="PGPKeyPacket" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
           <any/>
         </sequence>
         <sequence>
           <element name="PGPKeyPacket" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           <any/>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> content
           
 
Constructor Summary
PGPDataType()
           
 
Method Summary
 void add(Object obj)
           
 List<Object> getContent()
          Gets the value of the content property.
 void remove(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected List<Object> content
Constructor Detail

PGPDataType

public PGPDataType()
Method Detail

add

public void add(Object obj)

remove

public void remove(Object obj)

getContent

public List<Object> getContent()
Gets the value of the content property.

Objects of the following type(s) are allowed in the list Element Object String


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.