public class Attribute extends Object implements Serializable
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
deletePrimairyKeyPart()
Method deletePrimairyKeyPart
|
String |
getName()
Returns the value of field 'name'.
|
String |
getNewName()
Returns the value of field 'newName'.
|
boolean |
getPrimairyKeyPart()
Returns the value of field 'primairyKeyPart'.
|
AttributeTypeType |
getType()
Returns the value of field 'type'.
|
boolean |
hasPrimairyKeyPart()
Method hasPrimairyKeyPart
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setNewName(String newName)
Sets the value of field 'newName'.
|
void |
setPrimairyKeyPart(boolean primairyKeyPart)
Sets the value of field 'primairyKeyPart'.
|
void |
setType(AttributeTypeType type)
Sets the value of field 'type'.
|
static Attribute |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void deletePrimairyKeyPart()
public String getName()
public String getNewName()
public boolean getPrimairyKeyPart()
public AttributeTypeType getType()
public boolean hasPrimairyKeyPart()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void setName(String name)
name - the value of field 'name'.public void setNewName(String newName)
newName - the value of field 'newName'.public void setPrimairyKeyPart(boolean primairyKeyPart)
primairyKeyPart - the value of field 'primairyKeyPart'.public void setType(AttributeTypeType type)
type - the value of field 'type'.public static Attribute unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2021 B3Partners B.V.. All rights reserved.