public class AbstractReport extends Object
Java class for AbstractReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractReport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://extension-point-uri/15/03}Extension" minOccurs="0"/>
</sequence>
<attribute ref="{http://domain-model-uri/15/04}MDIBVersion use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Extension |
extension |
protected BigInteger |
sequenceNumber |
| Constructor and Description |
|---|
AbstractReport() |
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension()
Gets the value of the extension property.
|
BigInteger |
getSequenceNumber()
The unique change version number of the MDIB.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setSequenceNumber(BigInteger value)
Sets the value of the sequenceNumber property.
|
protected Extension extension
protected BigInteger sequenceNumber
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic BigInteger getSequenceNumber()
BigIntegerpublic void setSequenceNumber(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016. All rights reserved.