Package org.apache.juneau.xml.annotation
Class XmlAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationTBuilder<B>
org.apache.juneau.annotation.TargetedAnnotationTMFBuilder<XmlAnnotation.Builder>
org.apache.juneau.xml.annotation.XmlAnnotation.Builder
- Enclosing class:
- XmlAnnotation
public static class XmlAnnotation.Builder
extends TargetedAnnotationTMFBuilder<XmlAnnotation.Builder>
Builder class.
 
See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Instantiates a new@Xmlobject initialized with this builder.Sets theXml.childName()property on this annotation.Sets theXml.format()property on this annotation.Sets theXml.namespace()property on this annotation.Sets theXml.prefix()property on this annotation.Methods inherited from class org.apache.juneau.annotation.TargetedAnnotationTMFBuilderon, onMethods inherited from class org.apache.juneau.annotation.TargetedAnnotationTBuilderon, onClassMethods inherited from class org.apache.juneau.annotation.TargetedAnnotationBuilderonMethods inherited from class org.apache.juneau.annotation.AnnotationBuilderasThis, description
- 
Constructor Details- 
Builderprotected Builder()Constructor.
 
- 
- 
Method Details- 
buildInstantiates a new@Xmlobject initialized with this builder.- Returns:
- A new @Xmlobject.
 
- 
childNameSets theXml.childName()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
- 
formatSets theXml.format()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
- 
namespaceSets theXml.namespace()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
- 
prefixSets theXml.prefix()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
 
-