Class PGPDataType
- java.lang.Object
-
- org.w3.xmldsig.PGPDataType
-
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPGPDataType.Builder<_B>static classPGPDataType.Selectstatic classPGPDataType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Constructor Summary
Constructors Constructor Description PGPDataType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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> voidcopyTo(PGPDataType.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(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.PGPDataType.Builder<Void>newCopyBuilder()<_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(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
-
Method Detail
-
getContent
public List<Object> getContent()
Gets the rest of the content model.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
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
JAXBElement<byte>JAXBElement<byte>ElementObject
-
copyTo
public <_B> void copyTo(PGPDataType.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.w3.xmldsig.PGPDataType)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> PGPDataType.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public PGPDataType.Builder<Void> newCopyBuilder()
-
builder
public static PGPDataType.Builder<Void> builder()
-
copyOf
public static <_B> PGPDataType.Builder<_B> copyOf(PGPDataType _other)
-
copyTo
public <_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. This method is used by thecopyOf(org.w3.xmldsig.PGPDataType)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> PGPDataType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public PGPDataType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> PGPDataType.Builder<_B> copyOf(PGPDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static PGPDataType.Builder<Void> copyExcept(PGPDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static PGPDataType.Builder<Void> copyOnly(PGPDataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-