public class CrawlIssueUrl extends ValueConstruct
AbstractExtension.AttributesHandlerattrNamelocalName, namespace| Constructor and Description |
|---|
CrawlIssueUrl()
Default mutable constructor.
|
CrawlIssueUrl(String url)
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.
|
String |
getUrl()
Returns the value.
|
boolean |
hasUrl()
Returns whether it has the value.
|
void |
setUrl(String url)
Sets the value.
|
String |
toString() |
consumeAttributes, equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setRequired, setValuedisableStrictValidation, enableStrictValidation, eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validatepublic CrawlIssueUrl()
public CrawlIssueUrl(String url)
url - immutable value or null for a mutable valuepublic String getUrl()
public void setUrl(String url)
url - value or null to resetpublic boolean hasUrl()
public static ExtensionDescription getDefaultDescription(boolean required, boolean repeatable)
required - whether it is requiredrepeatable - whether it is repeatableCopyright © 2012. All Rights Reserved.