org.connid.bundles.soap.to
Class WSAttribute
java.lang.Object
org.connid.bundles.soap.to.AbstractData
org.connid.bundles.soap.to.WSAttribute
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Operand, WSAttributeValue
public class WSAttribute
- extends AbstractData
- See Also:
- Serialized Form
WSAttribute
public WSAttribute()
WSAttribute
public WSAttribute(String name)
- Constructor: default attribute is a string nullable.
- Parameters:
name - defines the name of the attribute.
WSAttribute
public WSAttribute(String name,
String type)
- Constructor: default attribute is nullable.
- Parameters:
name - defines the name of the attribute.type - defines the type of the attribute.
WSAttribute
public WSAttribute(String name,
String type,
Boolean nullable)
- Constructor: default attribute is not a key nor a password.
- Parameters:
name - defines the name of the attribute.type - defines the type of the attribute.isNullable - defines if the attribute is nullable.
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
isKey
public boolean isKey()
setKey
public void setKey(boolean key)
isNullable
public boolean isNullable()
setNullable
public void setNullable(boolean nullable)
isPassword
public boolean isPassword()
setPassword
public void setPassword(boolean password)
Copyright © 2012. All Rights Reserved.