oasis.names.tc.ebxml_regrep.xsd.rim._3
Class AssociationType1

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
      extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
          extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.AssociationType1

public class AssociationType1
extends RegistryObjectType

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

Java class for AssociationType1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AssociationType1">
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
       <attribute name="associationType" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
       <attribute name="sourceObject" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
       <attribute name="targetObject" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String associationType
           
protected  java.lang.String sourceObject
           
protected  java.lang.String targetObject
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
classifications, description, externalIdentifiers, lid, name, objectType, status, versionInfo
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
home, id, slots
 
Constructor Summary
AssociationType1()
           
 
Method Summary
 java.lang.String getAssociationType()
          Gets the value of the associationType property.
 java.lang.String getSourceObject()
          Gets the value of the sourceObject property.
 java.lang.String getTargetObject()
          Gets the value of the targetObject property.
 void setAssociationType(java.lang.String value)
          Sets the value of the associationType property.
 void setSourceObject(java.lang.String value)
          Sets the value of the sourceObject property.
 void setTargetObject(java.lang.String value)
          Sets the value of the targetObject property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
getClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
getHome, getId, getSlots, setHome, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

associationType

protected java.lang.String associationType

sourceObject

protected java.lang.String sourceObject

targetObject

protected java.lang.String targetObject
Constructor Detail

AssociationType1

public AssociationType1()
Method Detail

getAssociationType

public java.lang.String getAssociationType()
Gets the value of the associationType property.

Returns:
possible object is String

setAssociationType

public void setAssociationType(java.lang.String value)
Sets the value of the associationType property.

Parameters:
value - allowed object is String

getSourceObject

public java.lang.String getSourceObject()
Gets the value of the sourceObject property.

Returns:
possible object is String

setSourceObject

public void setSourceObject(java.lang.String value)
Sets the value of the sourceObject property.

Parameters:
value - allowed object is String

getTargetObject

public java.lang.String getTargetObject()
Gets the value of the targetObject property.

Returns:
possible object is String

setTargetObject

public void setTargetObject(java.lang.String value)
Sets the value of the targetObject property.

Parameters:
value - allowed object is String