SignaturePropertiesType.Builder<_B> |
SignaturePropertiesType.Builder.addSignatureProperty(Iterable<? extends SignaturePropertyType> signatureProperty) |
Adds the given items to the value of "signatureProperty"
|
SignaturePropertiesType.Builder<_B> |
SignaturePropertiesType.Builder.addSignatureProperty(SignaturePropertyType... signatureProperty) |
Adds the given items to the value of "signatureProperty"
|
static SignaturePropertiesType.Builder<Void> |
SignaturePropertiesType.builder() |
|
static SignaturePropertiesType.Builder<Void> |
SignaturePropertiesType.copyExcept(SignaturePropertiesType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
SignaturePropertiesType.Builder<_B> |
SignaturePropertiesType.Builder.copyOf(SignaturePropertiesType _other) |
|
SignaturePropertiesType.Builder<_B> |
SignaturePropertiesType.Builder.copyOf(SignaturePropertiesType.Builder _other) |
|
static <_B> SignaturePropertiesType.Builder<_B> |
SignaturePropertiesType.copyOf(SignaturePropertiesType _other) |
|
static <_B> SignaturePropertiesType.Builder<_B> |
SignaturePropertiesType.copyOf(SignaturePropertiesType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static SignaturePropertiesType.Builder<Void> |
SignaturePropertiesType.copyOnly(SignaturePropertiesType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
SignaturePropertiesType.Builder<Void> |
SignaturePropertiesType.newCopyBuilder() |
|
<_B> SignaturePropertiesType.Builder<_B> |
SignaturePropertiesType.newCopyBuilder(_B _parentBuilder) |
|
<_B> SignaturePropertiesType.Builder<_B> |
SignaturePropertiesType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
SignaturePropertiesType.Builder<Void> |
SignaturePropertiesType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
SignaturePropertiesType.Builder<_B> |
SignaturePropertiesType.Builder.withId(String id) |
Sets the new value of "id" (any previous value will be replaced)
|
SignaturePropertiesType.Builder<_B> |
SignaturePropertiesType.Builder.withSignatureProperty(Iterable<? extends SignaturePropertyType> signatureProperty) |
Sets the new value of "signatureProperty" (any previous value will be replaced)
|
SignaturePropertiesType.Builder<_B> |
SignaturePropertiesType.Builder.withSignatureProperty(SignaturePropertyType... signatureProperty) |
Sets the new value of "signatureProperty" (any previous value will be replaced)
|