Uses of Class
org.w3.xmldsig.ReferenceType
-
Packages that use ReferenceType Package Description network.oxalis.as4.util org.oasis_open.docs.ebxml_bp.ebbp_signals_2 org.w3.xmldsig -
-
Uses of ReferenceType in network.oxalis.as4.util
Methods in network.oxalis.as4.util that return types with arguments of type ReferenceType Modifier and Type Method Description static List<ReferenceType>SOAPHeaderParser. getReferenceListFromSignedInfo(javax.xml.soap.SOAPHeader header) -
Uses of ReferenceType in org.oasis_open.docs.ebxml_bp.ebbp_signals_2
Fields in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 declared as ReferenceType Modifier and Type Field Description protected ReferenceTypeMessagePartNRInformation. referenceMethods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 that return ReferenceType Modifier and Type Method Description ReferenceTypeMessagePartNRInformation. getReference()Gets the value of the reference property.Methods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 with parameters of type ReferenceType Modifier and Type Method Description voidMessagePartNRInformation. setReference(ReferenceType value)Sets the value of the reference property.MessagePartNRInformation.Builder<_B>MessagePartNRInformation.Builder. withReference(ReferenceType reference)Sets the new value of "reference" (any previous value will be replaced) -
Uses of ReferenceType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as ReferenceType Modifier and Type Field Description protected ReferenceTypeReferenceType.Builder. _storedValueFields in org.w3.xmldsig with type parameters of type ReferenceType Modifier and Type Field Description protected List<ReferenceType>ManifestType. referenceprotected List<ReferenceType>SignedInfoType. referenceMethods in org.w3.xmldsig with type parameters of type ReferenceType Modifier and Type Method Description protected <_P extends ReferenceType>
_PReferenceType.Builder. init(_P _product)Methods in org.w3.xmldsig that return ReferenceType Modifier and Type Method Description ReferenceTypeReferenceType.Builder. build()ReferenceTypeObjectFactory. createReferenceType()Create an instance ofReferenceTypeMethods in org.w3.xmldsig that return types with arguments of type ReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReference(ReferenceType value)List<ReferenceType>ManifestType. getReference()Gets the value of the reference property.List<ReferenceType>SignedInfoType. getReference()Gets the value of the reference property.Methods in org.w3.xmldsig with parameters of type ReferenceType Modifier and Type Method Description ManifestType.Builder<_B>ManifestType.Builder. addReference(ReferenceType... reference)Adds the given items to the value of "reference"SignedInfoType.Builder<_B>SignedInfoType.Builder. addReference(ReferenceType... reference)Adds the given items to the value of "reference"static ReferenceType.Builder<Void>ReferenceType. copyExcept(ReferenceType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)ReferenceType.Builder<_B>ReferenceType.Builder. copyOf(ReferenceType _other)static <_B> ReferenceType.Builder<_B>ReferenceType. copyOf(ReferenceType _other)static <_B> ReferenceType.Builder<_B>ReferenceType. copyOf(ReferenceType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static ReferenceType.Builder<Void>ReferenceType. copyOnly(ReferenceType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReference(ReferenceType value)ManifestType.Builder<_B>ManifestType.Builder. withReference(ReferenceType... reference)Sets the new value of "reference" (any previous value will be replaced)SignedInfoType.Builder<_B>SignedInfoType.Builder. withReference(ReferenceType... reference)Sets the new value of "reference" (any previous value will be replaced)Method parameters in org.w3.xmldsig with type arguments of type ReferenceType Modifier and Type Method Description ManifestType.Builder<_B>ManifestType.Builder. addReference(Iterable<? extends ReferenceType> reference)Adds the given items to the value of "reference"SignedInfoType.Builder<_B>SignedInfoType.Builder. addReference(Iterable<? extends ReferenceType> reference)Adds the given items to the value of "reference"ManifestType.Builder<_B>ManifestType.Builder. withReference(Iterable<? extends ReferenceType> reference)Sets the new value of "reference" (any previous value will be replaced)SignedInfoType.Builder<_B>SignedInfoType.Builder. withReference(Iterable<? extends ReferenceType> reference)Sets the new value of "reference" (any previous value will be replaced)Constructors in org.w3.xmldsig with parameters of type ReferenceType Constructor Description Builder(_B _parentBuilder, ReferenceType _other, boolean _copy)Builder(_B _parentBuilder, ReferenceType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-