org.s_ramp.xmlns._2010.s_ramp
Class PropertyData

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

public class PropertyData
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}property"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Property property
           
 
Constructor Summary
PropertyData()
           
 
Method Summary
 Property getProperty()
          Gets the value of the property property.
 void setProperty(Property value)
          Sets the value of the property property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

protected Property property
Constructor Detail

PropertyData

public PropertyData()
Method Detail

getProperty

public Property getProperty()
Gets the value of the property property.

Returns:
possible object is Property

setProperty

public void setProperty(Property value)
Sets the value of the property property.

Parameters:
value - allowed object is Property


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