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