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" 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>
| Modifier and Type | Class and Description |
|---|---|
static class |
PGPDataType.Builder<_B> |
static class |
PGPDataType.Select |
static class |
PGPDataType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Constructor and Description |
|---|
PGPDataType() |
| Modifier and Type | Method and Description |
|---|---|
static PGPDataType.Builder<Void> |
builder() |
static PGPDataType.Builder<Void> |
copyExcept(PGPDataType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> PGPDataType.Builder<_B> |
copyOf(PGPDataType _other) |
static <_B> PGPDataType.Builder<_B> |
copyOf(PGPDataType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static PGPDataType.Builder<Void> |
copyOnly(PGPDataType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(PGPDataType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(PGPDataType.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
List<Object> |
getContent()
Gets the rest of the content model.
|
<_B> PGPDataType.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> PGPDataType.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
PGPDataType.Builder<Void> |
newCopyBuilder() |
PGPDataType.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
public List<Object> getContent()
You are getting this "catch-all" property because of the following reason: The field name "PGPKeyPacket" is used by two different parts of a schema. See: line 218 of file:/home/runner/work/Oxalis-AS4/Oxalis-AS4/src/main/xsd/w3/xmldsig-core-schema.xsd line 213 of file:/home/runner/work/Oxalis-AS4/Oxalis-AS4/src/main/xsd/w3/xmldsig-core-schema.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: 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 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
Object
JAXBElement<byte[]>
JAXBElement<byte[]>
Element
public <_B> void copyTo(PGPDataType.Builder<_B> _other)
copyOf(org.w3.xmldsig.PGPDataType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> PGPDataType.Builder<_B> newCopyBuilder(_B _parentBuilder)
public PGPDataType.Builder<Void> newCopyBuilder()
public static PGPDataType.Builder<Void> builder()
public static <_B> PGPDataType.Builder<_B> copyOf(PGPDataType _other)
public <_B> void copyTo(PGPDataType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.w3.xmldsig.PGPDataType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> PGPDataType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public PGPDataType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> PGPDataType.Builder<_B> copyOf(PGPDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static PGPDataType.Builder<Void> copyExcept(PGPDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static PGPDataType.Builder<Void> copyOnly(PGPDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.