public class RangePermissionStart extends CTPerm
Java class for CT_PermStart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PermStart">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Perm">
<attribute name="edGrp">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="none"/>
<enumeration value="everyone"/>
<enumeration value="administrators"/>
<enumeration value="contributors"/>
<enumeration value="editors"/>
<enumeration value="owners"/>
<enumeration value="current"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ed" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
<attribute name="colFirst" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="colLast" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
colFirst |
protected BigInteger |
colLast |
protected String |
ed |
protected String |
edGrp |
displacedByCustomXml, id| Constructor and Description |
|---|
RangePermissionStart() |
| 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.
|
BigInteger |
getColFirst()
Gets the value of the colFirst property.
|
BigInteger |
getColLast()
Gets the value of the colLast property.
|
String |
getEd()
Gets the value of the ed property.
|
String |
getEdGrp()
Gets the value of the edGrp property.
|
void |
setColFirst(BigInteger value)
Sets the value of the colFirst property.
|
void |
setColLast(BigInteger value)
Sets the value of the colLast property.
|
void |
setEd(String value)
Sets the value of the ed property.
|
void |
setEdGrp(String value)
Sets the value of the edGrp property.
|
getDisplacedByCustomXml, getId, getParent, setDisplacedByCustomXml, setId, setParentprotected String edGrp
protected String ed
protected BigInteger colFirst
protected BigInteger colLast
public String getEdGrp()
Stringpublic void setEdGrp(String value)
value - allowed object is
Stringpublic void setEd(String value)
value - allowed object is
Stringpublic BigInteger getColFirst()
BigIntegerpublic void setColFirst(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getColLast()
BigIntegerpublic void setColLast(BigInteger value)
value - allowed object is
BigIntegerpublic void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal in class CTPermparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.