Uses of Class
org.javastro.ivoa.entities.vodml.Multiplicity.Builder
Packages that use Multiplicity.Builder
-
Uses of Multiplicity.Builder in org.javastro.ivoa.entities.vodml
Methods in org.javastro.ivoa.entities.vodml that return Multiplicity.BuilderModifier and TypeMethodDescriptionstatic Multiplicity.Builder<Void>Multiplicity.builder()static Multiplicity.Builder<Void>Multiplicity.copyExcept(Multiplicity _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Multiplicity.Builder.copyOf(Multiplicity _other) Multiplicity.Builder.copyOf(Multiplicity.Builder _other) static <_B> Multiplicity.Builder<_B>Multiplicity.copyOf(Multiplicity _other) static <_B> Multiplicity.Builder<_B>Multiplicity.copyOf(Multiplicity _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Multiplicity.Builder<Void>Multiplicity.copyOnly(Multiplicity _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Multiplicity.newCopyBuilder()<_B> Multiplicity.Builder<_B>Multiplicity.newCopyBuilder(_B _parentBuilder) <_B> Multiplicity.Builder<_B>Multiplicity.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Multiplicity.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Multiplicity.Builder.withMaxOccurs(int maxOccurs) Sets the new value of "maxOccurs" (any previous value will be replaced)Multiplicity.Builder.withMinOccurs(BigInteger minOccurs) Sets the new value of "minOccurs" (any previous value will be replaced)Multiplicity.Builder<? extends Attribute.Builder<_B>>Attribute.Builder.withMultiplicity()Returns the existing builder or a new builder to build the value of the "multiplicity" property.Multiplicity.Builder<? extends Composition.Builder<_B>>Composition.Builder.withMultiplicity()Returns the existing builder or a new builder to build the value of the "multiplicity" property.Multiplicity.Builder<? extends Reference.Builder<_B>>Reference.Builder.withMultiplicity()Returns the existing builder or a new builder to build the value of the "multiplicity" property.Multiplicity.Builder<? extends Relation.Builder<_B>>Relation.Builder.withMultiplicity()Returns the existing builder or a new builder to build the value of the "multiplicity" property.Multiplicity.Builder<? extends Role.Builder<_B>>Role.Builder.withMultiplicity()Returns the existing builder or a new builder to build the value of the "multiplicity" property.Methods in org.javastro.ivoa.entities.vodml with parameters of type Multiplicity.BuilderModifier and TypeMethodDescriptionMultiplicity.Builder.copyOf(Multiplicity.Builder _other) <_B> voidMultiplicity.copyTo(Multiplicity.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidMultiplicity.copyTo(Multiplicity.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.