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 processContents='lax' namespace='##other' maxOccurs="unbounded"/>
</sequence>
<sequence>
<element name="PGPKeyPacket" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded"/>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PGPDataType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getContent()
Gets the rest of the content model.
|
public List<Object> getContent()
set method for the content property. For example, to add
a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list JAXBElement<byte[]> Object Element JAXBElement<byte[]>Copyright © 2014–2019. All rights reserved.