Uses of Class
org.openapplications.oagis._9.NameType
-
Packages that use NameType Package Description org.openapplications.oagis._9 tr.gov.efatura.useraccount -
-
Uses of NameType in org.openapplications.oagis._9
Methods in org.openapplications.oagis._9 that return NameType Modifier and Type Method Description NameTypeNameType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2NameTypeObjectFactory. createNameType()Create an instance ofNameTypeMethods in org.openapplications.oagis._9 that return types with arguments of type NameType Modifier and Type Method Description JAXBElement<NameType>ObjectFactory. createAttentionOfName(NameType value)JAXBElement<NameType>ObjectFactory. createBuildingName(NameType value)JAXBElement<NameType>ObjectFactory. createCareOfName(NameType value)JAXBElement<NameType>ObjectFactory. createCityName(NameType value)JAXBElement<NameType>ObjectFactory. createCitySubDivisionName(NameType value)JAXBElement<NameType>ObjectFactory. createGivenName(NameType value)JAXBElement<NameType>ObjectFactory. createStreetName(NameType value)Methods in org.openapplications.oagis._9 with parameters of type NameType Modifier and Type Method Description voidNameType. cloneTo(NameType ret)This method clones all values fromthisto the passed object.JAXBElement<NameType>ObjectFactory. createAttentionOfName(NameType value)JAXBElement<NameType>ObjectFactory. createBuildingName(NameType value)JAXBElement<NameType>ObjectFactory. createCareOfName(NameType value)JAXBElement<NameType>ObjectFactory. createCityName(NameType value)JAXBElement<NameType>ObjectFactory. createCitySubDivisionName(NameType value)JAXBElement<NameType>ObjectFactory. createGivenName(NameType value)JAXBElement<NameType>ObjectFactory. createStreetName(NameType value) -
Uses of NameType in tr.gov.efatura.useraccount
Methods in tr.gov.efatura.useraccount that return NameType Modifier and Type Method Description NameTypeAddressBaseType. getAttentionOfNameAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionNameTypeAddressBaseType. getBuildingName()Gets the value of the buildingName property.NameTypeAddressBaseType. getCareOfNameAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionNameTypeAddressBaseType. getCityName()Gets the value of the cityName property.NameTypeAddressBaseType. getCitySubDivisionNameAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionNameTypePersonNameBaseType. getGivenNameAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionNameTypeAddressBaseType. getStreetName()Gets the value of the streetName property.NameTypeAddressBaseType. setBuildingName(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderNameTypeAddressBaseType. setCityName(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderNameTypeAddressBaseType. setStreetName(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderMethods in tr.gov.efatura.useraccount that return types with arguments of type NameType Modifier and Type Method Description List<NameType>AddressBaseType. getAttentionOfName()Gets the value of the attentionOfName property.List<NameType>AddressBaseType. getCareOfName()Gets the value of the careOfName property.List<NameType>AddressBaseType. getCitySubDivisionName()Gets the value of the citySubDivisionName property.List<NameType>PersonNameBaseType. getGivenName()Gets the value of the givenName property.Methods in tr.gov.efatura.useraccount with parameters of type NameType Modifier and Type Method Description voidAddressBaseType. addAttentionOfName(NameType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidAddressBaseType. addCareOfName(NameType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidAddressBaseType. addCitySubDivisionName(NameType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidPersonNameBaseType. addGivenName(NameType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidAddressBaseType. setBuildingName(NameType value)Sets the value of the buildingName property.voidAddressBaseType. setCityName(NameType value)Sets the value of the cityName property.voidAddressBaseType. setStreetName(NameType value)Sets the value of the streetName property.Method parameters in tr.gov.efatura.useraccount with type arguments of type NameType Modifier and Type Method Description voidAddressBaseType. setAttentionOfName(List<NameType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidAddressBaseType. setCareOfName(List<NameType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidAddressBaseType. setCitySubDivisionName(List<NameType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidPersonNameBaseType. setGivenName(List<NameType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-