package DerivedByExtensionLib;
public class CAN_Address extends com.liquid_technologies.ltxmllib20.XmlGeneratedClass
implements DerivedByExtensionLib.IAddress
{
private static final long serialVersionUID = 13L;
// <summary>
// Constructor for CAN_Address
// </summary>
// <remarks>
// The class is created with all the mandatory fields populated with the
// default data.
// All Collection object are created.
// However any 1-n relationships (these are represented as collections) are
// empty. To comply with the schema these must be populated before the xml
// obtained from ToXml is valid against the schema DerivedByExtension.xsd
// </remarks>
public CAN_Address() {
setElementName("CAN_Address");
init();
}
public CAN_Address(String elementName) {
setElementName(elementName);
init();
}
// <summary>
// Initializes the class
// </summary>
// <remarks>
// This creates all the mandatory fields (populated with the default data)
// All Collection object are created.
// However any 1-n relationships (these are represented as collections) are
// empty. To comply with the schema these must be populated before the xml
// obtained from ToXml is valid against the schema DerivedByExtension.xsd.
// </remarks>
@Override
protected void init() {
try {
DerivedByExtensionLib.Registration.iRegistrationIndicator = 0;
_name = "";
_street = "";
_city = "";
_province = "";
_postalCode = "";
getClassAttributeInfo();
getClassElementInfo();
} catch (Exception ex) {
ex.printStackTrace();
throw new InternalError();
}
}
// <summary>
// Allows the class to be copied
// </summary>
// <remarks>
// Performs a 'deep copy' of all the data in the class (and its children)
// </remarks>
@Override
public Object clone() throws CloneNotSupportedException {
try {
DerivedByExtensionLib.CAN_Address newObject = (DerivedByExtensionLib.CAN_Address)super.clone();
newObject.init();
newObject._name = _name;
newObject._street = _street;
newObject._city = _city;
newObject._province = _province;
newObject._postalCode = _postalCode;
return newObject;
} catch (CloneNotSupportedException e) {
e.printStackTrace();
throw new InternalError();
}
}
@Override
public String getTargetNamespace() {
return "";
}
// <summary>
// Represents a mandatory Element in the XML document
// </summary>
// <remarks>
// This property is represented as an Element in the XML.
// It is mandatory and therefore must be populated within the XML.
// It is defaulted to "".
// </remarks>
public java.lang.String getName() throws com.liquid_technologies.ltxmllib20.exceptions.LtException {
return _name;
}
public void setName(java.lang.String value) throws com.liquid_technologies.ltxmllib20.exceptions.LtException {
value = com.liquid_technologies.ltxmllib20.WhitespaceUtils.preserve(value);
_name = value;
}
protected java.lang.String _name;
// <summary>
// Represents a mandatory Element in the XML document
// </summary>
// <remarks>
// This property is represented as an Element in the XML.
// It is mandatory and therefore must be populated within the XML.
// It is defaulted to "".
// </remarks>
public java.lang.String getStreet() throws com.liquid_technologies.ltxmllib20.exceptions.LtException {
return _street;
}
public void setStreet(java.lang.String value) throws com.liquid_technologies.ltxmllib20.exceptions.LtException {
value = com.liquid_technologies.ltxmllib20.WhitespaceUtils.preserve(value);
_street = value;
}
protected java.lang.String _street;
// <summary>
// Represents a mandatory Element in the XML document
// </summary>
// <remarks>
// This property is represented as an Element in the XML.
// It is mandatory and therefore must be populated within the XML.
// It is defaulted to "".
// </remarks>
public java.lang.String getCity() throws com.liquid_technologies.ltxmllib20.exceptions.LtException {
return _city;
}
public void setCity(java.lang.String value) throws com.liquid_technologies.ltxmllib20.exceptions.LtException {
value = com.liquid_technologies.ltxmllib20.WhitespaceUtils.preserve(value);
_city = value;
}
protected java.lang.String _city;
// <summary>
// Represents a mandatory Element in the XML document
// </summary>
// <remarks>
// This property is represented as an Element in the XML.
// It is mandatory and therefore must be populated within the XML.
// It is defaulted to "".
// </remarks>
public java.lang.String getProvince() throws com.liquid_technologies.ltxmllib20.exceptions.LtException {
return _province;
}
public void setProvince(java.lang.String value) throws com.liquid_technologies.ltxmllib20.exceptions.LtException {
value = com.liquid_technologies.ltxmllib20.WhitespaceUtils.preserve(value);
_province = value;
}
protected java.lang.String _province;
// <summary>
// Represents a mandatory Element in the XML document
// </summary>
// <remarks>
// This property is represented as an Element in the XML.
// It is mandatory and therefore must be populated within the XML.
// It is defaulted to "".
// </remarks>
public java.lang.String getPostalCode() throws com.liquid_technologies.ltxmllib20.exceptions.LtException {
return _postalCode;
}
public void setPostalCode(java.lang.String value) throws com.liquid_technologies.ltxmllib20.exceptions.LtException {
value = com.liquid_technologies.ltxmllib20.WhitespaceUtils.preserve(value);
_postalCode = value;
}
protected java.lang.String _postalCode;
@Override
public String getNamespace() {
return "";
}
@Override
public com.liquid_technologies.ltxmllib20.XmlObjectBase getBase() {
return this;
}
protected void onEvent(com.liquid_technologies.ltxmllib20.XmlObjectBase msgSource, int msgType, Object data) {
if (msgType == CollectionChangeEvent) {
}
}
private static com.liquid_technologies.ltxmllib20.ParentElementInfo __parentElementInfo = null;
private static com.liquid_technologies.ltxmllib20.ElementInfo[] __elementInfo = null;
private static com.liquid_technologies.ltxmllib20.AttributeInfo[] __attributeInfo = null;
protected com.liquid_technologies.ltxmllib20.ParentElementInfo getClassInfo() throws Exception {
if (__parentElementInfo == null) {
__parentElementInfo = new com.liquid_technologies.ltxmllib20.ParentElementInfo(
com.liquid_technologies.ltxmllib20.XmlObjectBase.XmlElementGroupType.SEQUENCE,
com.liquid_technologies.ltxmllib20.XmlObjectBase.XmlElementType.ELEMENT, "CAN_Address", "", true, true,
null, null, com.liquid_technologies.ltxmllib20.Conversions.ConversionType.TYPE_NONE, com.liquid_technologies.ltxmllib20.WhitespaceRule.NONE, null, false);
}
return __parentElementInfo;
}
protected com.liquid_technologies.ltxmllib20.ElementInfo[] getClassElementInfo() throws Exception {
if (__elementInfo == null) {
__elementInfo = new com.liquid_technologies.ltxmllib20.ElementInfo[] {
new com.liquid_technologies.ltxmllib20.data.ElementInfoSeqPrimMnd("Name", "", findGetterMethod("DerivedByExtensionLib.CAN_Address", "getName"), findSetterMethod("DerivedByExtensionLib.CAN_Address", "setName", "java.lang.String"), null, null, com.liquid_technologies.ltxmllib20.Conversions.ConversionType.TYPE_STRING, null, com.liquid_technologies.ltxmllib20.WhitespaceRule.PRESERVE, new com.liquid_technologies.ltxmllib20.PrimitiveRestrictions("", -1, -1, "", "", "", "", -1, -1, -1), null)
,new com.liquid_technologies.ltxmllib20.data.ElementInfoSeqPrimMnd("Street", "", findGetterMethod("DerivedByExtensionLib.CAN_Address", "getStreet"), findSetterMethod("DerivedByExtensionLib.CAN_Address", "setStreet", "java.lang.String"), null, null, com.liquid_technologies.ltxmllib20.Conversions.ConversionType.TYPE_STRING, null, com.liquid_technologies.ltxmllib20.WhitespaceRule.PRESERVE, new com.liquid_technologies.ltxmllib20.PrimitiveRestrictions("", -1, -1, "", "", "", "", -1, -1, -1), null)
,new com.liquid_technologies.ltxmllib20.data.ElementInfoSeqPrimMnd("City", "", findGetterMethod("DerivedByExtensionLib.CAN_Address", "getCity"), findSetterMethod("DerivedByExtensionLib.CAN_Address", "setCity", "java.lang.String"), null, null, com.liquid_technologies.ltxmllib20.Conversions.ConversionType.TYPE_STRING, null, com.liquid_technologies.ltxmllib20.WhitespaceRule.PRESERVE, new com.liquid_technologies.ltxmllib20.PrimitiveRestrictions("", -1, -1, "", "", "", "", -1, -1, -1), null)
,new com.liquid_technologies.ltxmllib20.data.ElementInfoSeqPrimMnd("Province", "", findGetterMethod("DerivedByExtensionLib.CAN_Address", "getProvince"), findSetterMethod("DerivedByExtensionLib.CAN_Address", "setProvince", "java.lang.String"), null, null, com.liquid_technologies.ltxmllib20.Conversions.ConversionType.TYPE_STRING, null, com.liquid_technologies.ltxmllib20.WhitespaceRule.PRESERVE, new com.liquid_technologies.ltxmllib20.PrimitiveRestrictions("", -1, -1, "", "", "", "", -1, -1, -1), null)
,new com.liquid_technologies.ltxmllib20.data.ElementInfoSeqPrimMnd("PostalCode", "", findGetterMethod("DerivedByExtensionLib.CAN_Address", "getPostalCode"), findSetterMethod("DerivedByExtensionLib.CAN_Address", "setPostalCode", "java.lang.String"), null, null, com.liquid_technologies.ltxmllib20.Conversions.ConversionType.TYPE_STRING, null, com.liquid_technologies.ltxmllib20.WhitespaceRule.PRESERVE, new com.liquid_technologies.ltxmllib20.PrimitiveRestrictions("", -1, -1, "", "", "", "", -1, -1, -1), null)
};
}
return __elementInfo;
}
protected com.liquid_technologies.ltxmllib20.AttributeInfo[] getClassAttributeInfo() throws Exception {
if (__attributeInfo==null) {
__attributeInfo = new com.liquid_technologies.ltxmllib20.AttributeInfo[] {
};
}
return __attributeInfo;
}
}