public class SearchElementType extends Object
Java class for searchElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="searchElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Target" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{}CommonAttributes"/>
       <attribute name="datumType" use="required" type="{}datumTypeType" />
       <attribute name="requiredPD" use="required" type="{}percentType" />
       <attribute name="singleTarget" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected DatumTypeType | datumType | 
| protected String | description | 
| protected String | id | 
| protected double | requiredPD | 
| protected Boolean | singleTarget | 
| protected List<ActionObjectElementType> | target | 
| protected Double | timeStamp | 
| Constructor and Description | 
|---|
| SearchElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| DatumTypeType | getDatumType()Gets the value of the datumType property. | 
| String | getDescription()Gets the value of the description property. | 
| String | getId()Gets the value of the id property. | 
| double | getRequiredPD()Gets the value of the requiredPD property. | 
| List<ActionObjectElementType> | getTarget()Gets the value of the target property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| boolean | isSingleTarget()Gets the value of the singleTarget property. | 
| void | setDatumType(DatumTypeType value)Sets the value of the datumType property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setRequiredPD(double value)Sets the value of the requiredPD property. | 
| void | setSingleTarget(Boolean value)Sets the value of the singleTarget property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
protected List<ActionObjectElementType> target
protected DatumTypeType datumType
protected double requiredPD
protected Boolean singleTarget
protected Double timeStamp
protected String description
protected String id
public List<ActionObjectElementType> getTarget()
 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 target property.
 
 
For example, to add a new item, do as follows:
    getTarget().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 ActionObjectElementType
public DatumTypeType getDatumType()
DatumTypeTypepublic void setDatumType(DatumTypeType value)
value - allowed object is
     DatumTypeTypepublic double getRequiredPD()
public void setRequiredPD(double value)
public boolean isSingleTarget()
Booleanpublic void setSingleTarget(Boolean value)
value - allowed object is
     Booleanpublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String