Package org.javastro.ivoa.entities.uws
Class ResultReference.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.uws.ResultReference.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- ResultReference
public static class ResultReference.Builder<_B>
extends Object
implements com.kscs.util.jaxb.Buildable
-
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, ResultReference _other, boolean _copy) Builder(_B _parentBuilder, ResultReference _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(ResultReference _other) copyOf(ResultReference.Builder _other) end()protected <_P extends ResultReference>
_Pinit(_P _product) Sets the new value of "href" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)withMimeType(String mimeType) Sets the new value of "mimeType" (any previous value will be replaced)Sets the new value of "size" (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, ResultReference _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withId
Sets the new value of "id" (any previous value will be replaced)- Parameters:
id- New value of the "id" property.
-
withSize
Sets the new value of "size" (any previous value will be replaced)- Parameters:
size- New value of the "size" property.
-
withMimeType
Sets the new value of "mimeType" (any previous value will be replaced)- Parameters:
mimeType- New value of the "mimeType" property.
-
withType
Sets the new value of "type" (any previous value will be replaced)- Parameters:
type- New value of the "type" property.
-
withHref
Sets the new value of "href" (any previous value will be replaced)- Parameters:
href- New value of the "href" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-