Class ProductInformation

java.lang.Object
de.gematik.ws.conn.servicedirectory.ProductInformation

public class ProductInformation extends Object

Java class for ProductInformation complex type.

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

 <complexType name="ProductInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="InformationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="ProductTypeInformation" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductTypeInformation"/>
         <element name="ProductIdentification" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductIdentification"/>
         <element name="ProductMiscellaneous" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductMiscellaneous"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>