Package org.docx4j.wml
Class RangePermissionStart
java.lang.Object
org.docx4j.wml.CTPerm
org.docx4j.wml.RangePermissionStart
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigIntegercolFirstprotected java.math.BigIntegercolLastprotected java.lang.Stringedprotected java.lang.StringedGrpFields inherited from class org.docx4j.wml.CTPerm
displacedByCustomXml, id -
Constructor Summary
Constructors Constructor Description RangePermissionStart() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.math.BigIntegergetColFirst()Gets the value of the colFirst property.java.math.BigIntegergetColLast()Gets the value of the colLast property.java.lang.StringgetEd()Gets the value of the ed property.java.lang.StringgetEdGrp()Gets the value of the edGrp property.voidsetColFirst(java.math.BigInteger value)Sets the value of the colFirst property.voidsetColLast(java.math.BigInteger value)Sets the value of the colLast property.voidsetEd(java.lang.String value)Sets the value of the ed property.voidsetEdGrp(java.lang.String value)Sets the value of the edGrp property.Methods inherited from class org.docx4j.wml.CTPerm
getDisplacedByCustomXml, getId, getParent, setDisplacedByCustomXml, setId, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
edGrp
protected java.lang.String edGrp -
ed
protected java.lang.String ed -
colFirst
protected java.math.BigInteger colFirst -
colLast
protected java.math.BigInteger colLast
-
-
Constructor Details
-
RangePermissionStart
public RangePermissionStart()
-
-
Method Details
-
getEdGrp
public java.lang.String getEdGrp()Gets the value of the edGrp property.- Returns:
- possible object is
String
-
setEdGrp
public void setEdGrp(java.lang.String value)Sets the value of the edGrp property.- Parameters:
value- allowed object isString
-
getEd
public java.lang.String getEd()Gets the value of the ed property.- Returns:
- possible object is
String
-
setEd
public void setEd(java.lang.String value)Sets the value of the ed property.- Parameters:
value- allowed object isString
-
getColFirst
public java.math.BigInteger getColFirst()Gets the value of the colFirst property.- Returns:
- possible object is
BigInteger
-
setColFirst
public void setColFirst(java.math.BigInteger value)Sets the value of the colFirst property.- Parameters:
value- allowed object isBigInteger
-
getColLast
public java.math.BigInteger getColLast()Gets the value of the colLast property.- Returns:
- possible object is
BigInteger
-
setColLast
public void setColLast(java.math.BigInteger value)Sets the value of the colLast property.- Parameters:
value- allowed object isBigInteger
-
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Overrides:
afterUnmarshalin classCTPerm- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-