be.ac.ulg.montefiore.run.totem.domain.model.jaxb
Interface Lsp.DiffServType.PreemptionType

All Known Implementing Classes:
LspImpl.DiffServTypeImpl.PreemptionTypeImpl
Enclosing interface:
Lsp.DiffServType

public static interface Lsp.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/domain/Domain-v1_2.xsd line 274)

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


Method Summary
 int getHolding()
          Gets the value of the holding property.
 int getSetup()
          Gets the value of the setup property.
 void setHolding(int value)
          Sets the value of the holding property.
 void setSetup(int value)
          Sets the value of the setup property.
 

Method Detail

getSetup

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


setSetup

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


getHolding

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


setHolding

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



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