Searched refs:_MsgTechnology (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.java22 protected com.sun.xml.bind.util.ListImpl _MsgTechnology; field in class:MsgContactTypeImpl
104 if (_MsgTechnology == null) {
105 _MsgTechnology = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
107 return _MsgTechnology;
153 final int len9 = ((_MsgTechnology == null)? 0 :_MsgTechnology.size());
228 if (_MsgTechnology.get(idx9) instanceof javax.xml.bind.Element) {
229 context.childAsBody(((com.sun.xml.bind.JAXBObject) _MsgTechnology.get(idx9 ++)), "MsgTechnology");
233 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _MsgTechnology.get(idx_10 ++)), "MsgTechnology");
236 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _MsgTechnology
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DMsgContactTypeImpl.java22 protected com.sun.xml.bind.util.ListImpl _MsgTechnology; field in class:MsgContactTypeImpl
104 if (_MsgTechnology == null) {
105 _MsgTechnology = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
107 return _MsgTechnology;
153 final int len9 = ((_MsgTechnology == null)? 0 :_MsgTechnology.size());
228 if (_MsgTechnology.get(idx9) instanceof javax.xml.bind.Element) {
229 context.childAsBody(((com.sun.xml.bind.JAXBObject) _MsgTechnology.get(idx9 ++)), "MsgTechnology");
233 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _MsgTechnology.get(idx_10 ++)), "MsgTechnology");
236 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _MsgTechnology
[all...]

Completed in 30 milliseconds