Class OutputFormat.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.tap.OutputFormat.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- OutputFormat
-
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, OutputFormat _other, boolean _copy) Builder(_B _parentBuilder, OutputFormat _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionAdds the given items to the value of "alias"Adds the given items to the value of "alias"build()copyOf(OutputFormat _other) copyOf(OutputFormat.Builder _other) end()protected <_P extends OutputFormat>
_Pinit(_P _product) Sets the new value of "alias" (any previous value will be replaced)Sets the new value of "alias" (any previous value will be replaced)Sets the new value of "ivoId" (any previous value will be replaced)Sets the new value of "mime" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, OutputFormat _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withMime
Sets the new value of "mime" (any previous value will be replaced)- Parameters:
mime- New value of the "mime" property.
-
addAlias
Adds the given items to the value of "alias"- Parameters:
alias- Items to add to the value of the "alias" property
-
withAlias
Sets the new value of "alias" (any previous value will be replaced)- Parameters:
alias- New value of the "alias" property.
-
addAlias
Adds the given items to the value of "alias"- Parameters:
alias- Items to add to the value of the "alias" property
-
withAlias
Sets the new value of "alias" (any previous value will be replaced)- Parameters:
alias- New value of the "alias" property.
-
withIvoId
Sets the new value of "ivoId" (any previous value will be replaced)- Parameters:
ivoId- New value of the "ivoId" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-