Package org.javastro.ivoa.entities.vodml
Class Multiplicity.Builder<_B>
java.lang.Object
org.javastro.ivoa.entities.vodml.Multiplicity.Builder<_B>
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Multiplicity
-
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, Multiplicity _other, boolean _copy) Builder(_B _parentBuilder, Multiplicity _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(Multiplicity _other) copyOf(Multiplicity.Builder _other) end()protected <_P extends Multiplicity>
_Pinit(_P _product) withMaxOccurs(int maxOccurs) Sets the new value of "maxOccurs" (any previous value will be replaced)withMinOccurs(BigInteger minOccurs) Sets the new value of "minOccurs" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
public Builder(_B _parentBuilder, Multiplicity _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Details
-
end
-
init
-
withMinOccurs
Sets the new value of "minOccurs" (any previous value will be replaced)- Parameters:
minOccurs- New value of the "minOccurs" property.
-
withMaxOccurs
Sets the new value of "maxOccurs" (any previous value will be replaced)- Parameters:
maxOccurs- New value of the "maxOccurs" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-