Class KeySharingType


  • public class KeySharingType
    extends Object

    Java class for KeySharingType complex type.

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

     <complexType name="KeySharingType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="sharing" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • sharing

        protected boolean sharing
    • Constructor Detail

      • KeySharingType

        public KeySharingType()
    • Method Detail

      • isSharing

        public boolean isSharing()
        Gets the value of the sharing property.
      • setSharing

        public void setSharing​(boolean value)
        Sets the value of the sharing property.