public class NotUnderstoodType extends Object
Java class for NotUnderstoodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotUnderstoodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="qname" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotUnderstoodType.Builder<_B> |
static class |
NotUnderstoodType.Select |
static class |
NotUnderstoodType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Constructor and Description |
|---|
NotUnderstoodType() |
| Modifier and Type | Method and Description |
|---|---|
static NotUnderstoodType.Builder<Void> |
builder() |
static NotUnderstoodType.Builder<Void> |
copyExcept(NotUnderstoodType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> NotUnderstoodType.Builder<_B> |
copyOf(NotUnderstoodType _other) |
static <_B> NotUnderstoodType.Builder<_B> |
copyOf(NotUnderstoodType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static NotUnderstoodType.Builder<Void> |
copyOnly(NotUnderstoodType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(NotUnderstoodType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(NotUnderstoodType.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
QName |
getQname()
Gets the value of the qname property.
|
<_B> NotUnderstoodType.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> NotUnderstoodType.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
NotUnderstoodType.Builder<Void> |
newCopyBuilder() |
NotUnderstoodType.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setQname(QName value)
Sets the value of the qname property.
|
protected QName qname
public QName getQname()
QNamepublic void setQname(QName value)
value - allowed object is
QNamepublic <_B> void copyTo(NotUnderstoodType.Builder<_B> _other)
copyOf(org.w3.soap.NotUnderstoodType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> NotUnderstoodType.Builder<_B> newCopyBuilder(_B _parentBuilder)
public NotUnderstoodType.Builder<Void> newCopyBuilder()
public static NotUnderstoodType.Builder<Void> builder()
public static <_B> NotUnderstoodType.Builder<_B> copyOf(NotUnderstoodType _other)
public <_B> void copyTo(NotUnderstoodType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.w3.soap.NotUnderstoodType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> NotUnderstoodType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public NotUnderstoodType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> NotUnderstoodType.Builder<_B> copyOf(NotUnderstoodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static NotUnderstoodType.Builder<Void> copyExcept(NotUnderstoodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static NotUnderstoodType.Builder<Void> copyOnly(NotUnderstoodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2021 NorStella. All rights reserved.