Class VOResources.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.registry.iface.VOResources.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- VOResources
-
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, VOResources _other, boolean _copy) Builder(_B _parentBuilder, VOResources _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionaddIdentifiers(Iterable<? extends String> identifiers) Adds the given items to the value of "identifiers"addIdentifiers(String... identifiers) Adds the given items to the value of "identifiers"Resource.Builder<? extends VOResources.Builder<_B>>Returns a new builder to build an additional value of the "Resources" property.addResources(Iterable<? extends Resource> resources) Adds the given items to the value of "resources"addResources(Resource... resources) Adds the given items to the value of "resources"build()copyOf(VOResources _other) copyOf(VOResources.Builder _other) end()protected <_P extends VOResources>
_Pinit(_P _product) withFrom(BigInteger from) Sets the new value of "from" (any previous value will be replaced)withIdentifiers(Iterable<? extends String> identifiers) Sets the new value of "identifiers" (any previous value will be replaced)withIdentifiers(String... identifiers) Sets the new value of "identifiers" (any previous value will be replaced)withMore(boolean more) Sets the new value of "more" (any previous value will be replaced)withNumberReturned(BigInteger numberReturned) Sets the new value of "numberReturned" (any previous value will be replaced)withResources(Iterable<? extends Resource> resources) Sets the new value of "resources" (any previous value will be replaced)withResources(Resource... resources) Sets the new value of "resources" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, VOResources _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
addIdentifiers
Adds the given items to the value of "identifiers"- Parameters:
identifiers- Items to add to the value of the "identifiers" property
-
withIdentifiers
Sets the new value of "identifiers" (any previous value will be replaced)- Parameters:
identifiers- New value of the "identifiers" property.
-
addIdentifiers
Adds the given items to the value of "identifiers"- Parameters:
identifiers- Items to add to the value of the "identifiers" property
-
withIdentifiers
Sets the new value of "identifiers" (any previous value will be replaced)- Parameters:
identifiers- New value of the "identifiers" property.
-
addResources
Adds the given items to the value of "resources"- Parameters:
resources- Items to add to the value of the "resources" property
-
withResources
Sets the new value of "resources" (any previous value will be replaced)- Parameters:
resources- New value of the "resources" property.
-
addResources
Adds the given items to the value of "resources"- Parameters:
resources- Items to add to the value of the "resources" property
-
withResources
Sets the new value of "resources" (any previous value will be replaced)- Parameters:
resources- New value of the "resources" property.
-
addResources
Returns a new builder to build an additional value of the "Resources" property. UseResource.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "Resources" property.
Use
Resource.Builder.end()to return to the current builder.
-
withFrom
Sets the new value of "from" (any previous value will be replaced)- Parameters:
from- New value of the "from" property.
-
withNumberReturned
Sets the new value of "numberReturned" (any previous value will be replaced)- Parameters:
numberReturned- New value of the "numberReturned" property.
-
withMore
Sets the new value of "more" (any previous value will be replaced)- Parameters:
more- New value of the "more" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-