Searched refs:_MsgType (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.java23 protected com.sun.xml.bind.util.ListImpl _MsgType; field in class:MsgContactTypeImpl
115 if (_MsgType == null) {
116 _MsgType = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
118 return _MsgType;
155 final int len10 = ((_MsgType == null)? 0 :_MsgType.size());
198 if (_MsgType.get(idx10) instanceof javax.xml.bind.Element) {
199 context.childAsBody(((com.sun.xml.bind.JAXBObject) _MsgType.get(idx10 ++)), "MsgType");
203 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _MsgType.get(idx_6 ++)), "MsgType");
206 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _MsgType
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DMsgContactTypeImpl.java23 protected com.sun.xml.bind.util.ListImpl _MsgType; field in class:MsgContactTypeImpl
115 if (_MsgType == null) {
116 _MsgType = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
118 return _MsgType;
155 final int len10 = ((_MsgType == null)? 0 :_MsgType.size());
198 if (_MsgType.get(idx10) instanceof javax.xml.bind.Element) {
199 context.childAsBody(((com.sun.xml.bind.JAXBObject) _MsgType.get(idx10 ++)), "MsgType");
203 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _MsgType.get(idx_6 ++)), "MsgType");
206 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _MsgType
[all...]

Completed in 30 milliseconds