Package org.sourceid.protocol.dsig10.xml
Interface PGPDataType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface PGPDataType extends XmlObject
An XML PGPDataType(@http://www.w3.org/2000/09/xmldsig#). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPGPDataType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getPGPKeyID()Gets the "PGPKeyID" elementbyte[]getPGPKeyPacket()Gets the "PGPKeyPacket" elementbooleanisSetPGPKeyID()True if has "PGPKeyID" elementbooleanisSetPGPKeyPacket()True if has "PGPKeyPacket" elementvoidsetPGPKeyID(byte[] pgpKeyID)Sets the "PGPKeyID" elementvoidsetPGPKeyPacket(byte[] pgpKeyPacket)Sets the "PGPKeyPacket" elementvoidunsetPGPKeyID()Unsets the "PGPKeyID" elementvoidunsetPGPKeyPacket()Unsets the "PGPKeyPacket" elementXmlBase64BinaryxgetPGPKeyID()Gets (as xml) the "PGPKeyID" elementXmlBase64BinaryxgetPGPKeyPacket()Gets (as xml) the "PGPKeyPacket" elementvoidxsetPGPKeyID(XmlBase64Binary pgpKeyID)Sets (as xml) the "PGPKeyID" elementvoidxsetPGPKeyPacket(XmlBase64Binary pgpKeyPacket)Sets (as xml) the "PGPKeyPacket" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getPGPKeyID
byte[] getPGPKeyID()
Gets the "PGPKeyID" element
-
xgetPGPKeyID
XmlBase64Binary xgetPGPKeyID()
Gets (as xml) the "PGPKeyID" element
-
isSetPGPKeyID
boolean isSetPGPKeyID()
True if has "PGPKeyID" element
-
setPGPKeyID
void setPGPKeyID(byte[] pgpKeyID)
Sets the "PGPKeyID" element
-
xsetPGPKeyID
void xsetPGPKeyID(XmlBase64Binary pgpKeyID)
Sets (as xml) the "PGPKeyID" element
-
unsetPGPKeyID
void unsetPGPKeyID()
Unsets the "PGPKeyID" element
-
getPGPKeyPacket
byte[] getPGPKeyPacket()
Gets the "PGPKeyPacket" element
-
xgetPGPKeyPacket
XmlBase64Binary xgetPGPKeyPacket()
Gets (as xml) the "PGPKeyPacket" element
-
isSetPGPKeyPacket
boolean isSetPGPKeyPacket()
True if has "PGPKeyPacket" element
-
setPGPKeyPacket
void setPGPKeyPacket(byte[] pgpKeyPacket)
Sets the "PGPKeyPacket" element
-
xsetPGPKeyPacket
void xsetPGPKeyPacket(XmlBase64Binary pgpKeyPacket)
Sets (as xml) the "PGPKeyPacket" element
-
unsetPGPKeyPacket
void unsetPGPKeyPacket()
Unsets the "PGPKeyPacket" element
-
-