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

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

public static interface Lsp.BackupType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="protected_lsp" type="{}lspIdType" minOccurs="0"/>
         <element name="protected_links">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="protected_link" type="{}linkIdType" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="type" use="required" type="{}lspBackupType" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface Lsp.BackupType.ProtectedLinksType
          Java content class for anonymous complex type.
 
Method Summary
 Lsp.BackupType.ProtectedLinksType getProtectedLinks()
          Gets the value of the protectedLinks property.
 java.lang.String getProtectedLsp()
          Gets the value of the protectedLsp property.
 LspBackupType getType()
          Gets the value of the type property.
 boolean isSetProtectedLinks()
           
 boolean isSetProtectedLsp()
           
 boolean isSetType()
           
 void setProtectedLinks(Lsp.BackupType.ProtectedLinksType value)
          Sets the value of the protectedLinks property.
 void setProtectedLsp(java.lang.String value)
          Sets the value of the protectedLsp property.
 void setType(LspBackupType value)
          Sets the value of the type property.
 void unsetProtectedLinks()
           
 void unsetProtectedLsp()
           
 void unsetType()
           
 

Method Detail

getType

LspBackupType getType()
Gets the value of the type property.

Returns:
possible object is LspBackupType

setType

void setType(LspBackupType value)
Sets the value of the type property.

Parameters:
value - allowed object is LspBackupType

isSetType

boolean isSetType()

unsetType

void unsetType()

getProtectedLinks

Lsp.BackupType.ProtectedLinksType getProtectedLinks()
Gets the value of the protectedLinks property.

Returns:
possible object is Lsp.BackupType.ProtectedLinksType

setProtectedLinks

void setProtectedLinks(Lsp.BackupType.ProtectedLinksType value)
Sets the value of the protectedLinks property.

Parameters:
value - allowed object is Lsp.BackupType.ProtectedLinksType

isSetProtectedLinks

boolean isSetProtectedLinks()

unsetProtectedLinks

void unsetProtectedLinks()

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


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