Uses of Class
org.cxml.Option
-
Packages that use Option Package Description org.cxml -
-
Uses of Option in org.cxml
Fields in org.cxml with type parameters of type Option Modifier and Type Field Description protected java.util.List<Option>ProfileResponse. optionprotected java.util.List<Option>Transaction. optionMethods in org.cxml that return Option Modifier and Type Method Description OptionObjectFactory. createOption()Create an instance ofOptionMethods in org.cxml that return types with arguments of type Option Modifier and Type Method Description java.util.List<Option>ProfileResponse. getOption()Gets the value of the option property.java.util.List<Option>Transaction. getOption()Gets the value of the option property.
-