Uses of Class
org.w3.xmldsig.SignaturePropertyType
-
Packages that use SignaturePropertyType Package Description org.w3.xmldsig -
-
Uses of SignaturePropertyType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as SignaturePropertyType Modifier and Type Field Description protected SignaturePropertyTypeSignaturePropertyType.Builder. _storedValueFields in org.w3.xmldsig with type parameters of type SignaturePropertyType Modifier and Type Field Description protected List<SignaturePropertyType>SignaturePropertiesType. signaturePropertyMethods in org.w3.xmldsig with type parameters of type SignaturePropertyType Modifier and Type Method Description protected <_P extends SignaturePropertyType>
_PSignaturePropertyType.Builder. init(_P _product)Methods in org.w3.xmldsig that return SignaturePropertyType Modifier and Type Method Description SignaturePropertyTypeSignaturePropertyType.Builder. build()SignaturePropertyTypeObjectFactory. createSignaturePropertyType()Create an instance ofSignaturePropertyTypeMethods in org.w3.xmldsig that return types with arguments of type SignaturePropertyType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignaturePropertyType>ObjectFactory. createSignatureProperty(SignaturePropertyType value)List<SignaturePropertyType>SignaturePropertiesType. getSignatureProperty()Gets the value of the signatureProperty property.Methods in org.w3.xmldsig with parameters of type SignaturePropertyType Modifier and Type Method 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)SignaturePropertyType.Builder<_B>SignaturePropertyType.Builder. copyOf(SignaturePropertyType _other)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)javax.xml.bind.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)Method parameters in org.w3.xmldsig with type arguments of type SignaturePropertyType Modifier and Type Method 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)Constructors in org.w3.xmldsig with parameters of type SignaturePropertyType Constructor 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)
-