be.ac.ulg.montefiore.run.totem.domain.model.jaxb
Interface Information.SrlgsType.SrlgType

All Known Implementing Classes:
InformationImpl.SrlgsTypeImpl.SrlgTypeImpl
Enclosing interface:
Information.SrlgsType

public static interface Information.SrlgsType.SrlgType

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="id" use="required" type="{}srlgIdType" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 int getId()
          Gets the value of the id property.
 java.lang.String getValue()
          Gets the value of the value property.
 boolean isSetId()
           
 boolean isSetValue()
           
 void setId(int value)
          Sets the value of the id property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 void unsetId()
           
 void unsetValue()
           
 

Method Detail

getValue

java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

isSetValue

boolean isSetValue()

unsetValue

void unsetValue()

getId

int getId()
Gets the value of the id property.


setId

void setId(int value)
Sets the value of the id property.


isSetId

boolean isSetId()

unsetId

void unsetId()


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