Class Availability.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.vosi.availability.Availability.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Availability
-
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, Availability _other, boolean _copy) Builder(_B _parentBuilder, Availability _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 "notes"Adds the given items to the value of "notes"build()copyOf(Availability _other) copyOf(Availability.Builder _other) end()protected <_P extends Availability>
_Pinit(_P _product) withAvailable(boolean available) Sets the new value of "available" (any previous value will be replaced)withBackAt(LocalDateTime backAt) Sets the new value of "backAt" (any previous value will be replaced)withDownAt(LocalDateTime downAt) Sets the new value of "downAt" (any previous value will be replaced)Sets the new value of "notes" (any previous value will be replaced)Sets the new value of "notes" (any previous value will be replaced)withUpSince(LocalDateTime upSince) Sets the new value of "upSince" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, Availability _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withAvailable
Sets the new value of "available" (any previous value will be replaced)- Parameters:
available- New value of the "available" property.
-
withUpSince
Sets the new value of "upSince" (any previous value will be replaced)- Parameters:
upSince- New value of the "upSince" property.
-
withDownAt
Sets the new value of "downAt" (any previous value will be replaced)- Parameters:
downAt- New value of the "downAt" property.
-
withBackAt
Sets the new value of "backAt" (any previous value will be replaced)- Parameters:
backAt- New value of the "backAt" property.
-
addNotes
Adds the given items to the value of "notes"- Parameters:
notes- Items to add to the value of the "notes" property
-
withNotes
Sets the new value of "notes" (any previous value will be replaced)- Parameters:
notes- New value of the "notes" property.
-
addNotes
Adds the given items to the value of "notes"- Parameters:
notes- Items to add to the value of the "notes" property
-
withNotes
Sets the new value of "notes" (any previous value will be replaced)- Parameters:
notes- New value of the "notes" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-