|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.disco.InsertEntry
public class 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(Element elem)
Constructor. |
|
InsertEntry(ResourceOffering resourceOffering,
List any)
Constructor. |
|
| Method Summary | |
|---|---|
List |
getAny()
Gets the value of the Any property. |
ResourceOffering |
getResourceOffering()
Gets the resource offering to be inserted. |
void |
setAny(List any)
Sets the value of the Any property. |
void |
setResourceOffering(ResourceOffering value)
Sets the resource offering to be inserted. |
String |
toString()
Gets string format. |
| Constructor Detail |
|---|
public InsertEntry(ResourceOffering resourceOffering,
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(Element elem)
throws DiscoveryException
elem - InsertEntry DOM element
DiscoveryException - if error occurs| Method Detail |
|---|
public ResourceOffering getResourceOffering()
InsertEntry.setResourceOffering(ResourceOffering)public void setResourceOffering(ResourceOffering value)
value - the resource offering to be inserted.InsertEntry.getResourceOffering()public List getAny()
com.sun.identity.liberty.ws.disco.Directive
objects.InsertEntry.setAny(List)public void setAny(List any)
any - List of
com.sun.identity.liberty.ws.disco.Directive objects.InsertEntry.getAny()public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||