public class SharingBaseRule extends Metadata
| Constructor and Description |
|---|
SharingBaseRule()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessLevel() |
AccountSharingRuleSettings |
getAccountSettings() |
String |
getDescription() |
String |
getLabel() |
SharedTo |
getSharedTo() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAccessLevel(String accessLevel) |
void |
setAccountSettings(AccountSharingRuleSettings accountSettings) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setSharedTo(SharedTo sharedTo) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullNamepublic String getAccessLevel()
public void setAccessLevel(String accessLevel)
public AccountSharingRuleSettings getAccountSettings()
public void setAccountSettings(AccountSharingRuleSettings accountSettings)
public String getDescription()
public void setDescription(String description)
public String getLabel()
public void setLabel(String label)
public SharedTo getSharedTo()
public void setSharedTo(SharedTo sharedTo)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.