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

All Known Implementing Classes:
BaseLSPCreationTypeImpl.DiffServTypeImpl
Enclosing interface:
BaseLSPCreationType

public static interface BaseLSPCreationType.DiffServType

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_3.xsd line 286)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ct" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="preemption">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface BaseLSPCreationType.DiffServType.PreemptionType
          Java content class for anonymous complex type.
 
Method Summary
 int getCt()
          Gets the value of the ct property.
 BaseLSPCreationType.DiffServType.PreemptionType getPreemption()
          Gets the value of the preemption property.
 boolean isSetCt()
           
 boolean isSetPreemption()
           
 void setCt(int value)
          Sets the value of the ct property.
 void setPreemption(BaseLSPCreationType.DiffServType.PreemptionType value)
          Sets the value of the preemption property.
 void unsetCt()
           
 void unsetPreemption()
           
 

Method Detail

getPreemption

BaseLSPCreationType.DiffServType.PreemptionType getPreemption()
Gets the value of the preemption property.

Returns:
possible object is BaseLSPCreationType.DiffServType.PreemptionType

setPreemption

void setPreemption(BaseLSPCreationType.DiffServType.PreemptionType value)
Sets the value of the preemption property.

Parameters:
value - allowed object is BaseLSPCreationType.DiffServType.PreemptionType

isSetPreemption

boolean isSetPreemption()

unsetPreemption

void unsetPreemption()

getCt

int getCt()
Gets the value of the ct property.


setCt

void setCt(int value)
Sets the value of the ct property.


isSetCt

boolean isSetCt()

unsetCt

void unsetCt()


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