Class Format.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.dataservice.Format.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Format
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(Format.Builder _other) end()protected <_P extends Format>
_Pinit(_P _product) withIsMIMEType(Boolean isMIMEType) Sets the new value of "isMIMEType" (any previous value will be replaced)Sets the new value of "value" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
end
-
init
-
withValue
Sets the new value of "value" (any previous value will be replaced)- Parameters:
value- New value of the "value" property.
-
withIsMIMEType
Sets the new value of "isMIMEType" (any previous value will be replaced)- Parameters:
isMIMEType- New value of the "isMIMEType" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-