|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.disco.Modify
public class Modify
This class represents a discovery modify request.
The following schema fragment specifies the expected content within
the 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 Summary | |
|---|---|
Modify()
Default constructor. |
|
Modify(Element root)
Constructor. |
|
Modify(EncryptedResourceID resourceID,
List insertEntry,
List removeEntry)
Constructor. |
|
Modify(ResourceID resourceID,
List insertEntry,
List removeEntry)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Constructor Detail |
|---|
public Modify(ResourceID resourceID,
List insertEntry,
List removeEntry)
resourceID - ID for the discovery resource to be modifiedinsertEntry - List of insert entriesremoveEntry - List of remove entries
public 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 element
DiscoveryException - if error occurs| Method Detail |
|---|
public 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()public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||