|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rs.RemoveObjectsRequest
The ObjectRefList is the list of refs to the registry entrys being removed
Constructor Summary | |
RemoveObjectsRequest()
|
Method Summary | |
DeletionScopeType |
getDeletionScope()
Returns the value of field 'deletionScope'. |
ObjectRefList |
getObjectRefList()
Returns the value of field 'objectRefList'. |
boolean |
isValid()
|
void |
marshal(org.xml.sax.DocumentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setDeletionScope(DeletionScopeType deletionScope)
Sets the value of field 'deletionScope'. |
void |
setObjectRefList(ObjectRefList objectRefList)
Sets the value of field 'objectRefList'. |
static RemoveObjectsRequest |
unmarshal(java.io.Reader reader)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoveObjectsRequest()
Method Detail |
public DeletionScopeType getDeletionScope()
public ObjectRefList getObjectRefList()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setDeletionScope(DeletionScopeType deletionScope)
deletionScope
- the value of field 'deletionScope'.public void setObjectRefList(ObjectRefList objectRefList)
objectRefList
- the value of field 'objectRefList'.public static RemoveObjectsRequest unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |