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 java.math.BigInteger |
colFirst |
protected java.math.BigInteger |
colLast |
protected java.lang.String |
ed |
protected java.lang.String |
edGrp |
displacedByCustomXml, id| Constructor and Description |
|---|
RangePermissionStart() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.math.BigInteger |
getColFirst()
Gets the value of the colFirst property.
|
java.math.BigInteger |
getColLast()
Gets the value of the colLast property.
|
java.lang.String |
getEd()
Gets the value of the ed property.
|
java.lang.String |
getEdGrp()
Gets the value of the edGrp property.
|
void |
setColFirst(java.math.BigInteger value)
Sets the value of the colFirst property.
|
void |
setColLast(java.math.BigInteger value)
Sets the value of the colLast property.
|
void |
setEd(java.lang.String value)
Sets the value of the ed property.
|
void |
setEdGrp(java.lang.String value)
Sets the value of the edGrp property.
|
getDisplacedByCustomXml, getId, getParent, setDisplacedByCustomXml, setId, setParentprotected java.lang.String edGrp
protected java.lang.String ed
protected java.math.BigInteger colFirst
protected java.math.BigInteger colLast
public java.lang.String getEdGrp()
Stringpublic void setEdGrp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEd()
Stringpublic void setEd(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getColFirst()
BigIntegerpublic void setColFirst(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getColLast()
BigIntegerpublic void setColLast(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
afterUnmarshal in class CTPermparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.