org.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated
Class Tomcat7DirectorType

java.lang.Object
  extended by org.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated.Tomcat7DirectorType

public class Tomcat7DirectorType
extends Object

Java class for tomcat7DirectorType complex type.

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

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


Field Summary
protected  Long port
           
 
Constructor Summary
Tomcat7DirectorType()
           
 
Method Summary
 Long getPort()
          Gets the value of the port property.
 void setPort(Long value)
          Sets the value of the port property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

port

protected Long port
Constructor Detail

Tomcat7DirectorType

public Tomcat7DirectorType()
Method Detail

getPort

public Long getPort()
Gets the value of the port property.

Returns:
possible object is Long

setPort

public void setPort(Long value)
Sets the value of the port property.

Parameters:
value - allowed object is Long


Copyright © 2012 OW2 Consortium. All Rights Reserved.