Uses of Class
org.etsi.uri._01903.v1_3.Any
-
Packages that use Any Package Description org.etsi.uri._01903.v1_3 -
-
Uses of Any in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 with type parameters of type Any Modifier and Type Field Description protected List<Any>ClaimedRolesListType. claimedRolesprotected List<Any>CommitmentTypeQualifiersListType. commitmentTypeQualifiersprotected List<Any>OtherCertStatusRefsType. otherRevesprotected List<Any>OtherCertStatusValuesType. otherValuesprotected List<Any>SigPolicyQualifiersListType. sigPolicyQualifiersprotected List<Any>UnsignedDataObjectProperties. unsignedDataObjectPropertiesMethods in org.etsi.uri._01903.v1_3 that return Any Modifier and Type Method Description AnyObjectFactory. createAny()Create an instance ofAnyAnyAny. withContent(Object... values)AnyAny. withContent(Collection<Object> values)AnyAny. withContent(List<Object> value)Methods in org.etsi.uri._01903.v1_3 that return types with arguments of type Any Modifier and Type Method Description List<Any>ClaimedRolesListType. getClaimedRoles()Gets the value of the claimedRoles property.List<Any>CommitmentTypeQualifiersListType. getCommitmentTypeQualifiers()Gets the value of the commitmentTypeQualifiers property.List<Any>OtherCertStatusRefsType. getOtherReves()Gets the value of the otherReves property.List<Any>OtherCertStatusValuesType. getOtherValues()Gets the value of the otherValues property.List<Any>SigPolicyQualifiersListType. getSigPolicyQualifiers()Gets the value of the sigPolicyQualifiers property.List<Any>UnsignedDataObjectProperties. getUnsignedDataObjectProperties()Gets the value of the unsignedDataObjectProperties property.Methods in org.etsi.uri._01903.v1_3 with parameters of type Any Modifier and Type Method Description ClaimedRolesListTypeClaimedRolesListType. withClaimedRoles(Any... values)CommitmentTypeQualifiersListTypeCommitmentTypeQualifiersListType. withCommitmentTypeQualifiers(Any... values)OtherCertStatusRefsTypeOtherCertStatusRefsType. withOtherReves(Any... values)OtherCertStatusValuesTypeOtherCertStatusValuesType. withOtherValues(Any... values)SigPolicyQualifiersListTypeSigPolicyQualifiersListType. withSigPolicyQualifiers(Any... values)UnsignedDataObjectPropertiesUnsignedDataObjectProperties. withUnsignedDataObjectProperties(Any... values)Constructor parameters in org.etsi.uri._01903.v1_3 with type arguments of type Any Constructor Description ClaimedRolesListType(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
-