public class ManifestType extends Object
Java class for ManifestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManifestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Reference" maxOccurs="unbounded"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ManifestType.Builder<_B> |
static class |
ManifestType.Select |
static class |
ManifestType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<ReferenceType> |
reference |
| Constructor and Description |
|---|
ManifestType() |
| Modifier and Type | Method and Description |
|---|---|
static ManifestType.Builder<Void> |
builder() |
static ManifestType.Builder<Void> |
copyExcept(ManifestType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> ManifestType.Builder<_B> |
copyOf(ManifestType _other) |
static <_B> ManifestType.Builder<_B> |
copyOf(ManifestType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static ManifestType.Builder<Void> |
copyOnly(ManifestType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(ManifestType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(ManifestType.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
String |
getId()
Gets the value of the id property.
|
List<ReferenceType> |
getReference()
Gets the value of the reference property.
|
<_B> ManifestType.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> ManifestType.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
ManifestType.Builder<Void> |
newCopyBuilder() |
ManifestType.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setId(String value)
Sets the value of the id property.
|
protected List<ReferenceType> reference
protected String id
public List<ReferenceType> getReference()
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 reference property.
For example, to add a new item, do as follows:
getReference().add(newItem);
Objects of the following type(s) are allowed in the list
ReferenceType
public void setId(String value)
value - allowed object is
Stringpublic <_B> void copyTo(ManifestType.Builder<_B> _other)
copyOf(org.w3.xmldsig.ManifestType) 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> ManifestType.Builder<_B> newCopyBuilder(_B _parentBuilder)
public ManifestType.Builder<Void> newCopyBuilder()
public static ManifestType.Builder<Void> builder()
public static <_B> ManifestType.Builder<_B> copyOf(ManifestType _other)
public <_B> void copyTo(ManifestType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.w3.xmldsig.ManifestType) 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> ManifestType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public ManifestType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> ManifestType.Builder<_B> copyOf(ManifestType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static ManifestType.Builder<Void> copyExcept(ManifestType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static ManifestType.Builder<Void> copyOnly(ManifestType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2021 NorStella. All rights reserved.