|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3._2000._09.xmldsig.PGPData
@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T04:15:30+02:00", comments="JAXB RI v2.3.6") public class PGPData
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" minOccurs="0"/> </sequence> <sequence> <element name="PGPKeyPacket" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> </choice> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
PGPData()
|
Method Summary | |
---|---|
List<Element> |
getAnies()
Gets the value of the anies property. |
byte[] |
getPGPKeyID()
Gets the value of the pgpKeyID property. |
byte[] |
getPGPKeyPacket()
Gets the value of the pgpKeyPacket property. |
void |
setPGPKeyID(byte[] value)
Sets the value of the pgpKeyID property. |
void |
setPGPKeyPacket(byte[] value)
Sets the value of the pgpKeyPacket property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PGPData()
Method Detail |
---|
public byte[] getPGPKeyID()
public void setPGPKeyID(byte[] value)
value
- allowed object is
byte[]public byte[] getPGPKeyPacket()
public void setPGPKeyPacket(byte[] value)
value
- allowed object is
byte[]public List<Element> getAnies()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the anies property.
For example, to add a new item, do as follows:
getAnies().add(newItem);
Objects of the following type(s) are allowed in the list
Element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |