Class XSLTResourceType


  • public class XSLTResourceType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p383362_="https://jakarta.ee/xml/ns/jaxb" xmlns:p837822_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a resource for an XSLT transformation.</p>
     

    Java class for XSLTResourceType complex type.

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

    
     <complexType name="XSLTResourceType">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
           <attGroup ref="{http://schema.webpdf.de/1.0/operation}FileDataGroup"/>
           <attribute name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Detail

      • XSLTResourceType

        public XSLTResourceType()
    • Method Detail

      • getValue

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

        public void setValue​(byte[] value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is byte[]
      • isSetValue

        public boolean isSetValue()
      • getFileName

        public String getFileName()
        Gets the value of the fileName property.
        Returns:
        possible object is String
      • setFileName

        public void setFileName​(String value)
        Sets the value of the fileName property.
        Parameters:
        value - allowed object is String
      • isSetFileName

        public boolean isSetFileName()
      • isSetSource

        public boolean isSetSource()
      • getUri

        public String getUri()
        Gets the value of the uri property.
        Returns:
        possible object is String
      • setUri

        public void setUri​(String value)
        Sets the value of the uri property.
        Parameters:
        value - allowed object is String
      • isSetUri

        public boolean isSetUri()