public class NativeType extends Object implements Named, Visitable
Java class for NativeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NativeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="vendorId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="safeToIgnore" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
safeToIgnore |
protected String |
vendorId |
| Constructor and Description |
|---|
NativeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
QName |
getJAXBElementName() |
String |
getVendorId()
Gets the value of the vendorId property.
|
boolean |
isSafeToIgnore()
Gets the value of the safeToIgnore property.
|
boolean |
isSetSafeToIgnore() |
boolean |
isSetVendorId() |
void |
setJAXBElementName(QName name) |
void |
setSafeToIgnore(boolean value)
Sets the value of the safeToIgnore property.
|
void |
setVendorId(String value)
Sets the value of the vendorId property.
|
protected String vendorId
protected boolean safeToIgnore
public String getVendorId()
Stringpublic void setVendorId(String value)
value - allowed object is
Stringpublic boolean isSetVendorId()
public boolean isSafeToIgnore()
public void setSafeToIgnore(boolean value)
public boolean isSetSafeToIgnore()
public void setJAXBElementName(QName name)
setJAXBElementName in interface Namedpublic QName getJAXBElementName()
getJAXBElementName in interface Namedpublic void afterUnmarshal(Unmarshaller u, Object parent)
This work is licensed under a Creative Commons Attribution 4.0 International License.