Class KeyStoreType


  • public class KeyStoreType
    extends Object

    Java class for KeyStoreType complex type.

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

     <complexType name="KeyStoreType">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="password" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • value

        protected byte[] value
      • password

        protected String password
    • Constructor Detail

      • KeyStoreType

        public KeyStoreType()
    • 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[]
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getPassword

        public String getPassword()
        Gets the value of the password property.
        Returns:
        possible object is String
      • setPassword

        public void setPassword​(String value)
        Sets the value of the password property.
        Parameters:
        value - allowed object is String