org.spase.parser134
Class Association

java.lang.Object
  extended by org.spase.parser134.Association

public class Association
extends java.lang.Object

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

associationID

protected java.lang.String associationID

associationType

protected EnumAssociationType associationType

note

protected java.lang.String note
Constructor Detail

Association

public Association()
Method Detail

getAssociationID

public java.lang.String getAssociationID()
Gets the value of the associationID property.

Returns:
possible object is String

setAssociationID

public void setAssociationID(java.lang.String value)
Sets the value of the associationID property.

Parameters:
value - allowed object is String

getAssociationType

public EnumAssociationType getAssociationType()
Gets the value of the associationType property.

Returns:
possible object is EnumAssociationType

setAssociationType

public void setAssociationType(EnumAssociationType value)
Sets the value of the associationType property.

Parameters:
value - allowed object is EnumAssociationType

getNote

public java.lang.String getNote()
Gets the value of the note property.

Returns:
possible object is String

setNote

public void setNote(java.lang.String value)
Sets the value of the note property.

Parameters:
value - allowed object is String