org.ow2.jasmine.deployme.v2.generated
Class OndemandType
java.lang.Object
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>
|
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 |
redirectPort
protected long redirectPort
OndemandType
public OndemandType()
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.