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

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

public class SlotType1
extends 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  String name
           
protected  String slotType
           
protected  ValueListType valueList
           
 
Constructor Summary
SlotType1()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 String getSlotType()
          Gets the value of the slotType property.
 ValueListType getValueList()
          Gets the value of the valueList property.
 void setName(String value)
          Sets the value of the name property.
 void setSlotType(String value)
          Sets the value of the slotType property.
 void setValueList(ValueListType 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 ValueListType valueList

name

protected String name

slotType

protected String slotType
Constructor Detail

SlotType1

public SlotType1()
Method Detail

getValueList

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

Returns:
possible object is ValueListType

setValueList

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

Parameters:
value - allowed object is ValueListType

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getSlotType

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

Returns:
possible object is String

setSlotType

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

Parameters:
value - allowed object is String


Copyright © 2010-2011. All Rights Reserved.