|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ASN1XmlTypeName
Indicates xml type name for an ASN.1 type.
If an @ASN1XmlTypeName
annotation is present on a type,
this value is used as xml tag name instead of their class name that taken
by calling Class.getSimpleName()
when the XER encoding process.
If an ASN.1 identifier includes whitespace, this annotation shall be used.
Required Element Summary | |
---|---|
java.lang.String |
value
Indicates the xml tag name for this ASN.1 type. |
Element Detail |
---|
public abstract java.lang.String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |