oasis.names.tc.ebxml_regrep.xsd.rim._3
Class Slot

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.Slot

public class Slot
extends java.lang.Object

Java class for SlotType1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SlotType1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ValueList"/>
       </sequence>
       <attribute name="name" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" />
       <attribute name="slotType" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String name
           
protected  java.lang.String slotType
           
protected  ValueList valueList
           
 
Constructor Summary
Slot()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getSlotType()
          Gets the value of the slotType property.
 ValueList getValueList()
          Gets the value of the valueList property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setSlotType(java.lang.String value)
          Sets the value of the slotType property.
 void setValueList(ValueList value)
          Sets the value of the valueList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valueList

protected ValueList valueList

name

protected java.lang.String name

slotType

protected java.lang.String slotType
Constructor Detail

Slot

public Slot()
Method Detail

getValueList

public ValueList getValueList()
Gets the value of the valueList property.

Returns:
possible object is ValueList

setValueList

public void setValueList(ValueList value)
Sets the value of the valueList property.

Parameters:
value - allowed object is ValueList

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getSlotType

public java.lang.String getSlotType()
Gets the value of the slotType property.

Returns:
possible object is String

setSlotType

public void setSlotType(java.lang.String value)
Sets the value of the slotType property.

Parameters:
value - allowed object is String