Class ProductInformation
java.lang.Object
de.gematik.ws.conn.servicedirectory.ProductInformation
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected ProductIdentificationprotected ProductMiscellaneousprotected ProductTypeInformation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the informationDate property.Gets the value of the productIdentification property.Gets the value of the productMiscellaneous property.Gets the value of the productTypeInformation property.voidSets the value of the informationDate property.voidSets the value of the productIdentification property.voidSets the value of the productMiscellaneous property.voidSets the value of the productTypeInformation property.
-
Field Details
-
informationDate
-
productTypeInformation
-
productIdentification
-
productMiscellaneous
-
-
Constructor Details
-
ProductInformation
public ProductInformation()
-
-
Method Details
-
getInformationDate
Gets the value of the informationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setInformationDate
Sets the value of the informationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getProductTypeInformation
Gets the value of the productTypeInformation property.- Returns:
- possible object is
ProductTypeInformation
-
setProductTypeInformation
Sets the value of the productTypeInformation property.- Parameters:
value- allowed object isProductTypeInformation
-
getProductIdentification
Gets the value of the productIdentification property.- Returns:
- possible object is
ProductIdentification
-
setProductIdentification
Sets the value of the productIdentification property.- Parameters:
value- allowed object isProductIdentification
-
getProductMiscellaneous
Gets the value of the productMiscellaneous property.- Returns:
- possible object is
ProductMiscellaneous
-
setProductMiscellaneous
Sets the value of the productMiscellaneous property.- Parameters:
value- allowed object isProductMiscellaneous
-