|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
oasis.names.tc.ebxml_regrep.xsd.rim._3.AssociationType1
public class 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
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 |
---|
protected java.lang.String associationType
protected java.lang.String sourceObject
protected java.lang.String targetObject
Constructor Detail |
---|
public AssociationType1()
Method Detail |
---|
public java.lang.String getAssociationType()
String
public void setAssociationType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSourceObject()
String
public void setSourceObject(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTargetObject()
String
public void setTargetObject(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |