org.ow2.jasmine.deployme.v2.generated
Class OndemandType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.OndemandType

public class OndemandType
extends Object

The

Java class for ondemandType complex type.

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

 <complexType name="ondemandType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="redirectPort" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  long redirectPort
           
 
Constructor Summary
OndemandType()
           
 
Method Summary
 long getRedirectPort()
          Gets the value of the redirectPort property.
 void setRedirectPort(long value)
          Sets the value of the redirectPort property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

redirectPort

protected long redirectPort
Constructor Detail

OndemandType

public OndemandType()
Method Detail

getRedirectPort

public long getRedirectPort()
Gets the value of the redirectPort property.


setRedirectPort

public void setRedirectPort(long value)
Sets the value of the redirectPort property.



Copyright © 2012 OW2 Consortium. All Rights Reserved.