Class CTPositiveRatio
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d.CTPositiveRatio
- All Implemented Interfaces:
Child
Java class for CT_PositiveRatio complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PositiveRatio">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="n" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
<attribute name="d" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getD()Gets the value of the d property.getN()Gets the value of the n property.Gets the parent object in the object tree representing the unmarshalled xml document.voidsetD(BigInteger value) Sets the value of the d property.voidsetN(BigInteger value) Sets the value of the n property.void
-
Field Details
-
n
-
d
-
-
Constructor Details
-
CTPositiveRatio
public CTPositiveRatio()
-
-
Method Details
-
getN
Gets the value of the n property.- Returns:
- possible object is
BigInteger
-
setN
Sets the value of the n property.- Parameters:
value- allowed object isBigInteger
-
getD
Gets the value of the d property.- Returns:
- possible object is
BigInteger
-
setD
Sets the value of the d property.- Parameters:
value- allowed object isBigInteger
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-