Class PermissibleStringValue


  • public class PermissibleStringValue
    extends EntityBaseBean

    Java class for permissibleStringValue complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="permissibleStringValue">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="type" type="{http://icatproject.org}parameterType" minOccurs="0"/>
             <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PermissibleStringValue

        public PermissibleStringValue()
    • Method Detail

      • setType

        public void setType​(ParameterType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is ParameterType
      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String