Uses of Class
org.w3.xmldsig.ManifestType
-
Packages that use ManifestType Package Description org.w3.xmldsig -
-
Uses of ManifestType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as ManifestType Modifier and Type Field Description protected ManifestTypeManifestType.Builder. _storedValueMethods in org.w3.xmldsig with type parameters of type ManifestType Modifier and Type Method Description protected <_P extends ManifestType>
_PManifestType.Builder. init(_P _product)Methods in org.w3.xmldsig that return ManifestType Modifier and Type Method Description ManifestTypeManifestType.Builder. build()ManifestTypeObjectFactory. createManifestType()Create an instance ofManifestTypeMethods in org.w3.xmldsig that return types with arguments of type ManifestType Modifier and Type Method Description javax.xml.bind.JAXBElement<ManifestType>ObjectFactory. createManifest(ManifestType value)Methods in org.w3.xmldsig with parameters of type ManifestType Modifier and Type Method Description static ManifestType.Builder<Void>ManifestType. copyExcept(ManifestType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)ManifestType.Builder<_B>ManifestType.Builder. copyOf(ManifestType _other)static <_B> ManifestType.Builder<_B>ManifestType. copyOf(ManifestType _other)static <_B> ManifestType.Builder<_B>ManifestType. copyOf(ManifestType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static ManifestType.Builder<Void>ManifestType. copyOnly(ManifestType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<ManifestType>ObjectFactory. createManifest(ManifestType value)Constructors in org.w3.xmldsig with parameters of type ManifestType Constructor Description Builder(_B _parentBuilder, ManifestType _other, boolean _copy)Builder(_B _parentBuilder, ManifestType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-