xml.masslynx
Interface Pressure


public interface Pressure

Java content class for pressure complex type.

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

 <complexType name="pressure">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>float">
       <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 java.lang.String getUnit()
           
 float getValue()
           
 void setUnit(java.lang.String value)
           
 void setValue(float value)
           
 

Method Detail

getValue

public float getValue()

setValue

public void setValue(float value)

getUnit

public java.lang.String getUnit()

setUnit

public void setUnit(java.lang.String value)