Uses of Class
org.cxml.State
-
Packages that use State Package Description org.cxml -
-
Uses of State in org.cxml
Fields in org.cxml declared as State Modifier and Type Field Description protected StatePostalAddress. stateprotected StateStateOfIncorporation. stateMethods in org.cxml that return State Modifier and Type Method Description StateObjectFactory. createState()Create an instance ofStateStatePostalAddress. getState()Gets the value of the state property.StateStateOfIncorporation. getState()Gets the value of the state property.Methods in org.cxml with parameters of type State Modifier and Type Method Description voidPostalAddress. setState(State value)Sets the value of the state property.voidStateOfIncorporation. setState(State value)Sets the value of the state property.
-