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://p11073-10207/draft6/ext/2016/12/08}Extension" minOccurs="0"/>
</sequence>
<attGroup ref="{http://p11073-10207/draft6/pm/2016/12/08}MdibVersionGroup"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected BigInteger |
instanceId |
protected String |
sequenceId |
protected BigInteger |
sequenceNumber |
| Constructor and Description |
|---|
AbstractReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
BigInteger |
getInstanceId()
Gets the value of the instanceId property.
|
String |
getSequenceId()
Gets the value of the sequenceId property.
|
BigInteger |
getSequenceNumber()
The unique change version number of the MDIB.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setInstanceId(BigInteger value)
Sets the value of the instanceId property.
|
void |
setSequenceId(String value)
Sets the value of the sequenceId property.
|
void |
setSequenceNumber(BigInteger value)
Sets the value of the sequenceNumber property.
|
String |
toString() |
protected ExtensionType extension
protected BigInteger sequenceNumber
protected String sequenceId
protected BigInteger instanceId
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic BigInteger getSequenceNumber()
BigIntegerpublic void setSequenceNumber(BigInteger value)
value - allowed object is
BigIntegerpublic String getSequenceId()
Stringpublic void setSequenceId(String value)
value - allowed object is
Stringpublic BigInteger getInstanceId()
BigIntegerpublic void setInstanceId(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.