Searched refs:LoadOnStartupType (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/
H A DLoadOnStartupType.java26 public interface LoadOnStartupType { interface
H A DLoadOnStartupElement.java29 extends javax.xml.bind.Element, com.sun.identity.diagnostic.base.core.jaxbgen.LoadOnStartupType
H A DRuntimeType.java60 * {@link com.sun.identity.diagnostic.base.core.jaxbgen.LoadOnStartupType}
62 com.sun.identity.diagnostic.base.core.jaxbgen.LoadOnStartupType getLoadOnStartup();
70 * {@link com.sun.identity.diagnostic.base.core.jaxbgen.LoadOnStartupType}
72 void setLoadOnStartup(com.sun.identity.diagnostic.base.core.jaxbgen.LoadOnStartupType value);
H A DObjectFactory.java43 defaultImplementations.put((com.sun.identity.diagnostic.base.core.jaxbgen.LoadOnStartupType.class), "com.sun.identity.diagnostic.base.core.jaxbgen.impl.LoadOnStartupTypeImpl");
215 * Create an instance of LoadOnStartupType
220 public com.sun.identity.diagnostic.base.core.jaxbgen.LoadOnStartupType createLoadOnStartupType()
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/
H A DLoadOnStartupTypeImpl.java11 public class LoadOnStartupTypeImpl implements com.sun.identity.diagnostic.base.core.jaxbgen.LoadOnStartupType, com.sun.xml.bind.JAXBObject, com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.UnmarshallableObject, com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.XMLSerializable, com.sun.identity.diagnostic.base.core.jaxbgen.impl.runtime.ValidatableObject
19 return (com.sun.identity.diagnostic.base.core.jaxbgen.LoadOnStartupType.class);
80 return (com.sun.identity.diagnostic.base.core.jaxbgen.LoadOnStartupType.class);
H A DRuntimeTypeImpl.java15 protected com.sun.identity.diagnostic.base.core.jaxbgen.LoadOnStartupType _LoadOnStartup;
32 public com.sun.identity.diagnostic.base.core.jaxbgen.LoadOnStartupType getLoadOnStartup() {
36 public void setLoadOnStartup(com.sun.identity.diagnostic.base.core.jaxbgen.LoadOnStartupType value) {

Completed in 47 milliseconds