public class CTFileSharing extends Object implements Child
Java class for CT_FileSharing complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FileSharing">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="readOnlyRecommended" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="userName" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="reservationPassword" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_UnsignedShortHex" />
<attribute name="algorithmName" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="hashValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
<attribute name="saltValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
<attribute name="spinCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithmName |
protected byte[] |
hashValue |
protected Boolean |
readOnlyRecommended |
protected byte[] |
reservationPassword |
protected byte[] |
saltValue |
protected Long |
spinCount |
protected String |
userName |
| Constructor and Description |
|---|
CTFileSharing() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getAlgorithmName()
Gets the value of the algorithmName property.
|
byte[] |
getHashValue()
Gets the value of the hashValue property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
byte[] |
getReservationPassword()
Gets the value of the reservationPassword property.
|
byte[] |
getSaltValue()
Gets the value of the saltValue property.
|
Long |
getSpinCount()
Gets the value of the spinCount property.
|
String |
getUserName()
Gets the value of the userName property.
|
boolean |
isReadOnlyRecommended()
Gets the value of the readOnlyRecommended property.
|
void |
setAlgorithmName(String value)
Sets the value of the algorithmName property.
|
void |
setHashValue(byte[] value)
Sets the value of the hashValue property.
|
void |
setParent(Object parent) |
void |
setReadOnlyRecommended(Boolean value)
Sets the value of the readOnlyRecommended property.
|
void |
setReservationPassword(byte[] value)
Sets the value of the reservationPassword property.
|
void |
setSaltValue(byte[] value)
Sets the value of the saltValue property.
|
void |
setSpinCount(Long value)
Sets the value of the spinCount property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
protected Boolean readOnlyRecommended
protected String userName
protected byte[] reservationPassword
protected String algorithmName
protected byte[] hashValue
protected byte[] saltValue
protected Long spinCount
public boolean isReadOnlyRecommended()
Booleanpublic void setReadOnlyRecommended(Boolean value)
value - allowed object is
Booleanpublic String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic byte[] getReservationPassword()
Stringpublic void setReservationPassword(byte[] value)
value - allowed object is
Stringpublic String getAlgorithmName()
Stringpublic void setAlgorithmName(String value)
value - allowed object is
Stringpublic byte[] getHashValue()
public void setHashValue(byte[] value)
value - allowed object is
byte[]public byte[] getSaltValue()
public void setSaltValue(byte[] value)
value - allowed object is
byte[]public Long getSpinCount()
Longpublic void setSpinCount(Long value)
value - allowed object is
Longpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.