| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sun.identity.liberty.ws.disco.InsertEntry
The class InsertEntry represents a Insert Entry for Discovery
 Modify request.
 
The following schema fragment specifies the expected content within the InsertEntry object.
 
 <xs:element name="InsertEntry" type="InsertEntryType">
 <complexType name="InsertEntryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:liberty:disco:2003-08}ResourceOffering"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
| InsertEntry(org.w3c.dom.Element elem)Constructor. | |
| InsertEntry(ResourceOffering resourceOffering,
            java.util.List any)Constructor | |
| Method Summary | |
|  java.util.List | getAny()Gets the value of the Any property. | 
|  ResourceOffering | getResourceOffering()Gets the resource offering to be inserted. | 
|  void | setAny(java.util.List any)Sets the value of the Any property. | 
|  void | setResourceOffering(ResourceOffering value)Sets the resource offering to be inserted. | 
|  java.lang.String | toString()Gets string format. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public InsertEntry(ResourceOffering resourceOffering,
                   java.util.List any)
resourceOffering - discovery Resource offering to be inserted.any - List of Directive object, this is to allow the requester to
     include directives about the resource offering being inserted.
public InsertEntry(org.w3c.dom.Element elem)
            throws DiscoveryException
elem - InsertEntry DOM elementDiscoveryException - if error occurs| Method Detail | 
public ResourceOffering getResourceOffering()
public void setResourceOffering(ResourceOffering value)
value - the resource offering to be inserted.public java.util.List getAny()
com.sun.identity.liberty.ws.disco.Directive
		objects.public void setAny(java.util.List any)
any - List of
	    com.sun.identity.liberty.ws.disco.Directive objects.public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||