public class InsertEntry extends Object
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 and Description |
---|
InsertEntry(Element elem)
Constructor.
|
InsertEntry(ResourceOffering resourceOffering,
List any)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 elementDiscoveryException
- if error occurspublic 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()
Copyright © 2010-2018, ForgeRock All Rights Reserved.