Class SecuredContentType


  • public class SecuredContentType
    extends Object

    Java class for SecuredContentType complex type.

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

     <complexType name="SecuredContentType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="SecuredContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • securedContent

        protected byte[] securedContent
    • Constructor Detail

      • SecuredContentType

        public SecuredContentType()
    • Method Detail

      • getSecuredContent

        public byte[] getSecuredContent()
        Gets the value of the securedContent property.
        Returns:
        possible object is byte[]
      • setSecuredContent

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