|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rim.RegistryObjectType
org.oasis.ebxml.registry.bindings.rim.AssociationType1
Association is the mapping of the same named interface in ebRIM. It extends RegistryObject. An Association specifies references to two previously submitted registry entrys. The sourceObject is id of the sourceObject in association The targetObject is id of the targetObject in association
Constructor Summary | |
AssociationType1()
|
Method Summary | |
void |
deleteIsConfirmedBySourceOwner()
|
void |
deleteIsConfirmedByTargetOwner()
|
java.lang.String |
getAssociationType()
Returns the value of field 'associationType'. |
boolean |
getIsConfirmedBySourceOwner()
Returns the value of field 'isConfirmedBySourceOwner'. |
boolean |
getIsConfirmedByTargetOwner()
Returns the value of field 'isConfirmedByTargetOwner'. |
java.lang.Object |
getSourceObject()
Returns the value of field 'sourceObject'. |
java.lang.Object |
getTargetObject()
Returns the value of field 'targetObject'. |
boolean |
hasIsConfirmedBySourceOwner()
|
boolean |
hasIsConfirmedByTargetOwner()
|
boolean |
isValid()
|
abstract void |
marshal(org.xml.sax.DocumentHandler handler)
|
abstract void |
marshal(java.io.Writer out)
|
void |
setAssociationType(java.lang.String associationType)
Sets the value of field 'associationType'. |
void |
setIsConfirmedBySourceOwner(boolean isConfirmedBySourceOwner)
Sets the value of field 'isConfirmedBySourceOwner'. |
void |
setIsConfirmedByTargetOwner(boolean isConfirmedByTargetOwner)
Sets the value of field 'isConfirmedByTargetOwner'. |
void |
setSourceObject(java.lang.Object sourceObject)
Sets the value of field 'sourceObject'. |
void |
setTargetObject(java.lang.Object targetObject)
Sets the value of field 'targetObject'. |
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AssociationType1()
Method Detail |
public void deleteIsConfirmedBySourceOwner()
public void deleteIsConfirmedByTargetOwner()
public java.lang.String getAssociationType()
public boolean getIsConfirmedBySourceOwner()
public boolean getIsConfirmedByTargetOwner()
public java.lang.Object getSourceObject()
public java.lang.Object getTargetObject()
public boolean hasIsConfirmedBySourceOwner()
public boolean hasIsConfirmedByTargetOwner()
public boolean isValid()
isValid
in class RegistryObjectType
public abstract void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class RegistryObjectType
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public abstract void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class RegistryObjectType
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setAssociationType(java.lang.String associationType)
associationType
- the value of field 'associationType'.public void setIsConfirmedBySourceOwner(boolean isConfirmedBySourceOwner)
isConfirmedBySourceOwner
- the value of field
'isConfirmedBySourceOwner'.public void setIsConfirmedByTargetOwner(boolean isConfirmedByTargetOwner)
isConfirmedByTargetOwner
- the value of field
'isConfirmedByTargetOwner'.public void setSourceObject(java.lang.Object sourceObject)
sourceObject
- the value of field 'sourceObject'.public void setTargetObject(java.lang.Object targetObject)
targetObject
- the value of field 'targetObject'.public void validate() throws org.exolab.castor.xml.ValidationException
validate
in class RegistryObjectType
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |