|
|||||||||
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.Slot
public class Slot
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 |
---|
protected ValueList valueList
protected java.lang.String name
protected java.lang.String slotType
Constructor Detail |
---|
public Slot()
Method Detail |
---|
public ValueList getValueList()
ValueList
public void setValueList(ValueList value)
value
- allowed object is
ValueList
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSlotType()
String
public void setSlotType(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |