Class ParameterTypeSpecifier

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class ParameterTypeSpecifier extends TypeSpecifier implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A type which is generic class parameter such as T in MyGeneric.

Java class for ParameterTypeSpecifier complex type.

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

 <complexType name="ParameterTypeSpecifier">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}TypeSpecifier">
       <attribute name="parameterName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>