org.s_ramp.xmlns._2010.s_ramp
Class RelationshipTypeData

java.lang.Object
  extended by org.s_ramp.xmlns._2010.s_ramp.RelationshipTypeData
All Implemented Interfaces:
Serializable

public class RelationshipTypeData
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://s-ramp.org/xmlns/2010/s-ramp}relationshipType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String relationshipType
           
 
Constructor Summary
RelationshipTypeData()
           
 
Method Summary
 String getRelationshipType()
          Gets the value of the relationshipType property.
 void setRelationshipType(String value)
          Sets the value of the relationshipType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relationshipType

protected String relationshipType
Constructor Detail

RelationshipTypeData

public RelationshipTypeData()
Method Detail

getRelationshipType

public String getRelationshipType()
Gets the value of the relationshipType property.

Returns:
possible object is String

setRelationshipType

public void setRelationshipType(String value)
Sets the value of the relationshipType property.

Parameters:
value - allowed object is String


Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.