be.ac.ulg.montefiore.run.totem.scenario.model.jaxb
Interface LSPBackupCreationType.DetourType

All Known Implementing Classes:
LSPBackupCreationTypeImpl.DetourTypeImpl
Enclosing interface:
LSPBackupCreationType

public static interface LSPBackupCreationType.DetourType

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 320)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="methodType" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}methodType" default="GLOBAL" />
       <attribute name="protectedLSP" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="protectionType" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}protectionType" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 MethodType getMethodType()
          Gets the value of the methodType property.
 java.lang.String getProtectedLSP()
          Gets the value of the protectedLSP property.
 ProtectionType getProtectionType()
          Gets the value of the protectionType property.
 boolean isSetMethodType()
           
 boolean isSetProtectedLSP()
           
 boolean isSetProtectionType()
           
 void setMethodType(MethodType value)
          Sets the value of the methodType property.
 void setProtectedLSP(java.lang.String value)
          Sets the value of the protectedLSP property.
 void setProtectionType(ProtectionType value)
          Sets the value of the protectionType property.
 void unsetMethodType()
           
 void unsetProtectedLSP()
           
 void unsetProtectionType()
           
 

Method Detail

getMethodType

MethodType getMethodType()
Gets the value of the methodType property.

Returns:
possible object is MethodType

setMethodType

void setMethodType(MethodType value)
Sets the value of the methodType property.

Parameters:
value - allowed object is MethodType

isSetMethodType

boolean isSetMethodType()

unsetMethodType

void unsetMethodType()

getProtectedLSP

java.lang.String getProtectedLSP()
Gets the value of the protectedLSP property.

Returns:
possible object is String

setProtectedLSP

void setProtectedLSP(java.lang.String value)
Sets the value of the protectedLSP property.

Parameters:
value - allowed object is String

isSetProtectedLSP

boolean isSetProtectedLSP()

unsetProtectedLSP

void unsetProtectedLSP()

getProtectionType

ProtectionType getProtectionType()
Gets the value of the protectionType property.

Returns:
possible object is ProtectionType

setProtectionType

void setProtectionType(ProtectionType value)
Sets the value of the protectionType property.

Parameters:
value - allowed object is ProtectionType

isSetProtectionType

boolean isSetProtectionType()

unsetProtectionType

void unsetProtectionType()


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