|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.SlotType1
public class SlotType1
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 |
|---|
protected ValueListType valueList
protected String name
protected String slotType
| Constructor Detail |
|---|
public SlotType1()
| Method Detail |
|---|
public ValueListType getValueList()
ValueListTypepublic void setValueList(ValueListType value)
value - allowed object is
ValueListTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSlotType()
Stringpublic void setSlotType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||