public static class PolicyExportHandlerResult.ObjectSet
extends java.lang.Object
Constructor and Description |
---|
PolicyExportHandlerResult.ObjectSet(javax.xml.registry.infomodel.RegistryObject topObject,
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> objects,
java.util.Collection<java.lang.String> webdav)
Constructs
ObjectSet object. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> |
getObjects()
Returns the collection of objects including the top object.
|
javax.xml.registry.infomodel.RegistryObject |
getTopObject()
Returns the top object of a object collection.
|
java.util.Collection<java.lang.String> |
getWebdav()
Returns the collection of webdav resources.
|
int |
hashCode() |
java.lang.String |
toString() |
public PolicyExportHandlerResult.ObjectSet(javax.xml.registry.infomodel.RegistryObject topObject, java.util.Collection<javax.xml.registry.infomodel.RegistryObject> objects, java.util.Collection<java.lang.String> webdav)
ObjectSet
object.topObject
- the top object of a object collectionobjects
- the collection of objects including the top object.webdav
- the collection of webdav resources.public javax.xml.registry.infomodel.RegistryObject getTopObject()
public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getObjects()
public java.util.Collection<java.lang.String> getWebdav()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object