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>
| Constructor and Description |
|---|
SlotType1() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
StringCopyright © 2010–2025. All rights reserved.