public class TPart extends TExtensibleAttributesDocumented
<xs:complexType xmlns:ns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="tPart">
<xs:complexContent>
<xs:extension base="ns:tExtensibleAttributesDocumented">
<xs:attribute type="xs:string" use="required" name="name"/>
<xs:attribute type="xs:QName" use="optional" name="element"/>
<xs:attribute type="xs:QName" use="optional" name="type"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Constructor and Description |
|---|
TPart() |
| Modifier and Type | Method and Description |
|---|---|
org.jibx.runtime.QName |
getElement()
Get the 'element' attribute value.
|
String |
getName()
Get the 'name' attribute value.
|
org.jibx.runtime.QName |
getType()
Get the 'type' attribute value.
|
void |
setElement(org.jibx.runtime.QName element)
Set the 'element' attribute value.
|
void |
setName(String name)
Set the 'name' attribute value.
|
void |
setType(org.jibx.runtime.QName type)
Set the 'type' attribute value.
|
getDocumentation, setDocumentationpublic String getName()
public void setName(String name)
name - public org.jibx.runtime.QName getElement()
public void setElement(org.jibx.runtime.QName element)
element - public org.jibx.runtime.QName getType()
public void setType(org.jibx.runtime.QName type)
type - Copyright © 2017 Europeana Foundation. All rights reserved.