Uses of Class
org.bedework.schemas.category_1.LocalizedStringType
-
Packages that use LocalizedStringType Package Description org.bedework.schemas.category_1 -
-
Uses of LocalizedStringType in org.bedework.schemas.category_1
Fields in org.bedework.schemas.category_1 with type parameters of type LocalizedStringType Modifier and Type Field Description protected List<LocalizedStringType>ArrayOfDescriptions. descriptionprotected List<LocalizedStringType>ArrayOfDisplayNames. displayNameMethods in org.bedework.schemas.category_1 that return LocalizedStringType Modifier and Type Method Description LocalizedStringTypeObjectFactory. createLocalizedStringType()Create an instance ofLocalizedStringTypeMethods in org.bedework.schemas.category_1 that return types with arguments of type LocalizedStringType Modifier and Type Method Description List<LocalizedStringType>ArrayOfDescriptions. getDescription()Gets the value of the description property.List<LocalizedStringType>ArrayOfDisplayNames. getDisplayName()Gets the value of the displayName property.
-