Package extension.biceps
Class MyDescriptorExtension
-
- All Implemented Interfaces:
-
java.lang.Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.ToString
public class MyDescriptorExtension implements Cloneable, CopyTo, ToString
Java 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"> <sequence> <element name="KeyType" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/> </sequence> <attribute name="Value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='skip' namespace='##other'/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description public Map<QName, String>otherAttributes
-
Constructor Summary
Constructors Constructor Description MyDescriptorExtension()
-
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. CodedValuegetKeyType()Gets the value of the keyType property. voidsetKeyType(CodedValue value)Sets the value of the keyType property. 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
-
getKeyType
CodedValue getKeyType()
Gets the value of the keyType property.
- Returns:
possibleobject is CodedValue
-
setKeyType
void setKeyType(CodedValue value)
Sets the value of the keyType property.
- Parameters:
value- allowed object is CodedValue
-
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()
-
-
-
-