Uses of Class
org.javastro.ivoa.entities.resource.standard.EndorsedVersion
Packages that use EndorsedVersion
-
Uses of EndorsedVersion in org.javastro.ivoa.entities.resource.standard
Fields in org.javastro.ivoa.entities.resource.standard declared as EndorsedVersionModifier and TypeFieldDescriptionprotected final EndorsedVersionEndorsedVersion.Builder._storedValueFields in org.javastro.ivoa.entities.resource.standard with type parameters of type EndorsedVersionModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Standard,EndorsedVersion> Standard.PropInfo.ENDORSED_VERSIONSprotected List<EndorsedVersion>Standard.endorsedVersionsMore than one version can be listed, indicating that any of these versions are recognized as acceptable for use.static final com.kscs.util.jaxb.SinglePropertyInfo<EndorsedVersion,String> EndorsedVersion.PropInfo.STATUSstatic final com.kscs.util.jaxb.SinglePropertyInfo<EndorsedVersion,String> EndorsedVersion.PropInfo.USEstatic final com.kscs.util.jaxb.SinglePropertyInfo<EndorsedVersion,String> EndorsedVersion.PropInfo.VALUEMethods in org.javastro.ivoa.entities.resource.standard with type parameters of type EndorsedVersionModifier and TypeMethodDescriptionprotected <_P extends EndorsedVersion>
_PEndorsedVersion.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.standard that return EndorsedVersionModifier and TypeMethodDescriptionEndorsedVersion.Builder.build()EndorsedVersion.clone()EndorsedVersion.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) EndorsedVersion.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) EndorsedVersion.createCopy()EndorsedVersion.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createEndorsedVersion()Create an instance ofEndorsedVersionEndorsedVersion.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.standard that return types with arguments of type EndorsedVersionModifier and TypeMethodDescriptionStandard.getEndorsedVersions()More than one version can be listed, indicating that any of these versions are recognized as acceptable for use.Standard.Modifier.getEndorsedVersions()Methods in org.javastro.ivoa.entities.resource.standard with parameters of type EndorsedVersionModifier and TypeMethodDescriptionServiceStandard.Builder.addEndorsedVersions(EndorsedVersion... endorsedVersions) Adds the given items to the value of "endorsedVersions"Standard.Builder.addEndorsedVersions(EndorsedVersion... endorsedVersions) Adds the given items to the value of "endorsedVersions"static EndorsedVersion.Builder<Void>EndorsedVersion.copyExcept(EndorsedVersion _other, com.kscs.util.jaxb.PropertyTree _propertyTree) EndorsedVersion.Builder.copyOf(EndorsedVersion _other) static <_B> EndorsedVersion.Builder<_B>EndorsedVersion.copyOf(EndorsedVersion _other) static <_B> EndorsedVersion.Builder<_B>EndorsedVersion.copyOf(EndorsedVersion _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static EndorsedVersion.Builder<Void>EndorsedVersion.copyOnly(EndorsedVersion _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ServiceStandard.Builder.withEndorsedVersions(EndorsedVersion... endorsedVersions) Sets the new value of "endorsedVersions" (any previous value will be replaced)Standard.Builder.withEndorsedVersions(EndorsedVersion... endorsedVersions) Sets the new value of "endorsedVersions" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.standard with type arguments of type EndorsedVersionModifier and TypeMethodDescriptionServiceStandard.Builder.addEndorsedVersions(Iterable<? extends EndorsedVersion> endorsedVersions) Adds the given items to the value of "endorsedVersions"Standard.Builder.addEndorsedVersions(Iterable<? extends EndorsedVersion> endorsedVersions) Adds the given items to the value of "endorsedVersions"ServiceStandard.Builder.withEndorsedVersions(Iterable<? extends EndorsedVersion> endorsedVersions) Sets the new value of "endorsedVersions" (any previous value will be replaced)Standard.Builder.withEndorsedVersions(Iterable<? extends EndorsedVersion> endorsedVersions) Sets the new value of "endorsedVersions" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.standard with parameters of type EndorsedVersionModifierConstructorDescriptionBuilder(_B _parentBuilder, EndorsedVersion _other, boolean _copy) Builder(_B _parentBuilder, EndorsedVersion _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)