eu.scape_project.xa.tw.toolspec
Class Port

java.lang.Object
  extended by eu.scape_project.xa.tw.toolspec.Port

public class Port
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>int">
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String type
           
protected  int value
           
 
Constructor Summary
Port()
           
 
Method Summary
 String getType()
          Gets the value of the type property.
 int getValue()
          Gets the value of the value property.
 void setType(String value)
          Sets the value of the type property.
 void setValue(int value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected int value

type

protected String type
Constructor Detail

Port

public Port()
Method Detail

getValue

public int getValue()
Gets the value of the value property.


setValue

public void setValue(int value)
Sets the value of the value property.


getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.