Uses of Class
org.etsi.uri._02918.v1_2.Extension
-
Packages that use Extension Package Description org.etsi.uri._02918.v1_2 -
-
Uses of Extension in org.etsi.uri._02918.v1_2
Fields in org.etsi.uri._02918.v1_2 with type parameters of type Extension Modifier and Type Field Description protected List<Extension>ExtensionsListType. extensionsMethods in org.etsi.uri._02918.v1_2 that return Extension Modifier and Type Method Description ExtensionObjectFactory. createExtension()Create an instance ofExtensionExtensionExtension. withContent(Object... values)ExtensionExtension. withContent(Collection<Object> values)ExtensionExtension. withContent(List<Object> value)ExtensionExtension. withCritical(boolean value)Methods in org.etsi.uri._02918.v1_2 that return types with arguments of type Extension Modifier and Type Method Description List<Extension>ExtensionsListType. getExtensions()Gets the value of the extensions property.Methods in org.etsi.uri._02918.v1_2 with parameters of type Extension Modifier and Type Method Description ExtensionsListTypeExtensionsListType. withExtensions(Extension... values)Method parameters in org.etsi.uri._02918.v1_2 with type arguments of type Extension Modifier and Type Method Description voidExtensionsListType. setExtensions(List<Extension> value)ExtensionsListTypeExtensionsListType. withExtensions(Collection<Extension> values)ExtensionsListTypeExtensionsListType. withExtensions(List<Extension> value)Constructor parameters in org.etsi.uri._02918.v1_2 with type arguments of type Extension Constructor Description ExtensionsListType(List<Extension> extensions)Fully-initialising value constructor
-