Class ViewerInfo
java.lang.Object
de.gematik.ws.conn.signatureservice.v7.ViewerInfo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="XslStyleSheets" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}XslStylesheet" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the xslStyleSheets property.voidSets the value of the xslStyleSheets property.
-
Field Details
-
xslStyleSheets
-
-
Constructor Details
-
ViewerInfo
public ViewerInfo()
-
-
Method Details
-
getXslStyleSheets
Gets the value of the xslStyleSheets property.- Returns:
- possible object is
ViewerInfo.XslStyleSheets
-
setXslStyleSheets
Sets the value of the xslStyleSheets property.- Parameters:
value- allowed object isViewerInfo.XslStyleSheets
-