Class Password1
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.datatypes.Password1
-
- All Implemented Interfaces:
Serializable
public class Password1 extends Object implements Serializable
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static Element
formRequest(Request<?> request, Password1 datatype, String elementName)
Appends this DataType to the given Requeststatic Password1[]
getArrayFromNode(Node node, String elementName, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Retrieves an array of elements of type Password1 by parsing the XML node.static Password1
getFromNode(Node node, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Retrieves an elements of type Password1 by parsing an XML node.String
getNewItem()
String
getOld()
int
hashCode()
Password1
setNewItem(String newItem)
Password1
setOld(String old)
-
-
-
Method Detail
-
getOld
public String getOld()
-
getNewItem
public String getNewItem()
-
formRequest
public static Element formRequest(Request<?> request, Password1 datatype, String elementName)
Appends this DataType to the given Request- Parameters:
request
- The request to append the DataType to.datatype
- The datatype to parse.
-
getFromNode
public static Password1 getFromNode(Node node, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Retrieves an elements of type Password1 by parsing an XML node.- Parameters:
node
- The source node to parse.
-
getArrayFromNode
public static Password1[] getArrayFromNode(Node node, String elementName, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Retrieves an array of elements of type Password1 by parsing the XML node.- Parameters:
node
- The source node to retrieve the array.elementName
- The element name to iterate through.
-
-