Class MediaLinkBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.data.MediaLinkBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbrowserFilteringprotected java.lang.Stringcharsetprotected java.lang.Stringfileprotected java.util.List<java.lang.String>guardsprotected java.lang.Stringhrefprotected java.lang.Stringhreflangprotected intmediaprotected java.lang.Stringnameprotected java.lang.Stringonloadprotected intrelprotected intrevprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description MediaLinkBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MediaLinkBuilderbrowserFiltering(java.lang.String aValue)Sets the value of the browserFiltering attribute.MediaLinkbuild()MediaLinkBuildercharset(java.lang.String aValue)Sets the value of the charset attribute.MediaLinkBuilderfile(java.lang.String aValue)Sets the value of the file attribute.MediaLinkBuilderguards(java.util.List<java.lang.String> aValue)Sets the value of the guards attribute.MediaLinkBuilderhref(java.lang.String aValue)Sets the value of the href attribute.MediaLinkBuilderhreflang(java.lang.String aValue)Sets the value of the hreflang attribute.MediaLinkBuildermedia(int aValue)Sets the value of the media attribute.MediaLinkBuildername(java.lang.String aValue)Sets the value of the name attribute.MediaLinkBuilderonload(java.lang.String aValue)Sets the value of the onload attribute.MediaLinkBuilderrel(int aValue)Sets the value of the rel attribute.MediaLinkBuilderrev(int aValue)Sets the value of the rev attribute.MediaLinkBuildertype(java.lang.String aValue)Sets the value of the type attribute.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
href
protected java.lang.String href
-
type
protected java.lang.String type
-
media
protected int media
-
rel
protected int rel
-
rev
protected int rev
-
charset
protected java.lang.String charset
-
hreflang
protected java.lang.String hreflang
-
browserFiltering
protected java.lang.String browserFiltering
-
onload
protected java.lang.String onload
-
guards
protected java.util.List<java.lang.String> guards
-
file
protected java.lang.String file
-
-
Method Detail
-
name
public MediaLinkBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
href
public MediaLinkBuilder href(java.lang.String aValue)
Sets the value of the href attribute.
-
type
public MediaLinkBuilder type(java.lang.String aValue)
Sets the value of the type attribute.
-
media
public MediaLinkBuilder media(int aValue)
Sets the value of the media attribute.
-
rel
public MediaLinkBuilder rel(int aValue)
Sets the value of the rel attribute.
-
rev
public MediaLinkBuilder rev(int aValue)
Sets the value of the rev attribute.
-
charset
public MediaLinkBuilder charset(java.lang.String aValue)
Sets the value of the charset attribute.
-
hreflang
public MediaLinkBuilder hreflang(java.lang.String aValue)
Sets the value of the hreflang attribute.
-
browserFiltering
public MediaLinkBuilder browserFiltering(java.lang.String aValue)
Sets the value of the browserFiltering attribute.
-
onload
public MediaLinkBuilder onload(java.lang.String aValue)
Sets the value of the onload attribute.
-
guards
public MediaLinkBuilder guards(java.util.List<java.lang.String> aValue)
Sets the value of the guards attribute.
-
file
public MediaLinkBuilder file(java.lang.String aValue)
Sets the value of the file attribute.
-
-