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

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/disco/jaxb/impl/
H A DModifyTypeImpl.java15 protected com.sun.xml.bind.util.ListImpl _RemoveEntry; field in class:ModifyTypeImpl
38 if (_RemoveEntry == null) {
39 _RemoveEntry = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
41 return _RemoveEntry;
82 final int len2 = ((_RemoveEntry == null)? 0 :_RemoveEntry.size());
124 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _RemoveEntry.get(idx_6 ++)), "RemoveEntry");
127 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _RemoveEntry.get(idx_7 ++)), "RemoveEntry");
129 context.childAsBody(((com.sun.xml.bind.JAXBObject) _RemoveEntry.get(idx2 ++)), "RemoveEntry");
140 final int len2 = ((_RemoveEntry
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/disco/jaxb/impl/
H A DModifyTypeImpl.java15 protected com.sun.xml.bind.util.ListImpl _RemoveEntry; field in class:ModifyTypeImpl
38 if (_RemoveEntry == null) {
39 _RemoveEntry = new com.sun.xml.bind.util.ListImpl(new java.util.ArrayList());
41 return _RemoveEntry;
82 final int len2 = ((_RemoveEntry == null)? 0 :_RemoveEntry.size());
124 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _RemoveEntry.get(idx_6 ++)), "RemoveEntry");
127 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _RemoveEntry.get(idx_7 ++)), "RemoveEntry");
129 context.childAsBody(((com.sun.xml.bind.JAXBObject) _RemoveEntry.get(idx2 ++)), "RemoveEntry");
140 final int len2 = ((_RemoveEntry
[all...]

Completed in 46 milliseconds