Searched defs:_Runtime (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/
H A DServiceTypeImpl.java16 protected com.sun.identity.diagnostic.base.core.jaxbgen.RuntimeType _Runtime; field in class:ServiceTypeImpl
44 return _Runtime;
48 _Runtime = value;
104 if (_Runtime instanceof javax.xml.bind.Element) {
105 context.childAsBody(((com.sun.xml.bind.JAXBObject) _Runtime), "Runtime");
108 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Runtime), "Runtime");
110 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Runtime), "Runtime");
112 context.childAsBody(((com.sun.xml.bind.JAXBObject) _Runtime), "Runtime");
147 if (_Runtime instanceof javax.xml.bind.Element) {
148 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Runtime), "Runtim
[all...]

Completed in 28 milliseconds