Package org.w3._1999.xhtml
Class Input
- java.lang.Object
-
- org.w3._1999.xhtml.Input
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class Input extends java.lang.Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.w3.org/1999/xhtml}focus"/> <attGroup ref="{http://www.w3.org/1999/xhtml}attrs"/> <attribute name="type" type="{http://www.w3.org/1999/xhtml}InputType" default="text" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="checked"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="checked"/> </restriction> </simpleType> </attribute> <attribute name="disabled"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="disabled"/> </restriction> </simpleType> </attribute> <attribute name="readonly"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="readonly"/> </restriction> </simpleType> </attribute> <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="maxlength" type="{http://www.w3.org/1999/xhtml}Number" /> <attribute name="src" type="{http://www.w3.org/1999/xhtml}URI" /> <attribute name="alt" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="usemap" type="{http://www.w3.org/1999/xhtml}URI" /> <attribute name="onselect" type="{http://www.w3.org/1999/xhtml}Script" /> <attribute name="onchange" type="{http://www.w3.org/1999/xhtml}Script" /> <attribute name="accept" type="{http://www.w3.org/1999/xhtml}ContentTypes" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringacceptprotected java.lang.Stringaccesskeyprotected java.lang.Stringaltprotected java.lang.Stringcheckedprotected java.util.List<java.lang.String>clazzprotected java.lang.Stringdirprotected java.lang.Stringdisabledprotected java.lang.Stringidprotected java.lang.Stringlangprotected java.lang.StringlangAttributeprotected java.math.BigIntegermaxlengthprotected java.lang.Stringnameprotected java.lang.Stringonblurprotected java.lang.Stringonchangeprotected java.lang.Stringonclickprotected java.lang.Stringondblclickprotected java.lang.Stringonfocusprotected java.lang.Stringonkeydownprotected java.lang.Stringonkeypressprotected java.lang.Stringonkeyupprotected java.lang.Stringonmousedownprotected java.lang.Stringonmousemoveprotected java.lang.Stringonmouseoutprotected java.lang.Stringonmouseoverprotected java.lang.Stringonmouseupprotected java.lang.Stringonselectprotected java.lang.Stringreadonlyprotected java.lang.Stringsizeprotected java.lang.Stringsrcprotected java.lang.Stringstyleprotected java.lang.Integertabindexprotected java.lang.Stringtitleprotected InputTypetypeprotected java.lang.Stringusemapprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description Input()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.lang.StringgetAccept()Gets the value of the accept property.java.lang.StringgetAccesskey()Gets the value of the accesskey property.java.lang.StringgetAlt()Gets the value of the alt property.java.lang.StringgetChecked()Gets the value of the checked property.java.util.List<java.lang.String>getClazz()Gets the value of the clazz property.java.lang.StringgetDir()Gets the value of the dir property.java.lang.StringgetDisabled()Gets the value of the disabled property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetLang()Gets the value of the lang property.java.lang.StringgetLangAttribute()Gets the value of the langAttribute property.java.math.BigIntegergetMaxlength()Gets the value of the maxlength property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetOnblur()Gets the value of the onblur property.java.lang.StringgetOnchange()Gets the value of the onchange property.java.lang.StringgetOnclick()Gets the value of the onclick property.java.lang.StringgetOndblclick()Gets the value of the ondblclick property.java.lang.StringgetOnfocus()Gets the value of the onfocus property.java.lang.StringgetOnkeydown()Gets the value of the onkeydown property.java.lang.StringgetOnkeypress()Gets the value of the onkeypress property.java.lang.StringgetOnkeyup()Gets the value of the onkeyup property.java.lang.StringgetOnmousedown()Gets the value of the onmousedown property.java.lang.StringgetOnmousemove()Gets the value of the onmousemove property.java.lang.StringgetOnmouseout()Gets the value of the onmouseout property.java.lang.StringgetOnmouseover()Gets the value of the onmouseover property.java.lang.StringgetOnmouseup()Gets the value of the onmouseup property.java.lang.StringgetOnselect()Gets the value of the onselect property.java.lang.StringgetReadonly()Gets the value of the readonly property.java.lang.StringgetSize()Gets the value of the size property.java.lang.StringgetSrc()Gets the value of the src property.java.lang.StringgetStyle()Gets the value of the style property.java.lang.IntegergetTabindex()Gets the value of the tabindex property.java.lang.StringgetTitle()Gets the value of the title property.InputTypegetType()Gets the value of the type property.java.lang.StringgetUsemap()Gets the value of the usemap property.java.lang.StringgetValue()Gets the value of the value property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetAccept(java.lang.String value)Sets the value of the accept property.voidsetAccesskey(java.lang.String value)Sets the value of the accesskey property.voidsetAlt(java.lang.String value)Sets the value of the alt property.voidsetChecked(java.lang.String value)Sets the value of the checked property.voidsetDir(java.lang.String value)Sets the value of the dir property.voidsetDisabled(java.lang.String value)Sets the value of the disabled property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetLang(java.lang.String value)Sets the value of the lang property.voidsetLangAttribute(java.lang.String value)Sets the value of the langAttribute property.voidsetMaxlength(java.math.BigInteger value)Sets the value of the maxlength property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetOnblur(java.lang.String value)Sets the value of the onblur property.voidsetOnchange(java.lang.String value)Sets the value of the onchange property.voidsetOnclick(java.lang.String value)Sets the value of the onclick property.voidsetOndblclick(java.lang.String value)Sets the value of the ondblclick property.voidsetOnfocus(java.lang.String value)Sets the value of the onfocus property.voidsetOnkeydown(java.lang.String value)Sets the value of the onkeydown property.voidsetOnkeypress(java.lang.String value)Sets the value of the onkeypress property.voidsetOnkeyup(java.lang.String value)Sets the value of the onkeyup property.voidsetOnmousedown(java.lang.String value)Sets the value of the onmousedown property.voidsetOnmousemove(java.lang.String value)Sets the value of the onmousemove property.voidsetOnmouseout(java.lang.String value)Sets the value of the onmouseout property.voidsetOnmouseover(java.lang.String value)Sets the value of the onmouseover property.voidsetOnmouseup(java.lang.String value)Sets the value of the onmouseup property.voidsetOnselect(java.lang.String value)Sets the value of the onselect property.voidsetReadonly(java.lang.String value)Sets the value of the readonly property.voidsetSize(java.lang.String value)Sets the value of the size property.voidsetSrc(java.lang.String value)Sets the value of the src property.voidsetStyle(java.lang.String value)Sets the value of the style property.voidsetTabindex(java.lang.Integer value)Sets the value of the tabindex property.voidsetTitle(java.lang.String value)Sets the value of the title property.voidsetType(InputType value)Sets the value of the type property.voidsetUsemap(java.lang.String value)Sets the value of the usemap property.voidsetValue(java.lang.String value)Sets the value of the value property.java.lang.StringtoString()InputwithAccept(java.lang.String value)InputwithAccesskey(java.lang.String value)InputwithAlt(java.lang.String value)InputwithChecked(java.lang.String value)InputwithClazz(java.lang.String... values)InputwithClazz(java.util.Collection<java.lang.String> values)InputwithDir(java.lang.String value)InputwithDisabled(java.lang.String value)InputwithId(java.lang.String value)InputwithLang(java.lang.String value)InputwithLangAttribute(java.lang.String value)InputwithMaxlength(java.math.BigInteger value)InputwithName(java.lang.String value)InputwithOnblur(java.lang.String value)InputwithOnchange(java.lang.String value)InputwithOnclick(java.lang.String value)InputwithOndblclick(java.lang.String value)InputwithOnfocus(java.lang.String value)InputwithOnkeydown(java.lang.String value)InputwithOnkeypress(java.lang.String value)InputwithOnkeyup(java.lang.String value)InputwithOnmousedown(java.lang.String value)InputwithOnmousemove(java.lang.String value)InputwithOnmouseout(java.lang.String value)InputwithOnmouseover(java.lang.String value)InputwithOnmouseup(java.lang.String value)InputwithOnselect(java.lang.String value)InputwithReadonly(java.lang.String value)InputwithSize(java.lang.String value)InputwithSrc(java.lang.String value)InputwithStyle(java.lang.String value)InputwithTabindex(java.lang.Integer value)InputwithTitle(java.lang.String value)InputwithType(InputType value)InputwithUsemap(java.lang.String value)InputwithValue(java.lang.String value)
-
-
-
Field Detail
-
type
protected InputType type
-
name
protected java.lang.String name
-
value
protected java.lang.String value
-
checked
protected java.lang.String checked
-
disabled
protected java.lang.String disabled
-
readonly
protected java.lang.String readonly
-
size
protected java.lang.String size
-
maxlength
protected java.math.BigInteger maxlength
-
src
protected java.lang.String src
-
alt
protected java.lang.String alt
-
usemap
protected java.lang.String usemap
-
onselect
protected java.lang.String onselect
-
onchange
protected java.lang.String onchange
-
accept
protected java.lang.String accept
-
accesskey
protected java.lang.String accesskey
-
tabindex
protected java.lang.Integer tabindex
-
onfocus
protected java.lang.String onfocus
-
onblur
protected java.lang.String onblur
-
onclick
protected java.lang.String onclick
-
ondblclick
protected java.lang.String ondblclick
-
onmousedown
protected java.lang.String onmousedown
-
onmouseup
protected java.lang.String onmouseup
-
onmouseover
protected java.lang.String onmouseover
-
onmousemove
protected java.lang.String onmousemove
-
onmouseout
protected java.lang.String onmouseout
-
onkeypress
protected java.lang.String onkeypress
-
onkeydown
protected java.lang.String onkeydown
-
onkeyup
protected java.lang.String onkeyup
-
id
protected java.lang.String id
-
clazz
protected java.util.List<java.lang.String> clazz
-
style
protected java.lang.String style
-
title
protected java.lang.String title
-
langAttribute
protected java.lang.String langAttribute
-
lang
protected java.lang.String lang
-
dir
protected java.lang.String dir
-
-
Method Detail
-
getType
public InputType getType()
Gets the value of the type property.- Returns:
- possible object is
InputType
-
setType
public void setType(InputType value)
Sets the value of the type property.- Parameters:
value- allowed object isInputType
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getValue
public java.lang.String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getChecked
public java.lang.String getChecked()
Gets the value of the checked property.- Returns:
- possible object is
String
-
setChecked
public void setChecked(java.lang.String value)
Sets the value of the checked property.- Parameters:
value- allowed object isString
-
getDisabled
public java.lang.String getDisabled()
Gets the value of the disabled property.- Returns:
- possible object is
String
-
setDisabled
public void setDisabled(java.lang.String value)
Sets the value of the disabled property.- Parameters:
value- allowed object isString
-
getReadonly
public java.lang.String getReadonly()
Gets the value of the readonly property.- Returns:
- possible object is
String
-
setReadonly
public void setReadonly(java.lang.String value)
Sets the value of the readonly property.- Parameters:
value- allowed object isString
-
getSize
public java.lang.String getSize()
Gets the value of the size property.- Returns:
- possible object is
String
-
setSize
public void setSize(java.lang.String value)
Sets the value of the size property.- Parameters:
value- allowed object isString
-
getMaxlength
public java.math.BigInteger getMaxlength()
Gets the value of the maxlength property.- Returns:
- possible object is
BigInteger
-
setMaxlength
public void setMaxlength(java.math.BigInteger value)
Sets the value of the maxlength property.- Parameters:
value- allowed object isBigInteger
-
getSrc
public java.lang.String getSrc()
Gets the value of the src property.- Returns:
- possible object is
String
-
setSrc
public void setSrc(java.lang.String value)
Sets the value of the src property.- Parameters:
value- allowed object isString
-
getAlt
public java.lang.String getAlt()
Gets the value of the alt property.- Returns:
- possible object is
String
-
setAlt
public void setAlt(java.lang.String value)
Sets the value of the alt property.- Parameters:
value- allowed object isString
-
getUsemap
public java.lang.String getUsemap()
Gets the value of the usemap property.- Returns:
- possible object is
String
-
setUsemap
public void setUsemap(java.lang.String value)
Sets the value of the usemap property.- Parameters:
value- allowed object isString
-
getOnselect
public java.lang.String getOnselect()
Gets the value of the onselect property.- Returns:
- possible object is
String
-
setOnselect
public void setOnselect(java.lang.String value)
Sets the value of the onselect property.- Parameters:
value- allowed object isString
-
getOnchange
public java.lang.String getOnchange()
Gets the value of the onchange property.- Returns:
- possible object is
String
-
setOnchange
public void setOnchange(java.lang.String value)
Sets the value of the onchange property.- Parameters:
value- allowed object isString
-
getAccept
public java.lang.String getAccept()
Gets the value of the accept property.- Returns:
- possible object is
String
-
setAccept
public void setAccept(java.lang.String value)
Sets the value of the accept property.- Parameters:
value- allowed object isString
-
getAccesskey
public java.lang.String getAccesskey()
Gets the value of the accesskey property.- Returns:
- possible object is
String
-
setAccesskey
public void setAccesskey(java.lang.String value)
Sets the value of the accesskey property.- Parameters:
value- allowed object isString
-
getTabindex
public java.lang.Integer getTabindex()
Gets the value of the tabindex property.- Returns:
- possible object is
Integer
-
setTabindex
public void setTabindex(java.lang.Integer value)
Sets the value of the tabindex property.- Parameters:
value- allowed object isInteger
-
getOnfocus
public java.lang.String getOnfocus()
Gets the value of the onfocus property.- Returns:
- possible object is
String
-
setOnfocus
public void setOnfocus(java.lang.String value)
Sets the value of the onfocus property.- Parameters:
value- allowed object isString
-
getOnblur
public java.lang.String getOnblur()
Gets the value of the onblur property.- Returns:
- possible object is
String
-
setOnblur
public void setOnblur(java.lang.String value)
Sets the value of the onblur property.- Parameters:
value- allowed object isString
-
getOnclick
public java.lang.String getOnclick()
Gets the value of the onclick property.- Returns:
- possible object is
String
-
setOnclick
public void setOnclick(java.lang.String value)
Sets the value of the onclick property.- Parameters:
value- allowed object isString
-
getOndblclick
public java.lang.String getOndblclick()
Gets the value of the ondblclick property.- Returns:
- possible object is
String
-
setOndblclick
public void setOndblclick(java.lang.String value)
Sets the value of the ondblclick property.- Parameters:
value- allowed object isString
-
getOnmousedown
public java.lang.String getOnmousedown()
Gets the value of the onmousedown property.- Returns:
- possible object is
String
-
setOnmousedown
public void setOnmousedown(java.lang.String value)
Sets the value of the onmousedown property.- Parameters:
value- allowed object isString
-
getOnmouseup
public java.lang.String getOnmouseup()
Gets the value of the onmouseup property.- Returns:
- possible object is
String
-
setOnmouseup
public void setOnmouseup(java.lang.String value)
Sets the value of the onmouseup property.- Parameters:
value- allowed object isString
-
getOnmouseover
public java.lang.String getOnmouseover()
Gets the value of the onmouseover property.- Returns:
- possible object is
String
-
setOnmouseover
public void setOnmouseover(java.lang.String value)
Sets the value of the onmouseover property.- Parameters:
value- allowed object isString
-
getOnmousemove
public java.lang.String getOnmousemove()
Gets the value of the onmousemove property.- Returns:
- possible object is
String
-
setOnmousemove
public void setOnmousemove(java.lang.String value)
Sets the value of the onmousemove property.- Parameters:
value- allowed object isString
-
getOnmouseout
public java.lang.String getOnmouseout()
Gets the value of the onmouseout property.- Returns:
- possible object is
String
-
setOnmouseout
public void setOnmouseout(java.lang.String value)
Sets the value of the onmouseout property.- Parameters:
value- allowed object isString
-
getOnkeypress
public java.lang.String getOnkeypress()
Gets the value of the onkeypress property.- Returns:
- possible object is
String
-
setOnkeypress
public void setOnkeypress(java.lang.String value)
Sets the value of the onkeypress property.- Parameters:
value- allowed object isString
-
getOnkeydown
public java.lang.String getOnkeydown()
Gets the value of the onkeydown property.- Returns:
- possible object is
String
-
setOnkeydown
public void setOnkeydown(java.lang.String value)
Sets the value of the onkeydown property.- Parameters:
value- allowed object isString
-
getOnkeyup
public java.lang.String getOnkeyup()
Gets the value of the onkeyup property.- Returns:
- possible object is
String
-
setOnkeyup
public void setOnkeyup(java.lang.String value)
Sets the value of the onkeyup property.- Parameters:
value- allowed object isString
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getClazz
public java.util.List<java.lang.String> getClazz()
Gets the value of the clazz property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the clazz property.For example, to add a new item, do as follows:
getClazz().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getStyle
public java.lang.String getStyle()
Gets the value of the style property.- Returns:
- possible object is
String
-
setStyle
public void setStyle(java.lang.String value)
Sets the value of the style property.- Parameters:
value- allowed object isString
-
getTitle
public java.lang.String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(java.lang.String value)
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getLangAttribute
public java.lang.String getLangAttribute()
Gets the value of the langAttribute property.- Returns:
- possible object is
String
-
setLangAttribute
public void setLangAttribute(java.lang.String value)
Sets the value of the langAttribute property.- Parameters:
value- allowed object isString
-
getLang
public java.lang.String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
public void setLang(java.lang.String value)
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
getDir
public java.lang.String getDir()
Gets the value of the dir property.- Returns:
- possible object is
String
-
setDir
public void setDir(java.lang.String value)
Sets the value of the dir property.- Parameters:
value- allowed object isString
-
withName
public Input withName(java.lang.String value)
-
withValue
public Input withValue(java.lang.String value)
-
withChecked
public Input withChecked(java.lang.String value)
-
withDisabled
public Input withDisabled(java.lang.String value)
-
withReadonly
public Input withReadonly(java.lang.String value)
-
withSize
public Input withSize(java.lang.String value)
-
withMaxlength
public Input withMaxlength(java.math.BigInteger value)
-
withSrc
public Input withSrc(java.lang.String value)
-
withAlt
public Input withAlt(java.lang.String value)
-
withUsemap
public Input withUsemap(java.lang.String value)
-
withOnselect
public Input withOnselect(java.lang.String value)
-
withOnchange
public Input withOnchange(java.lang.String value)
-
withAccept
public Input withAccept(java.lang.String value)
-
withAccesskey
public Input withAccesskey(java.lang.String value)
-
withTabindex
public Input withTabindex(java.lang.Integer value)
-
withOnfocus
public Input withOnfocus(java.lang.String value)
-
withOnblur
public Input withOnblur(java.lang.String value)
-
withOnclick
public Input withOnclick(java.lang.String value)
-
withOndblclick
public Input withOndblclick(java.lang.String value)
-
withOnmousedown
public Input withOnmousedown(java.lang.String value)
-
withOnmouseup
public Input withOnmouseup(java.lang.String value)
-
withOnmouseover
public Input withOnmouseover(java.lang.String value)
-
withOnmousemove
public Input withOnmousemove(java.lang.String value)
-
withOnmouseout
public Input withOnmouseout(java.lang.String value)
-
withOnkeypress
public Input withOnkeypress(java.lang.String value)
-
withOnkeydown
public Input withOnkeydown(java.lang.String value)
-
withOnkeyup
public Input withOnkeyup(java.lang.String value)
-
withId
public Input withId(java.lang.String value)
-
withClazz
public Input withClazz(java.lang.String... values)
-
withClazz
public Input withClazz(java.util.Collection<java.lang.String> values)
-
withStyle
public Input withStyle(java.lang.String value)
-
withTitle
public Input withTitle(java.lang.String value)
-
withLangAttribute
public Input withLangAttribute(java.lang.String value)
-
withLang
public Input withLang(java.lang.String value)
-
withDir
public Input withDir(java.lang.String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
-