public class UsvDynamicsCoefficientsType extends Object
Java class for UsvDynamicsCoefficientsType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="UsvDynamicsCoefficientsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PlaceHolder" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
       <attGroup ref="{}commonAttributes"/>
       <attribute name="units" use="required" type="{}UnitsOfMeasureType" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | description | 
| protected Object | placeHolder | 
| protected UnitsOfMeasureType | units | 
| Constructor and Description | 
|---|
| UsvDynamicsCoefficientsType() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the value of the description property. | 
| Object | getPlaceHolder()Gets the value of the placeHolder property. | 
| UnitsOfMeasureType | getUnits()Gets the value of the units property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setPlaceHolder(Object value)Sets the value of the placeHolder property. | 
| void | setUnits(UnitsOfMeasureType value)Sets the value of the units property. | 
protected Object placeHolder
protected UnitsOfMeasureType units
protected String description
public Object getPlaceHolder()
Objectpublic void setPlaceHolder(Object value)
value - allowed object is
     Objectpublic UnitsOfMeasureType getUnits()
UnitsOfMeasureTypepublic void setUnits(UnitsOfMeasureType value)
value - allowed object is
     UnitsOfMeasureTypepublic String getDescription()
String