public class GphotoTruncated extends ValueConstruct
Constructor and Description |
---|
GphotoTruncated()
Default mutable constructor.
|
GphotoTruncated(java.lang.String value)
Constructor (mutable or immutable).
|
Modifier and Type | Method and Description |
---|---|
static ExtensionDescription |
getDefaultDescription(boolean required,
boolean repeatable)
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
|
java.lang.String |
toString() |
equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setValue
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable
public GphotoTruncated()
public GphotoTruncated(java.lang.String value)
value
- immutable 1 or 0 for true or false or null
for a
mutable 1 or 0 for true or falsepublic static ExtensionDescription getDefaultDescription(boolean required, boolean repeatable)
required
- whether it is requiredrepeatable
- whether it is repeatablepublic java.lang.String toString()
toString
in class java.lang.Object