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

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

public static interface LSPCreationType.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_2.xsd line 276)

 <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 LSPCreationType.DiffServType.PreemptionType
          Java content class for anonymous complex type.
 
Method Summary
 int getCt()
          Gets the value of the ct property.
 LSPCreationType.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(LSPCreationType.DiffServType.PreemptionType value)
          Sets the value of the preemption property.
 void unsetCt()
           
 void unsetPreemption()
           
 

Method Detail

getPreemption

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

Returns:
possible object is LSPCreationType.DiffServType.PreemptionType

setPreemption

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

Parameters:
value - allowed object is LSPCreationType.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.