public class AutovueAttrType extends Object
Java class for AutovueAttrType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutovueAttrType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AVCreateUser" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4000"/>
</restriction>
</simpleType>
</element>
<element name="AVPropertyExternalDocKey" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4000"/>
</restriction>
</simpleType>
</element>
<element name="AVPropertyId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="AVPropertyLastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="AVPropertyName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="120"/>
</restriction>
</simpleType>
</element>
<element name="AVPropertyType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4000"/>
</restriction>
</simpleType>
</element>
<element name="DocumentExternalKey" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4000"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
avCreateUser |
protected String |
avPropertyExternalDocKey |
protected Integer |
avPropertyId |
protected LocalDateTime |
avPropertyLastUpdated |
protected String |
avPropertyName |
protected String |
avPropertyType |
protected String |
documentExternalKey |
| Constructor and Description |
|---|
AutovueAttrType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAVCreateUser()
Gets the value of the avCreateUser property.
|
String |
getAVPropertyExternalDocKey()
Gets the value of the avPropertyExternalDocKey property.
|
Integer |
getAVPropertyId()
Gets the value of the avPropertyId property.
|
LocalDateTime |
getAVPropertyLastUpdated()
Gets the value of the avPropertyLastUpdated property.
|
String |
getAVPropertyName()
Gets the value of the avPropertyName property.
|
String |
getAVPropertyType()
Gets the value of the avPropertyType property.
|
String |
getDocumentExternalKey()
Gets the value of the documentExternalKey property.
|
void |
setAVCreateUser(String value)
Sets the value of the avCreateUser property.
|
void |
setAVPropertyExternalDocKey(String value)
Sets the value of the avPropertyExternalDocKey property.
|
void |
setAVPropertyId(Integer value)
Sets the value of the avPropertyId property.
|
void |
setAVPropertyLastUpdated(LocalDateTime value)
Sets the value of the avPropertyLastUpdated property.
|
void |
setAVPropertyName(String value)
Sets the value of the avPropertyName property.
|
void |
setAVPropertyType(String value)
Sets the value of the avPropertyType property.
|
void |
setDocumentExternalKey(String value)
Sets the value of the documentExternalKey property.
|
protected String avCreateUser
protected String avPropertyExternalDocKey
protected Integer avPropertyId
protected LocalDateTime avPropertyLastUpdated
protected String avPropertyName
protected String avPropertyType
protected String documentExternalKey
public String getAVCreateUser()
Stringpublic void setAVCreateUser(String value)
value - allowed object is
Stringpublic String getAVPropertyExternalDocKey()
Stringpublic void setAVPropertyExternalDocKey(String value)
value - allowed object is
Stringpublic Integer getAVPropertyId()
Integerpublic void setAVPropertyId(Integer value)
value - allowed object is
Integerpublic LocalDateTime getAVPropertyLastUpdated()
Stringpublic void setAVPropertyLastUpdated(LocalDateTime value)
value - allowed object is
Stringpublic String getAVPropertyName()
Stringpublic void setAVPropertyName(String value)
value - allowed object is
Stringpublic String getAVPropertyType()
Stringpublic void setAVPropertyType(String value)
value - allowed object is
Stringpublic String getDocumentExternalKey()
StringCopyright © 2000–2025 MPXJ. All rights reserved.