Package extension.biceps
Class MyStateExtension
-
- All Implemented Interfaces:
-
java.lang.Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.ToString
public class MyStateExtension implements Cloneable, CopyTo, ToString
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <anyAttribute processContents='skip' namespace='##other'/> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description public Map<QName, String>otherAttributes
-
Constructor Summary
Constructors Constructor Description MyStateExtension()
-
Method Summary
Modifier and Type Method Description Map<QName, String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class. StringgetValue()Gets the value of the value property. voidsetValue(String value)Sets the value of the value property. booleanequals(Object object)inthashCode()StringtoString()StringBuilderappend(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)StringBuilderappendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(ObjectLocator locator, Object target, CopyStrategy strategy)ObjectcreateNewInstance()-
-
Method Detail
-
getOtherAttributes
Map<QName, String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
alwaysnon-null
-
setValue
void setValue(String value)
Sets the value of the value property.
- Parameters:
value- allowed object is String
-
hashCode
int hashCode()
-
append
StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)
-
appendFields
StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)
-
createNewInstance
Object createNewInstance()
-
-
-
-