|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser134.Association
public class Association
Attributes of a relationship a resource has with another resource.
Java class for Association complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Association">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}AssociationID" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}AssociationType" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Note" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
associationID
|
protected EnumAssociationType |
associationType
|
protected java.lang.String |
note
|
| Constructor Summary | |
|---|---|
Association()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAssociationID()
Gets the value of the associationID property. |
EnumAssociationType |
getAssociationType()
Gets the value of the associationType property. |
java.lang.String |
getNote()
Gets the value of the note property. |
void |
setAssociationID(java.lang.String value)
Sets the value of the associationID property. |
void |
setAssociationType(EnumAssociationType value)
Sets the value of the associationType property. |
void |
setNote(java.lang.String value)
Sets the value of the note property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String associationID
protected EnumAssociationType associationType
protected java.lang.String note
| Constructor Detail |
|---|
public Association()
| Method Detail |
|---|
public java.lang.String getAssociationID()
Stringpublic void setAssociationID(java.lang.String value)
value - allowed object is
Stringpublic EnumAssociationType getAssociationType()
EnumAssociationTypepublic void setAssociationType(EnumAssociationType value)
value - allowed object is
EnumAssociationTypepublic java.lang.String getNote()
Stringpublic void setNote(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 | |||||||