Searched refs:_MsgProvider (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DMsgContactTypeImpl.java17 protected com.sun.identity.liberty.ws.idpp.jaxb.DSTString _MsgProvider; field in class:MsgContactTypeImpl
61 return _MsgProvider;
65 _MsgProvider = value;
242 if (_MsgProvider!= null) {
243 if (_MsgProvider instanceof javax.xml.bind.Element) {
244 context.childAsBody(((com.sun.xml.bind.JAXBObject) _MsgProvider), "MsgProvider");
247 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _MsgProvider), "MsgProvider");
249 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _MsgProvider), "MsgProvider");
251 context.childAsBody(((com.sun.xml.bind.JAXBObject) _MsgProvider), "MsgProvider");
363 if (_MsgProvider!
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DMsgContactTypeImpl.java17 protected com.sun.identity.liberty.ws.idpp.jaxb.DSTString _MsgProvider; field in class:MsgContactTypeImpl
61 return _MsgProvider;
65 _MsgProvider = value;
242 if (_MsgProvider!= null) {
243 if (_MsgProvider instanceof javax.xml.bind.Element) {
244 context.childAsBody(((com.sun.xml.bind.JAXBObject) _MsgProvider), "MsgProvider");
247 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _MsgProvider), "MsgProvider");
249 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _MsgProvider), "MsgProvider");
251 context.childAsBody(((com.sun.xml.bind.JAXBObject) _MsgProvider), "MsgProvider");
363 if (_MsgProvider!
[all...]

Completed in 31 milliseconds