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>
Modifier and Type | Field and Description |
---|---|
protected boolean |
sharing |
Constructor and Description |
---|
KeySharingType() |
Modifier and Type | Method and Description |
---|---|
boolean |
isSharing()
Gets the value of the sharing property.
|
void |
setSharing(boolean value)
Sets the value of the sharing property.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.