be.ac.ulg.montefiore.run.totem.scenario.model.jaxb
Interface LSPCreationType.DiffServType.PreemptionType

All Known Implementing Classes:
LSPCreationTypeImpl.DiffServTypeImpl.PreemptionTypeImpl
Enclosing interface:
LSPCreationType.DiffServType

public static interface LSPCreationType.DiffServType.PreemptionType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/monfort/Projects/run-totem/src/resources/scenario/Scenario-v1_2.xsd line 280)

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


Method Summary
 int getHolding()
          Gets the value of the holding property.
 int getSetup()
          Gets the value of the setup property.
 boolean isSetHolding()
           
 boolean isSetSetup()
           
 void setHolding(int value)
          Sets the value of the holding property.
 void setSetup(int value)
          Sets the value of the setup property.
 void unsetHolding()
           
 void unsetSetup()
           
 

Method Detail

getSetup

int getSetup()
Gets the value of the setup property.


setSetup

void setSetup(int value)
Sets the value of the setup property.


isSetSetup

boolean isSetSetup()

unsetSetup

void unsetSetup()

getHolding

int getHolding()
Gets the value of the holding property.


setHolding

void setHolding(int value)
Sets the value of the holding property.


isSetHolding

boolean isSetHolding()

unsetHolding

void unsetHolding()


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.