org.ow2.jasmine.probe.api.generated
Class JsrType

java.lang.Object
  extended by org.ow2.jasmine.probe.api.generated.JsrType

public class JsrType
extends Object

Java class for jsrType complex type.

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

 <complexType name="jsrType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="property" type="{org.ow2.jasmine.probe:probe-config}propType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="type" type="{org.ow2.jasmine.probe:probe-config}typeNameType"/>
         <element name="value" type="{org.ow2.jasmine.probe:probe-config}valueType"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  List<PropType> property
           
protected  long timestamp
           
protected  TypeNameType type
           
protected  ValueType value
           
 
Constructor Summary
JsrType()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 List<PropType> getProperty()
          Gets the value of the property property.
 long getTimestamp()
          Gets the value of the timestamp property.
 TypeNameType getType()
          Gets the value of the type property.
 ValueType getValue()
          Gets the value of the value property.
 void setName(String value)
          Sets the value of the name property.
 void setProperty(List<PropType> property)
          Sets the value of the property property.
 void setTimestamp(long value)
          Sets the value of the timestamp property.
 void setType(TypeNameType value)
          Sets the value of the type property.
 void setValue(ValueType value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timestamp

protected long timestamp

property

protected List<PropType> property

type

protected TypeNameType type

value

protected ValueType value

name

protected String name
Constructor Detail

JsrType

public JsrType()
Method Detail

getTimestamp

public long getTimestamp()
Gets the value of the timestamp property.


setTimestamp

public void setTimestamp(long value)
Sets the value of the timestamp property.


getProperty

public List<PropType> getProperty()
Gets the value of the property property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the property property.

For example, to add a new item, do as follows:

    getProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list PropType


getType

public TypeNameType getType()
Gets the value of the type property.

Returns:
possible object is TypeNameType

setType

public void setType(TypeNameType value)
Sets the value of the type property.

Parameters:
value - allowed object is TypeNameType

getValue

public ValueType getValue()
Gets the value of the value property.

Returns:
possible object is ValueType

setValue

public void setValue(ValueType value)
Sets the value of the value property.

Parameters:
value - allowed object is ValueType

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

setProperty

public void setProperty(List<PropType> property)
Sets the value of the property property.

Parameters:
property - allowed object is PropType


Copyright © 2013 OW2 Consortium. All Rights Reserved.