java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.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 Details

  • Constructor Details

    • SlotType1

      public SlotType1()
  • Method Details

    • 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