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