Package org.javastro.ivoa.entities.uws
Class ErrorSummary.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.uws.ErrorSummary.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- ErrorSummary
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kscs.util.jaxb.Buildable
com.kscs.util.jaxb.Buildable.PrimitiveBuildable -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, ErrorSummary _other, boolean _copy) Builder(_B _parentBuilder, ErrorSummary _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(ErrorSummary _other) copyOf(ErrorSummary.Builder _other) end()protected <_P extends ErrorSummary>
_Pinit(_P _product) withHasDetail(boolean hasDetail) Sets the new value of "hasDetail" (any previous value will be replaced)withMessage(String message) Sets the new value of "message" (any previous value will be replaced)Sets the new value of "type" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, ErrorSummary _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withMessage
Sets the new value of "message" (any previous value will be replaced)- Parameters:
message- New value of the "message" property.
-
withType
Sets the new value of "type" (any previous value will be replaced)- Parameters:
type- New value of the "type" property.
-
withHasDetail
Sets the new value of "hasDetail" (any previous value will be replaced)- Parameters:
hasDetail- New value of the "hasDetail" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-