| Package | Description |
|---|---|
| org.w3.xmldsig |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectType |
ObjectType.Builder._storedValue |
| Modifier and Type | Field and Description |
|---|---|
protected List<ObjectType> |
SignatureType.object |
| Modifier and Type | Method and Description |
|---|---|
protected <_P extends ObjectType> |
ObjectType.Builder.init(_P _product) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
ObjectType.Builder.build() |
ObjectType |
ObjectFactory.createObjectType()
Create an instance of
ObjectType |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ObjectType> |
ObjectFactory.createObject(ObjectType value)
|
List<ObjectType> |
SignatureType.getObject()
Gets the value of the object property.
|
| Modifier and Type | Method and Description |
|---|---|
SignatureType.Builder<_B> |
SignatureType.Builder.addObject(ObjectType... object)
Adds the given items to the value of "object"
|
static ObjectType.Builder<Void> |
ObjectType.copyExcept(ObjectType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> ObjectType.Builder<_B> |
ObjectType.copyOf(ObjectType _other) |
static <_B> ObjectType.Builder<_B> |
ObjectType.copyOf(ObjectType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static ObjectType.Builder<Void> |
ObjectType.copyOnly(ObjectType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
JAXBElement<ObjectType> |
ObjectFactory.createObject(ObjectType value)
|
SignatureType.Builder<_B> |
SignatureType.Builder.withObject(ObjectType... object)
Sets the new value of "object" (any previous value will be replaced)
|
| Modifier and Type | Method and Description |
|---|---|
SignatureType.Builder<_B> |
SignatureType.Builder.addObject(Iterable<? extends ObjectType> object)
Adds the given items to the value of "object"
|
SignatureType.Builder<_B> |
SignatureType.Builder.withObject(Iterable<? extends ObjectType> object)
Sets the new value of "object" (any previous value will be replaced)
|
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
ObjectType _other,
boolean _copy) |
Builder(_B _parentBuilder,
ObjectType _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Copyright © 2021 NorStella. All rights reserved.