Searched refs:_MsgMethod (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.java14 protected com.sun.xml.bind.util.ListImpl _MsgMethod; field in class:MsgContactTypeImpl
34 if (_MsgMethod == null) {
35 _MsgMethod = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
37 return _MsgMethod;
149 final int len1 = ((_MsgMethod == null)? 0 :_MsgMethod.size());
213 if (_MsgMethod.get(idx1) instanceof javax.xml.bind.Element) {
214 context.childAsBody(((com.sun.xml.bind.JAXBObject) _MsgMethod.get(idx1 ++)), "MsgMethod");
218 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _MsgMethod.get(idx_8 ++)), "MsgMethod");
221 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _MsgMethod
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DMsgContactTypeImpl.java14 protected com.sun.xml.bind.util.ListImpl _MsgMethod; field in class:MsgContactTypeImpl
34 if (_MsgMethod == null) {
35 _MsgMethod = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
37 return _MsgMethod;
149 final int len1 = ((_MsgMethod == null)? 0 :_MsgMethod.size());
213 if (_MsgMethod.get(idx1) instanceof javax.xml.bind.Element) {
214 context.childAsBody(((com.sun.xml.bind.JAXBObject) _MsgMethod.get(idx1 ++)), "MsgMethod");
218 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _MsgMethod.get(idx_8 ++)), "MsgMethod");
221 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _MsgMethod
[all...]

Completed in 34 milliseconds