Class RevokeResultType


  • public class RevokeResultType
    extends ResultType

    Java class for RevokeResultType complex type.

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

     <complexType name="RevokeResultType">
       <complexContent>
         <extension base="{http://www.w3.org/2002/03/xkms#}ResultType">
           <sequence>
             <element ref="{http://www.w3.org/2002/03/xkms#}KeyBinding" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RevokeResultType

        public RevokeResultType()
    • Method Detail

      • getKeyBinding

        public List<KeyBindingType> getKeyBinding()
        Gets the value of the keyBinding property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the keyBinding property.

        For example, to add a new item, do as follows:

            getKeyBinding().add(newItem);
         

        Objects of the following type(s) are allowed in the list KeyBindingType