Uses of Class
org.etsi.uri._01903.v1_3.Any
Packages that use Any
-
Uses of Any in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 with type parameters of type AnyModifier and TypeFieldDescriptionClaimedRolesListType.claimedRolesCommitmentTypeQualifiersListType.commitmentTypeQualifiersOtherCertStatusRefsType.otherRevesOtherCertStatusValuesType.otherValuesSigPolicyQualifiersListType.sigPolicyQualifiersUnsignedDataObjectProperties.unsignedDataObjectPropertiesMethods in org.etsi.uri._01903.v1_3 that return AnyModifier and TypeMethodDescriptionObjectFactory.createAny()Create an instance ofAnyAny.withContent(Object... values) Any.withContent(Collection<Object> values) Any.withContent(List<Object> value) Methods in org.etsi.uri._01903.v1_3 that return types with arguments of type AnyModifier and TypeMethodDescriptionClaimedRolesListType.getClaimedRoles()Gets the value of the claimedRoles property.CommitmentTypeQualifiersListType.getCommitmentTypeQualifiers()Gets the value of the commitmentTypeQualifiers property.OtherCertStatusRefsType.getOtherReves()Gets the value of the otherReves property.OtherCertStatusValuesType.getOtherValues()Gets the value of the otherValues property.SigPolicyQualifiersListType.getSigPolicyQualifiers()Gets the value of the sigPolicyQualifiers property.UnsignedDataObjectProperties.getUnsignedDataObjectProperties()Gets the value of the unsignedDataObjectProperties property.Methods in org.etsi.uri._01903.v1_3 with parameters of type AnyModifier and TypeMethodDescriptionClaimedRolesListType.withClaimedRoles(Any... values) CommitmentTypeQualifiersListType.withCommitmentTypeQualifiers(Any... values) OtherCertStatusRefsType.withOtherReves(Any... values) OtherCertStatusValuesType.withOtherValues(Any... values) SigPolicyQualifiersListType.withSigPolicyQualifiers(Any... values) UnsignedDataObjectProperties.withUnsignedDataObjectProperties(Any... values) Method parameters in org.etsi.uri._01903.v1_3 with type arguments of type AnyModifier and TypeMethodDescriptionvoidClaimedRolesListType.setClaimedRoles(List<Any> value) voidCommitmentTypeQualifiersListType.setCommitmentTypeQualifiers(List<Any> value) voidOtherCertStatusRefsType.setOtherReves(List<Any> value) voidOtherCertStatusValuesType.setOtherValues(List<Any> value) voidSigPolicyQualifiersListType.setSigPolicyQualifiers(List<Any> value) voidUnsignedDataObjectProperties.setUnsignedDataObjectProperties(List<Any> value) ClaimedRolesListType.withClaimedRoles(Collection<Any> values) ClaimedRolesListType.withClaimedRoles(List<Any> value) CommitmentTypeQualifiersListType.withCommitmentTypeQualifiers(Collection<Any> values) CommitmentTypeQualifiersListType.withCommitmentTypeQualifiers(List<Any> value) OtherCertStatusRefsType.withOtherReves(Collection<Any> values) OtherCertStatusRefsType.withOtherReves(List<Any> value) OtherCertStatusValuesType.withOtherValues(Collection<Any> values) OtherCertStatusValuesType.withOtherValues(List<Any> value) SigPolicyQualifiersListType.withSigPolicyQualifiers(Collection<Any> values) SigPolicyQualifiersListType.withSigPolicyQualifiers(List<Any> value) UnsignedDataObjectProperties.withUnsignedDataObjectProperties(Collection<Any> values) UnsignedDataObjectProperties.withUnsignedDataObjectProperties(List<Any> value) Constructor parameters in org.etsi.uri._01903.v1_3 with type arguments of type AnyModifierConstructorDescriptionClaimedRolesListType(List<Any> claimedRoles) Fully-initialising value constructorCommitmentTypeQualifiersListType(List<Any> commitmentTypeQualifiers) Fully-initialising value constructorOtherCertStatusRefsType(List<Any> otherReves) Fully-initialising value constructorOtherCertStatusValuesType(List<Any> otherValues) Fully-initialising value constructorSigPolicyQualifiersListType(List<Any> sigPolicyQualifiers) Fully-initialising value constructorUnsignedDataObjectProperties(List<Any> unsignedDataObjectProperties, String id) Fully-initialising value constructor