Package org.w3.soap
Class NotUnderstoodType.Builder<_B>
- java.lang.Object
-
- org.w3.soap.NotUnderstoodType.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- NotUnderstoodType
public static class NotUnderstoodType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected NotUnderstoodType_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, NotUnderstoodType _other, boolean _copy)Builder(_B _parentBuilder, NotUnderstoodType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotUnderstoodTypebuild()NotUnderstoodType.Builder<_B>copyOf(NotUnderstoodType _other)NotUnderstoodType.Builder<_B>copyOf(NotUnderstoodType.Builder _other)_Bend()protected <_P extends NotUnderstoodType>
_Pinit(_P _product)NotUnderstoodType.Builder<_B>withQname(QName qname)Sets the new value of "qname" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final NotUnderstoodType _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, NotUnderstoodType _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, NotUnderstoodType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends NotUnderstoodType> _P init(_P _product)
-
withQname
public NotUnderstoodType.Builder<_B> withQname(QName qname)
Sets the new value of "qname" (any previous value will be replaced)- Parameters:
qname- New value of the "qname" property.
-
build
public NotUnderstoodType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public NotUnderstoodType.Builder<_B> copyOf(NotUnderstoodType _other)
-
copyOf
public NotUnderstoodType.Builder<_B> copyOf(NotUnderstoodType.Builder _other)
-
-