Class PGPDataType
Java-Klasse für PGPDataType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
-
Constructor Details
-
PGPDataType
public PGPDataType()
-
-
Method Details
-
getContent
Ruft das restliche Contentmodell ab.Sie rufen diese "catch-all"-Eigenschaft aus folgendem Grund ab: Der Feldname "PGPKeyPacket" wird von zwei verschiedenen Teilen eines Schemas verwendet. Siehe: Zeile 201 von file:/C:/Users/baitakova/IdeaProjects/osci-bib-java/osci-bibliothek-lib/schema-wssecurity-secext/src/main/resources/xmldsig-core-schema.xsd Zeile 196 von file:/C:/Users/baitakova/IdeaProjects/osci-bib-java/osci-bibliothek-lib/schema-wssecurity-secext/src/main/resources/xmldsig-core-schema.xsd
Um diese Eigenschaft zu entfernen, wenden Sie eine Eigenschaftenanpassung für eine der beiden folgenden Deklarationen an, um deren Namen zu ändern: Gets the value of the content property.
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
setmethod 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
ObjectJAXBElement<byte>JAXBElement<byte>Element
-