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