Searched refs:InsertEntry (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DInsertEntry.java25 * $Id: InsertEntry.java,v 1.2 2008/06/25 05:47:10 qcheng Exp $
42 * The class <code>InsertEntry</code> represents a Insert Entry for Discovery
45 * <code>InsertEntry</code> object.
48 * &lt;xs:element name="InsertEntry" type="InsertEntryType">
63 public class InsertEntry { class
74 public InsertEntry( method in class:InsertEntry
84 * @param elem <code>InsertEntry</code> DOM element
87 public InsertEntry(Element elem) throws DiscoveryException { method in class:InsertEntry
89 DiscoUtils.debug.message("InsertEntry(Element): null input.");
96 (!nodeName.equals("InsertEntry")) ||
[all...]
H A DModify.java50 * &lt;element name="InsertEntry" type="{urn:liberty:disco:2003-08}InsertEntryType" maxOccurs="unbounded" minOccurs="0"/>
165 } else if (nodeName.equals("InsertEntry")) {
169 inserts.add(new InsertEntry((Element) child));
267 * Gets the value of the <code>InsertEntry</code> property.
269 * @return List of <code>InsertEntry</code> object
277 * Sets the value of the <code>InsertEntry</code> property.
279 * @param inserts List of <code>InsertEntry</code> object.
307 sb.append(((InsertEntry) iter.next()).toString());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DInsertEntry.java25 * $Id: InsertEntry.java,v 1.2 2008/06/25 05:47:10 qcheng Exp $
42 * The class <code>InsertEntry</code> represents a Insert Entry for Discovery
45 * <code>InsertEntry</code> object.
48 * &lt;xs:element name="InsertEntry" type="InsertEntryType">
63 public class InsertEntry { class
74 public InsertEntry( method in class:InsertEntry
84 * @param elem <code>InsertEntry</code> DOM element
87 public InsertEntry(Element elem) throws DiscoveryException { method in class:InsertEntry
89 DiscoUtils.debug.message("InsertEntry(Element): null input.");
96 (!nodeName.equals("InsertEntry")) ||
[all...]
H A DModify.java50 * &lt;element name="InsertEntry" type="{urn:liberty:disco:2003-08}InsertEntryType" maxOccurs="unbounded" minOccurs="0"/>
165 } else if (nodeName.equals("InsertEntry")) {
169 inserts.add(new InsertEntry((Element) child));
267 * Gets the value of the <code>InsertEntry</code> property.
269 * @return List of <code>InsertEntry</code> object
277 * Sets the value of the <code>InsertEntry</code> property.
279 * @param inserts List of <code>InsertEntry</code> object.
307 sb.append(((InsertEntry) iter.next()).toString());

Completed in 35 milliseconds