Uses of Class
org.cxml.XadesInclude
-
Packages that use XadesInclude Package Description org.cxml -
-
Uses of XadesInclude in org.cxml
Fields in org.cxml with type parameters of type XadesInclude Modifier and Type Field Description protected java.util.List<XadesInclude>XadesArchiveTimeStamp. xadesIncludeprotected java.util.List<XadesInclude>XadesIndividualDataObjectsTimeStamp. xadesIncludeprotected java.util.List<XadesInclude>XadesRefsOnlyTimeStamp. xadesIncludeprotected java.util.List<XadesInclude>XadesSigAndRefsTimeStamp. xadesIncludeprotected java.util.List<XadesInclude>XadesXAdESTimeStamp. xadesIncludeMethods in org.cxml that return XadesInclude Modifier and Type Method Description XadesIncludeObjectFactory. createXadesInclude()Create an instance ofXadesIncludeMethods in org.cxml that return types with arguments of type XadesInclude Modifier and Type Method Description java.util.List<XadesInclude>XadesArchiveTimeStamp. getXadesInclude()Gets the value of the xadesInclude property.java.util.List<XadesInclude>XadesIndividualDataObjectsTimeStamp. getXadesInclude()Gets the value of the xadesInclude property.java.util.List<XadesInclude>XadesRefsOnlyTimeStamp. getXadesInclude()Gets the value of the xadesInclude property.java.util.List<XadesInclude>XadesSigAndRefsTimeStamp. getXadesInclude()Gets the value of the xadesInclude property.java.util.List<XadesInclude>XadesXAdESTimeStamp. getXadesInclude()Gets the value of the xadesInclude property.
-