public class StringTypeCustomFieldDefinition extends CustomFieldDefinition implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for StringTypeCustomFieldDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringTypeCustomFieldDefinition"> <complexContent> <extension base="{http://schema.intuit.com/finance/v3}CustomFieldDefinition"> <sequence> <element name="DefaultString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RegularExpression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MaxLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
defaultString |
protected Integer |
maxLength |
protected String |
regularExpression |
appId, entityType, hidden, name, required
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
StringTypeCustomFieldDefinition() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getDefaultString()
Gets the value of the defaultString property.
|
Integer |
getMaxLength()
Gets the value of the maxLength property.
|
String |
getRegularExpression()
Gets the value of the regularExpression property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setDefaultString(String value)
Sets the value of the defaultString property.
|
void |
setMaxLength(Integer value)
Sets the value of the maxLength property.
|
void |
setRegularExpression(String value)
Sets the value of the regularExpression property.
|
getAppId, getEntityType, getName, isHidden, isRequired, setAppId, setEntityType, setHidden, setName, setRequired
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected String defaultString
protected String regularExpression
protected Integer maxLength
public String getDefaultString()
String
public void setDefaultString(String value)
value
- allowed object is
String
public String getRegularExpression()
String
public void setRegularExpression(String value)
value
- allowed object is
String
public Integer getMaxLength()
Integer
public void setMaxLength(Integer value)
value
- allowed object is
Integer
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
equals
in class CustomFieldDefinition
public boolean equals(Object object)
equals
in class CustomFieldDefinition
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
hashCode
in class CustomFieldDefinition
public int hashCode()
hashCode
in class CustomFieldDefinition
Copyright © 2017. All rights reserved.