Uses of Class
org.openapplications.oagis._9.StateCodeType
-
Packages that use StateCodeType Package Description org.openapplications.oagis._9 -
-
Uses of StateCodeType in org.openapplications.oagis._9
Methods in org.openapplications.oagis._9 that return StateCodeType Modifier and Type Method Description StateCodeTypeStateCodeType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2StateCodeTypeObjectFactory. createStateCodeType()Create an instance ofStateCodeTypeStateCodeTypeStateChangeType. getFromStateCode()Gets the value of the fromStateCode property.StateCodeTypeStateChangeType. getToStateCode()Gets the value of the toStateCode property.StateCodeTypeStateChangeType. setFromStateCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderStateCodeTypeStateChangeType. setToStateCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderMethods in org.openapplications.oagis._9 that return types with arguments of type StateCodeType Modifier and Type Method Description JAXBElement<StateCodeType>ObjectFactory. createFromStateCode(StateCodeType value)JAXBElement<StateCodeType>ObjectFactory. createToStateCode(StateCodeType value)Methods in org.openapplications.oagis._9 with parameters of type StateCodeType Modifier and Type Method Description voidStateCodeType. cloneTo(StateCodeType ret)This method clones all values fromthisto the passed object.JAXBElement<StateCodeType>ObjectFactory. createFromStateCode(StateCodeType value)JAXBElement<StateCodeType>ObjectFactory. createToStateCode(StateCodeType value)voidStateChangeType. setFromStateCode(StateCodeType value)Sets the value of the fromStateCode property.voidStateChangeType. setToStateCode(StateCodeType value)Sets the value of the toStateCode property.
-