Class ConeSearch.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.resource.Capability.Builder<_B>
org.javastro.ivoa.entities.resource.cone.CSCapRestriction.Builder<_B>
org.javastro.ivoa.entities.resource.cone.ConeSearch.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- ConeSearch
public static class ConeSearch.Builder<_B>
extends CSCapRestriction.Builder<_B>
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 inherited from class org.javastro.ivoa.entities.resource.Capability.Builder
_parentBuilder, _storedValue -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(_B _parentBuilder, ConeSearch _other, boolean _copy) Builder(_B _parentBuilder, ConeSearch _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionaddInterfaces(Iterable<? extends ServiceInterface> interfaces) Adds the given items to the value of "interfaces"addInterfaces(ServiceInterface... interfaces) Adds the given items to the value of "interfaces"addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"build()copyOf(ConeSearch _other) copyOf(ConeSearch.Builder _other) protected <_P extends ConeSearch>
_Pinit(_P _product) withDescription(String description) Sets the new value of "description" (any previous value will be replaced)withInterfaces(Iterable<? extends ServiceInterface> interfaces) Sets the new value of "interfaces" (any previous value will be replaced)withInterfaces(ServiceInterface... interfaces) Sets the new value of "interfaces" (any previous value will be replaced)withMaxRecords(int maxRecords) Sets the new value of "maxRecords" (any previous value will be replaced)withMaxSR(float maxSR) Sets the new value of "maxSR" (any previous value will be replaced)withStandardID(String standardID) Sets the new value of "standardID" (any previous value will be replaced)Query.Builder<? extends ConeSearch.Builder<_B>>Returns the existing builder or a new builder to build the value of the "testQuery" property.withTestQuery(Query testQuery) Sets the new value of "testQuery" (any previous value will be replaced)withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)withVerbosity(boolean verbosity) Sets the new value of "verbosity" (any previous value will be replaced)Methods inherited from class org.javastro.ivoa.entities.resource.cone.CSCapRestriction.Builder
copyOf, copyOf, initMethods inherited from class org.javastro.ivoa.entities.resource.Capability.Builder
addValidationLevels, copyOf, copyOf, end, init
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, ConeSearch _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
init
-
withMaxSR
Sets the new value of "maxSR" (any previous value will be replaced)- Parameters:
maxSR- New value of the "maxSR" property.
-
withMaxRecords
Sets the new value of "maxRecords" (any previous value will be replaced)- Parameters:
maxRecords- New value of the "maxRecords" property.
-
withVerbosity
Sets the new value of "verbosity" (any previous value will be replaced)- Parameters:
verbosity- New value of the "verbosity" property.
-
withTestQuery
Sets the new value of "testQuery" (any previous value will be replaced)- Parameters:
testQuery- New value of the "testQuery" property.
-
withTestQuery
Returns the existing builder or a new builder to build the value of the "testQuery" property. UseQuery.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "testQuery" property.
Use
Query.Builder.end()to return to the current builder.
-
addValidationLevels
Adds the given items to the value of "validationLevels"- Overrides:
addValidationLevelsin classCSCapRestriction.Builder<_B>- Parameters:
validationLevels- Items to add to the value of the "validationLevels" property
-
addValidationLevels
Adds the given items to the value of "validationLevels"- Overrides:
addValidationLevelsin classCSCapRestriction.Builder<_B>- Parameters:
validationLevels- Items to add to the value of the "validationLevels" property
-
withValidationLevels
Sets the new value of "validationLevels" (any previous value will be replaced)- Overrides:
withValidationLevelsin classCSCapRestriction.Builder<_B>- Parameters:
validationLevels- New value of the "validationLevels" property.
-
withValidationLevels
Sets the new value of "validationLevels" (any previous value will be replaced)- Overrides:
withValidationLevelsin classCSCapRestriction.Builder<_B>- Parameters:
validationLevels- New value of the "validationLevels" property.
-
withDescription
Sets the new value of "description" (any previous value will be replaced)- Overrides:
withDescriptionin classCSCapRestriction.Builder<_B>- Parameters:
description- New value of the "description" property.
-
addInterfaces
Adds the given items to the value of "interfaces"- Overrides:
addInterfacesin classCSCapRestriction.Builder<_B>- Parameters:
interfaces- Items to add to the value of the "interfaces" property
-
addInterfaces
Adds the given items to the value of "interfaces"- Overrides:
addInterfacesin classCSCapRestriction.Builder<_B>- Parameters:
interfaces- Items to add to the value of the "interfaces" property
-
withInterfaces
Sets the new value of "interfaces" (any previous value will be replaced)- Overrides:
withInterfacesin classCSCapRestriction.Builder<_B>- Parameters:
interfaces- New value of the "interfaces" property.
-
withInterfaces
Sets the new value of "interfaces" (any previous value will be replaced)- Overrides:
withInterfacesin classCSCapRestriction.Builder<_B>- Parameters:
interfaces- New value of the "interfaces" property.
-
withStandardID
Sets the new value of "standardID" (any previous value will be replaced)- Overrides:
withStandardIDin classCSCapRestriction.Builder<_B>- Parameters:
standardID- New value of the "standardID" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable- Overrides:
buildin classCSCapRestriction.Builder<_B>
-
copyOf
-
copyOf
-