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

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

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

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


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

Method Detail

getPreemption

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

Returns:
possible object is Lsp.DiffServType.PreemptionType

setPreemption

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

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