com.asdf.parser
Class OptionalParameters

java.lang.Object
  extended by com.asdf.parser.OptionalParameters

public class OptionalParameters
extends java.lang.Object

Java class for OptionalParameters complex type.

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

 <complexType name="OptionalParameters">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Parameters" type="{}Parameters" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
OptionalParameters()
           
 
Method Summary
 Parameters getParameters()
          Gets the value of the parameters property.
 void setParameters(Parameters value)
          Sets the value of the parameters property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionalParameters

public OptionalParameters()
Method Detail

getParameters

public Parameters getParameters()
Gets the value of the parameters property.

Returns:
possible object is Parameters

setParameters

public void setParameters(Parameters value)
Sets the value of the parameters property.

Parameters:
value - allowed object is Parameters