public class Modify extends Object
Modify
object.
<xs:element name="Modify" type="ModifyType"/> <complexType name="ModifyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{urn:liberty:disco:2003-08}ResourceIDGroup"/> <element name="InsertEntry" type="{urn:liberty:disco:2003-08}InsertEntryType" maxOccurs="unbounded" minOccurs="0"/> <element name="RemoveEntry" type="{urn:liberty:disco:2003-08}RemoveEntryType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Modify()
Default constructor.
|
Modify(Element root)
Constructor.
|
Modify(EncryptedResourceID resourceID,
List insertEntry,
List removeEntry)
Constructor.
|
Modify(ResourceID resourceID,
List insertEntry,
List removeEntry)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
EncryptedResourceID |
getEncryptedResourceID()
Gets the encrypted resource ID for the discovery resource to be modified.
|
String |
getId()
Gets id attribute.
|
List |
getInsertEntry()
Gets the value of the
InsertEntry property. |
List |
getRemoveEntry()
Gets the value of the
RemoveEntry property. |
ResourceID |
getResourceID()
Gets the resource ID for the discovery resource to be modified.
|
void |
setEncryptedResourceID(EncryptedResourceID value)
Sets the encrypted resource ID for the discovery resource to be modified.
|
void |
setInsertEntry(List inserts)
Sets the value of the
InsertEntry property. |
void |
setRemoveEntry(List removes)
Sets the value of the
RemoveEntry property. |
void |
setResourceID(ResourceID resourceID)
Sets resource ID for the discovery resource to be modified.
|
String |
toString()
Gets string format.
|
public Modify(ResourceID resourceID, List insertEntry, List removeEntry)
resourceID
- ID for the discovery resource to be modifiedinsertEntry
- List of insert entriesremoveEntry
- List of remove entriespublic Modify(EncryptedResourceID resourceID, List insertEntry, List removeEntry)
resourceID
- Encrypted Discovery Resource ID to be modifiedinsertEntry
- List of insert entriesremoveEntry
- List of remove entriespublic Modify()
public Modify(Element root) throws DiscoveryException
root
- Modify DOM elementDiscoveryException
- if error occurspublic EncryptedResourceID getEncryptedResourceID()
Modify.setEncryptedResourceID(EncryptedResourceID)
public void setEncryptedResourceID(EncryptedResourceID value)
value
- the encrypted resource ID.Modify.getEncryptedResourceID()
public ResourceID getResourceID()
Modify.setResourceID(ResourceID)
public void setResourceID(ResourceID resourceID)
resourceID
- resource ID for the discovery resource to be modified.Modify.getResourceID()
public String getId()
public List getRemoveEntry()
RemoveEntry
property.RemoveEntry
objectsModify.setRemoveEntry(List)
public void setRemoveEntry(List removes)
RemoveEntry
property.removes
- List of RemoveEntry
object.Modify.getRemoveEntry()
public List getInsertEntry()
InsertEntry
property.InsertEntry
objectModify.setInsertEntry(List)
public void setInsertEntry(List inserts)
InsertEntry
property.inserts
- List of InsertEntry
object.Modify.getInsertEntry()
Copyright © 2010-2018, ForgeRock All Rights Reserved.