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