Class SlotType1
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the slotType property.Gets the value of the valueList property.voidSets the value of the name property.voidsetSlotType(String value) Sets the value of the slotType property.voidsetValueList(ValueListType value) Sets the value of the valueList property.
-
Field Details
-
valueList
-
name
-
slotType
-
-
Constructor Details
-
SlotType1
public SlotType1()
-
-
Method Details
-
getValueList
Gets the value of the valueList property.- Returns:
- possible object is
ValueListType
-
setValueList
Sets the value of the valueList property.- Parameters:
value- allowed object isValueListType
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getSlotType
Gets the value of the slotType property.- Returns:
- possible object is
String
-
setSlotType
Sets the value of the slotType property.- Parameters:
value- allowed object isString
-