public class NegativeInteger extends Object
<xs:complexType xmlns:ns="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="negativeInteger">
<xs:simpleContent>
<xs:extension base="xs:integer">
<xs:attributeGroup ref="ns:commonAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
| Constructor and Description |
|---|
NegativeInteger() |
| Modifier and Type | Method and Description |
|---|---|
CommonAttributes |
getCommonAttributes()
Get the 'commonAttributes' attributeGroup value.
|
BigInteger |
getInteger()
Get the extension value.
|
void |
setCommonAttributes(CommonAttributes commonAttributes)
Set the 'commonAttributes' attributeGroup value.
|
void |
setInteger(BigInteger integer)
Set the extension value.
|
public BigInteger getInteger()
public void setInteger(BigInteger integer)
integer - public CommonAttributes getCommonAttributes()
public void setCommonAttributes(CommonAttributes commonAttributes)
commonAttributes - Copyright © 2018 Europeana Foundation. All rights reserved.